1. 18 Jan, 2006 8 commits
  2. 17 Jan, 2006 29 commits
  3. 16 Jan, 2006 3 commits
    • re PR libstdc++/25797 (almost all libstdc++ tests fail) · acb6e9be
      
      2006-01-16  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/25797
      	* acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Add -Werror to
      	CFLAGS for --gc-sections test.  Correct compile test.
      	* configure: Regenerated.
      
      From-SVN: r109775
      Benjamin Kosnik committed
    • configure.ac (CFLAGS): Update to include -std=gnu99 so that the configure tests… · d1f37bc6
      configure.ac (CFLAGS): Update to include -std=gnu99 so that the configure tests will be run with the...
      
      
      	* configure.ac (CFLAGS): Update to include -std=gnu99 so that
      	the configure tests will be run with the same environment as
      	used to compile the libgfortran source code.
      	* configure: Regenerate.
      
      From-SVN: r109774
      Roger Sayle committed
    • re PR testsuite/25741 (Gcc testsuite isn't parallel build safe) · fea4cfe0
      gcc/
      
      2006-01-16  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR testsuite/25741
      	* Makefile.in (check-%): Depend on site.exp instead of
      	$(TESTSUITEDIR)/site.exp. Run "runtest" in separate language
      	directories.
      
      gcc/testsuite/
      
      2006-01-16  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR testsuite/25741
      	* lib/g++.exp (g++_init): Use $base_dir/../../ instead of
      	$base_dir/../.
      	* lib/gfortran.exp (gfortran_init): Likewise.
      	* lib/obj-c++.exp (obj-c++_init): Likewise.
      	* lib/scanasm.exp (scan-assembler-dem): Likewise.
      	(scan-assembler-dem-not): Likewise.
      	* lib/scandump.exp (scan-dump-dem): Likewise.
      	(scan-dump-dem-not): Likewise.
      
      From-SVN: r109773
      H.J. Lu committed