1. 22 Mar, 2007 7 commits
    • functions_std.cc: Without C99 support, _GLIBCXX_USE_WCHAR_T not defined, so dg-require-c-std. · 803f183a
      2007-03-22  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/21_strings/headers/cstdlib/functions_std.cc: Without
      	C99 support, _GLIBCXX_USE_WCHAR_T not defined, so
      	dg-require-c-std.
      	* testsuite/tr1/6_containers/headers/functional/synopsis.cc: Same.
      	* testsuite/27_io/headers/iostream/synopsis.cc: Same.
      	* testsuite/27_io/headers/streambuf/types_std.cc: Same.
      	* testsuite/27_io/headers/sstream/types_std.cc: Same.
      	* testsuite/27_io/headers/ostream/types_std.cc: Same.
      	* testsuite/27_io/headers/istream/types_std.cc: Same.
      	* testsuite/27_io/headers/iostream/types_std.cc: Same.
      	* testsuite/27_io/headers/fstream/types_std.cc: Same.
      	* testsuite/21_strings/headers/string/types_std.cc: Same.
      	* testsuite/21_strings/headers/cwctype/functions_std.cc: Same.
      	* testsuite/21_strings/headers/cwctype/types_std.cc: Same.
      	* testsuite/21_strings/headers/cwchar/functions_std.cc: Same.
      	* testsuite/21_strings/headers/cwchar/types_std.cc: Same.
      	
      	* include/Makefile.am (c_compatibility_headers): Add fenv.h.
      	* include/Makefile.in: Regenerate.
      	* configure.host: Update comment.
      
      From-SVN: r123130
      Benjamin Kosnik committed
    • re PR fortran/20897 (derived type name shall not be same as intrinsic type name) · 1e863adf
      PR fortran/20897
      fortran/
      * decl.c (gfc_match_derived_decl): Reliably reject
      'doubleprecision' and 'doublecomplex' as type names.
      testsuite/
      * gfortran.dg/derived_name_1.f90: New.
      * gfortran.dg/derived_name_2.f: New.
      
      From-SVN: r123129
      Tobias Schlüter committed
    • i386.md (cmp<mode>): Rename from cmpsf and cmpdf. · 8766652c
      	* config/i386/i386.md (cmp<mode>): Rename from cmpsf and cmpdf.
      	Macroize expander using SSEMODEF mode macro.  Use SSE_FLOAT_MODE_P.
      	(*cmpfp_<mode>): Rename from *cmpfp_sf and *cmpfp_df. Macroize
      	insn pattern using X87MODEF12 mode macro.
      
      From-SVN: r123128
      Uros Bizjak committed
    • * MAINTAINERS (Write After Approval): Add myself. · a584cdf2
      From-SVN: r123126
      Nathan Froyd committed
    • default.exp: New file. · 516f1ed8
      	* testsuite/config/default.exp: New file.
      	* testsuite/lib/libgomp.exp: New file.
      	* testsuite/lib/libgomp.dg (load_gcc_lib, libgomp_init,
      	libgomp_target_compile, libgomp_option_help, libgomp_option_proc,
      	load_lib *, load_gcc_lib *): Move to libgomp.exp.
      	(libgomp_load): Remove.
      	* testsuite/lib/libgomp.exp (libgomp_init): Compute
      	always_ld_library_path, not ld_library_path.  Set additional_flags
      	to -march=i486 for ilp32 x86_64-*-* and i386-*-* targets.
      	(target_compile): Do not call libgomp_init.  Append lang_library_path
      	and lang_link_flags to options.
      	* testsuite/libgomp.c/c.exp: Set DEFAULT_FLAGS to -O2.  Set
      	ld_library_path from always_ld_library_path.  Set LD_LIBRARY_PATH
      	here.
      	* testsuite/libgomp.c++/c++.exp: Set ld_library_path from
      	always_ld_library_path.  Set LD_LIBRARY_PATH here.
      	* testsuite/libgomp.fortran/fortran.exp: Ditto.
      	* testsuite/libgomp.c/atomic-1.c: Set dg-options to
      	"-O2 -march=pentium" for ilp32 x86 targets. Simplify check for
      	CX8 flag.
      	* testsuite/libgomp.c/atomic-2.c: Set dg-options to "-O2 -mcx16" for
      	lp64 x86 targets. Do not check for SSE3 bit. Do not define bit_SSE3.
      	* testsuite/libgomp.c/pr29947-1.c: Remove default dg-options.
      	* testsuite/libgomp.c/pr29947-1.c: Ditto.
      	* testsuite/libgomp.c/atomic-10.c: Ditto.
      
      From-SVN: r123125
      Uros Bizjak committed
    • regmove.c (regmove_optimize): Use reg_mentioned_p instead of reg_overlap_mentioned_p for DST. · 1e4c6dc5
      2007-03-21  Seongbae Park <seongbae.park@gmail.com>
      
      	* regmove.c (regmove_optimize): Use reg_mentioned_p
      	instead of reg_overlap_mentioned_p for DST.
      
      From-SVN: r123124
      Seongbae Park committed
    • Daily bump. · 924641d3
      From-SVN: r123122
      GCC Administrator committed
  2. 21 Mar, 2007 12 commits
  3. 20 Mar, 2007 8 commits
  4. 19 Mar, 2007 13 commits