public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/41345]  New: bootstrap comparison failure with --disable-checking
@ 2009-09-12 18:47 dirtyepic at gentoo dot org
  2009-09-12 18:48 ` [Bug bootstrap/41345] " dirtyepic at gentoo dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: dirtyepic at gentoo dot org @ 2009-09-12 18:47 UTC (permalink / raw)
  To: gcc-bugs

With current trunk (151649), bootstrap fails during the comparison stage when
--disable-checking is used.  GCC was built with:

$ ../configure --disable-checking
$ make -j4

which ultimately results in:

make "DESTDIR=" "RPATH_ENVVAR=LD_LIBRARY_PATH"
"TARGET_SUBDIR=x86_64-unknown-linux-gnu" "bindir=/usr/local/bin"
"datadir=/usr/local/share" "exec_prefix=/usr/local"
"includedir=/usr/local/include" "datarootdir=/usr/local/share"
"docdir=/usr/local/share/doc/" "infodir=/usr/local/share/info"
"pdfdir=/usr/local/share/doc/" "htmldir=/usr/local/share/doc/"
"libdir=/usr/local/lib" "libexecdir=/usr/local/libexec" "lispdir="
"localstatedir=/usr/local/var" "mandir=/usr/local/share/man"
"oldincludedir=/usr/include" "prefix=/usr/local" "sbindir=/usr/local/sbin"
"sharedstatedir=/usr/local/com" "sysconfdir=/usr/local/etc"
"tooldir=/usr/local/x86_64-unknown-linux-gnu"
"build_tooldir=/usr/local/x86_64-unknown-linux-gnu"
"target_alias=x86_64-unknown-linux-gnu" "AWK=gawk" "BISON=bison"
"CC_FOR_BUILD=gcc" "CFLAGS_FOR_BUILD=-g -O2" "CXX_FOR_BUILD=g++"
"EXPECT=expect" "FLEX=flex" "INSTALL=/usr/bin/install -c"
"INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c"
"INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS_FOR_BUILD=" "LEX=flex" "M4=m4"
"MAKE=make" "RUNTEST=runtest" "RUNTESTFLAGS=" "SED=/bin/sed" "SHELL=/bin/sh"
"YACC=bison -y" "`echo 'ADAFLAGS=' | sed -e s'/[^=][^=]*=$/XFOO=/'`"
"ADA_CFLAGS=" "AR_FLAGS=rc" "`echo 'BOOT_ADAFLAGS=-gnatpg -gnata' | sed -e
s'/[^=][^=]*=$/XFOO=/'`" "BOOT_CFLAGS=-g -O2" "BOOT_LDFLAGS=" "CFLAGS=-g -O2"
"CXXFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCXXFLAGS=-g -O2
-fno-implicit-templates" "STAGE1_CHECKING=--enable-checking=yes,types"
"STAGE1_LANGUAGES=c" "GNATBIND=no" "GNATMAKE=no" "AR_FOR_TARGET=ar"
"AS_FOR_TARGET=as"
"CC_FOR_TARGET=/home/dirtyepic/tmp/gcc-4.5-20090910/build/./gcc/xgcc
-B/home/dirtyepic/tmp/gcc-4.5-20090910/build/./gcc/" "CFLAGS_FOR_TARGET=-g -O2"
"CPPFLAGS_FOR_TARGET=" "CXX_FOR_TARGET=g++" "CXXFLAGS_FOR_TARGET=-g -O2
-D_GNU_SOURCE" "DLLTOOL_FOR_TARGET=dlltool"
"FLAGS_FOR_TARGET=-B/usr/local/x86_64-unknown-linux-gnu/bin/
-B/usr/local/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/local/x86_64-unknown-linux-gnu/include -isystem
/usr/local/x86_64-unknown-linux-gnu/sys-include" "GCJ_FOR_TARGET="
"GFORTRAN_FOR_TARGET="
"LD_FOR_TARGET=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.1/../../../../x86_64-unknown-linux-gnu/bin/ld"
"LIPO_FOR_TARGET=lipo" "LDFLAGS_FOR_TARGET=" "LIBCFLAGS_FOR_TARGET=-g -O2"
"LIBCXXFLAGS_FOR_TARGET=-g -O2 -D_GNU_SOURCE -fno-implicit-templates"
"NM_FOR_TARGET=nm" "OBJDUMP_FOR_TARGET=objdump" "RANLIB_FOR_TARGET=ranlib"
"STRIP_FOR_TARGET=strip" "WINDRES_FOR_TARGET=windres"
"WINDMC_FOR_TARGET=windmc" "BUILD_CONFIG=bootstrap-debug" "`echo 'LANGUAGES=' |
sed -e s'/[^=][^=]*=$/XFOO=/'`" "LEAN=false" "STAGE1_CFLAGS=-g
-fkeep-inline-functions" "STAGE1_TFLAGS=" "STAGE2_CFLAGS=-g -O2 -gtoggle"
"STAGE2_TFLAGS=" "STAGE3_CFLAGS=-g -O2" "STAGE3_TFLAGS=" "STAGE4_CFLAGS=-g -O2"
"STAGE4_TFLAGS=" "STAGEprofile_CFLAGS=-g -O2 -gtoggle -fprofile-generate"
"STAGEprofile_TFLAGS=" "STAGEfeedback_CFLAGS=-g -O2 -fprofile-use"
"STAGEfeedback_TFLAGS=" "TFLAGS=" "CONFIG_SHELL=/bin/sh" "MAKEINFO=makeinfo
--split-size=5000000 --split-size=5000000"  compare
make[2]: Entering directory `/home/dirtyepic/tmp/gcc-4.5-20090910/build'
make[3]: Entering directory `/home/dirtyepic/tmp/gcc-4.5-20090910/build'
rm -f stage_current
make[3]: Leaving directory `/home/dirtyepic/tmp/gcc-4.5-20090910/build'
Comparing stages 2 and 3
warning: gcc/cc1-checksum.o differs
Bootstrap comparison failure!
gcc/bitmap.o differs
make[2]: *** [compare] Error 1
make[2]: Leaving directory `/home/dirtyepic/tmp/gcc-4.5-20090910/build'
make[1]: *** [stage3-bubble] Error 2
make[1]: Leaving directory `/home/dirtyepic/tmp/gcc-4.5-20090910/build'
make: *** [all] Error 2


-- 
           Summary: bootstrap comparison failure with --disable-checking
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dirtyepic at gentoo dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41345


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug bootstrap/41345] bootstrap comparison failure with --disable-checking
  2009-09-12 18:47 [Bug bootstrap/41345] New: bootstrap comparison failure with --disable-checking dirtyepic at gentoo dot org
@ 2009-09-12 18:48 ` dirtyepic at gentoo dot org
  2009-09-12 18:48 ` dirtyepic at gentoo dot org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dirtyepic at gentoo dot org @ 2009-09-12 18:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dirtyepic at gentoo dot org  2009-09-12 18:47 -------
Created an attachment (id=18574)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18574&action=view)
stage 2 bitmap.o


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41345


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug bootstrap/41345] bootstrap comparison failure with --disable-checking
  2009-09-12 18:47 [Bug bootstrap/41345] New: bootstrap comparison failure with --disable-checking dirtyepic at gentoo dot org
  2009-09-12 18:48 ` [Bug bootstrap/41345] " dirtyepic at gentoo dot org
@ 2009-09-12 18:48 ` dirtyepic at gentoo dot org
  2009-09-26 20:46 ` dirtyepic at gentoo dot org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dirtyepic at gentoo dot org @ 2009-09-12 18:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dirtyepic at gentoo dot org  2009-09-12 18:48 -------
Created an attachment (id=18575)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18575&action=view)
stage 3 bitmap.o


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41345


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug bootstrap/41345] bootstrap comparison failure with --disable-checking
  2009-09-12 18:47 [Bug bootstrap/41345] New: bootstrap comparison failure with --disable-checking dirtyepic at gentoo dot org
  2009-09-12 18:48 ` [Bug bootstrap/41345] " dirtyepic at gentoo dot org
  2009-09-12 18:48 ` dirtyepic at gentoo dot org
@ 2009-09-26 20:46 ` dirtyepic at gentoo dot org
  2009-10-25 20:14 ` cadaker at gmail dot com
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dirtyepic at gentoo dot org @ 2009-09-26 20:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dirtyepic at gentoo dot org  2009-09-26 20:46 -------
still broken in -r152199.  is there more info you need?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41345


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug bootstrap/41345] bootstrap comparison failure with --disable-checking
  2009-09-12 18:47 [Bug bootstrap/41345] New: bootstrap comparison failure with --disable-checking dirtyepic at gentoo dot org
                   ` (2 preceding siblings ...)
  2009-09-26 20:46 ` dirtyepic at gentoo dot org
@ 2009-10-25 20:14 ` cadaker at gmail dot com
  2009-10-25 20:45 ` [Bug bootstrap/41345] [4.5 Regression] " rguenth at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: cadaker at gmail dot com @ 2009-10-25 20:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from cadaker at gmail dot com  2009-10-25 20:14 -------
This is still present in -r153539, along with some more comparison failures
(gcc/tree-vrp.o, gcc/tree-complex.o, gcc/sese.o, gcc/sel-sched.o, gcc/bitmap.o,
gcc/lto/lto-lang.o, gcc/cp/class.o).

Could this be of any help? This is a heavily reduced case of one failure in
bitmap.o. It fails with 'gcc -c -O2 -fcompare-debug' (but not with -O1) for me
on x86_64:

unsigned
bitmap_first_set_bit (unsigned long* bits)
{
  unsigned bit_no = 0;
  unsigned ix = 0;

  for (ix = 0; ix != 1u; ix++)
      if (bits[ix])
        goto found_bit;
  __builtin_unreachable();
 found_bit:

 return bit_no;
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41345


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug bootstrap/41345] [4.5 Regression] bootstrap comparison failure with --disable-checking
  2009-09-12 18:47 [Bug bootstrap/41345] New: bootstrap comparison failure with --disable-checking dirtyepic at gentoo dot org
                   ` (3 preceding siblings ...)
  2009-10-25 20:14 ` cadaker at gmail dot com
@ 2009-10-25 20:45 ` rguenth at gcc dot gnu dot org
  2009-10-26 11:39 ` jakub at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-10-25 20:45 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aoliva at gcc dot gnu dot
                   |                            |org
           Priority|P3                          |P1
            Summary|bootstrap comparison failure|[4.5 Regression] bootstrap
                   |with --disable-checking     |comparison failure with --
                   |                            |disable-checking
   Target Milestone|---                         |4.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41345


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug bootstrap/41345] [4.5 Regression] bootstrap comparison failure with --disable-checking
  2009-09-12 18:47 [Bug bootstrap/41345] New: bootstrap comparison failure with --disable-checking dirtyepic at gentoo dot org
                   ` (4 preceding siblings ...)
  2009-10-25 20:45 ` [Bug bootstrap/41345] [4.5 Regression] " rguenth at gcc dot gnu dot org
@ 2009-10-26 11:39 ` jakub at gcc dot gnu dot org
  2009-10-26 12:39 ` jakub at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-10-26 11:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jakub at gcc dot gnu dot org  2009-10-26 11:39 -------
c#4 confirmed, shorter testcase with -fcompare-debug -O2 -g:
void
foo (int *x)
{
  int a;
  for (a = 0; a < 2; a++)
    if (x[a])
      goto lab;
  __builtin_unreachable ();
lab:;
}


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-10-26 11:39:40
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41345


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug bootstrap/41345] [4.5 Regression] bootstrap comparison failure with --disable-checking
  2009-09-12 18:47 [Bug bootstrap/41345] New: bootstrap comparison failure with --disable-checking dirtyepic at gentoo dot org
                   ` (5 preceding siblings ...)
  2009-10-26 11:39 ` jakub at gcc dot gnu dot org
@ 2009-10-26 12:39 ` jakub at gcc dot gnu dot org
  2009-10-26 20:21 ` jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-10-26 12:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jakub at gcc dot gnu dot org  2009-10-26 12:38 -------
Created an attachment (id=18896)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18896&action=view)
gcc45-pr41345.patch

Fix I'm going to bootstrap/regtest.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41345


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug bootstrap/41345] [4.5 Regression] bootstrap comparison failure with --disable-checking
  2009-09-12 18:47 [Bug bootstrap/41345] New: bootstrap comparison failure with --disable-checking dirtyepic at gentoo dot org
                   ` (6 preceding siblings ...)
  2009-10-26 12:39 ` jakub at gcc dot gnu dot org
@ 2009-10-26 20:21 ` jakub at gcc dot gnu dot org
  2009-10-26 23:12 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-10-26 20:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from jakub at gcc dot gnu dot org  2009-10-26 20:21 -------
Subject: Bug 41345

Author: jakub
Date: Mon Oct 26 20:21:09 2009
New Revision: 153569

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153569
Log:
        PR bootstrap/41345
        * cfgcleanup.c (trivially_empty_bb_p): New function.
        (try_optimize_bb): Use it instead of checking BB_HEAD == BB_END.

        * gcc.dg/pr41345.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr41345.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cfgcleanup.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41345


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug bootstrap/41345] [4.5 Regression] bootstrap comparison failure with --disable-checking
  2009-09-12 18:47 [Bug bootstrap/41345] New: bootstrap comparison failure with --disable-checking dirtyepic at gentoo dot org
                   ` (7 preceding siblings ...)
  2009-10-26 20:21 ` jakub at gcc dot gnu dot org
@ 2009-10-26 23:12 ` jakub at gcc dot gnu dot org
  2009-10-29 16:38 ` law at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-10-26 23:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jakub at gcc dot gnu dot org  2009-10-26 23:12 -------
Fixed.  x86_64-linux and i686-linux bootstrapped/regtested with
--disable-checking just fine.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41345


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug bootstrap/41345] [4.5 Regression] bootstrap comparison failure with --disable-checking
  2009-09-12 18:47 [Bug bootstrap/41345] New: bootstrap comparison failure with --disable-checking dirtyepic at gentoo dot org
                   ` (8 preceding siblings ...)
  2009-10-26 23:12 ` jakub at gcc dot gnu dot org
@ 2009-10-29 16:38 ` law at gcc dot gnu dot org
  2009-10-30 16:07 ` hjl at gcc dot gnu dot org
  2009-10-31  7:51 ` sezeroz at gmail dot com
  11 siblings, 0 replies; 13+ messages in thread
From: law at gcc dot gnu dot org @ 2009-10-29 16:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from law at gcc dot gnu dot org  2009-10-29 16:38 -------
Subject: Bug 41345

Author: law
Date: Thu Oct 29 16:37:47 2009
New Revision: 153711

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153711
Log:
Recorded merge of revisions 153568-153570 via svnmerge from 
svn+ssh://law@gcc.gnu.org/svn/gcc/trunk

........
  r153568 | jakub | 2009-10-26 14:18:26 -0600 (Mon, 26 Oct 2009) | 10 lines

        PR debug/41828
        * cp-lang.c (cxx_dwarf_name): Return NULL instead of
        <anonymous ...> for anonymous aggregate names.

        * dwarf2out.c (add_pubname, add_pubtype, generic_parameter_die,
        add_name_and_src_coords_attributes, gen_namespace_die,
        dwarf2out_set_name): Handle dwarf2_name returning NULL.

        * g++.dg/debug/dwarf2/anonname1.C: New test.
........
  r153569 | jakub | 2009-10-26 14:21:09 -0600 (Mon, 26 Oct 2009) | 6 lines

        PR bootstrap/41345
        * cfgcleanup.c (trivially_empty_bb_p): New function.
        (try_optimize_bb): Use it instead of checking BB_HEAD == BB_END.

        * gcc.dg/pr41345.c: New test.
........
  r153570 | jakub | 2009-10-26 14:28:24 -0600 (Mon, 26 Oct 2009) | 9 lines

        PR libstdc++/38923
        * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Avoid using too many
        *s.  Accept ld version without text in ()s.
        * configure: Regenerated.

        * acinclude.m4 (LIBGOMP_CHECK_LINKER_FEATURES): Avoid using too many
        *s.  Accept ld version without text in ()s.
        * configure: Regenerated.
........

Modified:
    branches/reload-v2a/   (props changed)

Propchange: branches/reload-v2a/
            ('svnmerge-integrated' modified)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41345


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug bootstrap/41345] [4.5 Regression] bootstrap comparison failure with --disable-checking
  2009-09-12 18:47 [Bug bootstrap/41345] New: bootstrap comparison failure with --disable-checking dirtyepic at gentoo dot org
                   ` (9 preceding siblings ...)
  2009-10-29 16:38 ` law at gcc dot gnu dot org
@ 2009-10-30 16:07 ` hjl at gcc dot gnu dot org
  2009-10-31  7:51 ` sezeroz at gmail dot com
  11 siblings, 0 replies; 13+ messages in thread
From: hjl at gcc dot gnu dot org @ 2009-10-30 16:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from hjl at gcc dot gnu dot org  2009-10-30 16:05 -------
Subject: Bug 41345

Author: hjl
Date: Fri Oct 30 16:04:41 2009
New Revision: 153759

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153759
Log:
2009-10-30  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline:
        2009-10-30  Dodji Seketeli  <dodji@redhat.com>

        PR c++/41863
        * g++.dg/template/sizeof12.C: New test.

        2009-10-29  Martin Jambor  <mjambor@suse.cz>

        PR tree-optimization/41775
        * g++.dg/torture/pr41775.C: New testcase.

        2009-10-28  Jakub Jelinek  <jakub@redhat.com>

        PR debug/41801
        * g++.dg/ext/sync-3.C: New test.

        2009-10-27  Jakub Jelinek  <jakub@redhat.com>

        PR c++/41020
        * g++.dg/lookup/extern-c-redecl5.C: Fix up regexp.

        2009-10-26  Jakub Jelinek  <jakub@redhat.com>

        PR bootstrap/41345
        * gcc.dg/pr41345.c: New test.

        2009-10-26  Dodji Seketeli  <dodji@redhat.com>

        PR c++/41785
        * g++.dg/cpp0x/variadic96.C: New test.

        2009-10-26  Dodji Seketeli  <dodji@redhat.com>

        PR c++/41020
        * g++.dg/lookup/extern-c-redecl2.C: New test.
        * g++.dg/lookup/extern-c-redecl3.C: Likewise.
        * g++.dg/lookup/extern-c-redecl4.C: Likewise.
        * g++.dg/lookup/extern-c-redecl5.C: Likewise.

        2009-10-23  Joseph Myers  <joseph@codesourcery.com>

        PR c/40033
        * gcc.dg/noncompile/pr40033-1.c: New test.

        2009-10-23  Joseph Myers  <joseph@codesourcery.com>

        PR c/41673
        * gcc.dg/Wstrict-aliasing-bogus-vla-1.c: New test.

        2009-10-21  Sebastian Pop  <sebastian.pop@amd.com>

        PR tree-optimization/41497
        * gcc.dg/tree-ssa/pr41497.c: New.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/cpp0x/variadic96.C
      - copied unchanged from r153757,
trunk/gcc/testsuite/g++.dg/cpp0x/variadic96.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/ext/sync-3.C
      - copied unchanged from r153757, trunk/gcc/testsuite/g++.dg/ext/sync-3.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/lookup/extern-c-redecl2.C
      - copied unchanged from r153757,
trunk/gcc/testsuite/g++.dg/lookup/extern-c-redecl2.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/lookup/extern-c-redecl3.C
      - copied unchanged from r153757,
trunk/gcc/testsuite/g++.dg/lookup/extern-c-redecl3.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/lookup/extern-c-redecl4.C
      - copied unchanged from r153757,
trunk/gcc/testsuite/g++.dg/lookup/extern-c-redecl4.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/lookup/extern-c-redecl5.C
      - copied unchanged from r153757,
trunk/gcc/testsuite/g++.dg/lookup/extern-c-redecl5.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/template/sizeof12.C
      - copied unchanged from r153757,
trunk/gcc/testsuite/g++.dg/template/sizeof12.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/torture/pr41775.C
      - copied unchanged from r153757,
trunk/gcc/testsuite/g++.dg/torture/pr41775.C
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/Wstrict-aliasing-bogus-vla-1.c
      - copied unchanged from r153758,
trunk/gcc/testsuite/gcc.dg/Wstrict-aliasing-bogus-vla-1.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/noncompile/pr40033-1.c
      - copied unchanged from r153758,
trunk/gcc/testsuite/gcc.dg/noncompile/pr40033-1.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/pr41345.c
      - copied unchanged from r153757, trunk/gcc/testsuite/gcc.dg/pr41345.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/tree-ssa/pr41497.c
      - copied unchanged from r153758,
trunk/gcc/testsuite/gcc.dg/tree-ssa/pr41497.c
Modified:
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41345


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug bootstrap/41345] [4.5 Regression] bootstrap comparison failure with --disable-checking
  2009-09-12 18:47 [Bug bootstrap/41345] New: bootstrap comparison failure with --disable-checking dirtyepic at gentoo dot org
                   ` (10 preceding siblings ...)
  2009-10-30 16:07 ` hjl at gcc dot gnu dot org
@ 2009-10-31  7:51 ` sezeroz at gmail dot com
  11 siblings, 0 replies; 13+ messages in thread
From: sezeroz at gmail dot com @ 2009-10-31  7:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from sezeroz at gmail dot com  2009-10-31 07:50 -------
(In reply to comment #10)
> 
> Author: hjl
> Date: Fri Oct 30 16:04:41 2009
> New Revision: 153759
> 
> URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153759
> Log:
> 2009-10-30  H.J. Lu  <hongjiu.lu@intel.com>
> 
>         Backport from mainline:

>         PR bootstrap/41345
>         * gcc.dg/pr41345.c: New test.

This one fails:

Executing on host: /home/ozzie/gcc44.build/gcc/xgcc
-B/home/ozzie/gcc44.build/gcc/
/home/ozzie/gcc44.r153759/gcc/testsuite/gcc.dg/pr41345.c   -O2 -g -fcompare
-debug -S  -o pr41345.s    (timeout = 300)
cc1: error: unrecognized command line option "-fcompare-debug"
compiler exited with status 1
output is:
cc1: error: unrecognized command line option "-fcompare-debug"

FAIL: gcc.dg/pr41345.c (test for excess errors)

Is it not a 4.5-only thing?


-- 

sezeroz at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sezeroz at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41345


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-10-31  7:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-12 18:47 [Bug bootstrap/41345] New: bootstrap comparison failure with --disable-checking dirtyepic at gentoo dot org
2009-09-12 18:48 ` [Bug bootstrap/41345] " dirtyepic at gentoo dot org
2009-09-12 18:48 ` dirtyepic at gentoo dot org
2009-09-26 20:46 ` dirtyepic at gentoo dot org
2009-10-25 20:14 ` cadaker at gmail dot com
2009-10-25 20:45 ` [Bug bootstrap/41345] [4.5 Regression] " rguenth at gcc dot gnu dot org
2009-10-26 11:39 ` jakub at gcc dot gnu dot org
2009-10-26 12:39 ` jakub at gcc dot gnu dot org
2009-10-26 20:21 ` jakub at gcc dot gnu dot org
2009-10-26 23:12 ` jakub at gcc dot gnu dot org
2009-10-29 16:38 ` law at gcc dot gnu dot org
2009-10-30 16:07 ` hjl at gcc dot gnu dot org
2009-10-31  7:51 ` sezeroz at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).