[Bug debug/51032] [4.7 Regression] ICE in dbxout_type, at dbxout.c:2372

2011-11-09 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51032 Dodji Seketeli dodji at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug debug/51032] [4.7 Regression] ICE in dbxout_type, at dbxout.c:2372

2011-11-08 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51032 --- Comment #2 from David Edelsohn dje at gcc dot gnu.org 2011-11-08 15:58:59 UTC --- I see the exact same issue on AIX. template_type_parm 710936c0 _Up type_0 type_6 VOID align 8 symtab 2114 alias set -1 canonical type 701097e0 index 0

[Bug debug/51032] [4.7 Regression] ICE in dbxout_type, at dbxout.c:2372

2011-11-08 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51032 --- Comment #3 from David Edelsohn dje at gcc dot gnu.org 2011-11-08 16:01:24 UTC --- Created attachment 25753 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25753 preprocessed libstdc++/src/debug.cc

[Bug debug/51032] [4.7 Regression] ICE in dbxout_type, at dbxout.c:2372

2011-11-08 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51032 David Edelsohn dje at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug debug/51032] [4.7 Regression] ICE in dbxout_type, at dbxout.c:2372

2011-11-08 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51032 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added CC||redi at gcc dot

[Bug debug/51032] [4.7 Regression] ICE in dbxout_type, at dbxout.c:2372

2011-11-08 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51032 Dodji Seketeli dodji at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug debug/51032] [4.7 Regression] ICE in dbxout_type, at dbxout.c:2372

2011-11-08 Thread sje at cup dot hp.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51032 Steve Ellcey sje at cup dot hp.com changed: What|Removed |Added Target|alpha-dec-osf5.1b, |alpha-dec-osf5.1b,

[Bug debug/51032] [4.7 Regression] ICE in dbxout_type, at dbxout.c:2372

2011-11-08 Thread dodji at seketeli dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51032 --- Comment #7 from dodji at seketeli dot org dodji at seketeli dot org 2011-11-08 18:57:50 UTC --- A smaller reproducer: $ cat -n test.cc 1template class C 2struct A { 3templateclass U using B = U*; 4

[Bug debug/51032] [4.7 Regression] ICE in dbxout_type, at dbxout.c:2372

2011-11-08 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51032 --- Comment #8 from Dodji Seketeli dodji at gcc dot gnu.org 2011-11-08 20:19:28 UTC --- Created attachment 25757 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25757 Candidate fix I am testing this patch. If you could test it on your

[Bug debug/51032] [4.7 Regression] ICE in dbxout_type, at dbxout.c:2372

2011-11-08 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51032 --- Comment #9 from Dodji Seketeli dodji at gcc dot gnu.org 2011-11-08 21:40:03 UTC --- A candidate fix was posted to http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01249.html

[Bug debug/51032] [4.7 Regression] ICE in dbxout_type, at dbxout.c:2372

2011-11-08 Thread sje at cup dot hp.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51032 --- Comment #10 from Steve Ellcey sje at cup dot hp.com 2011-11-08 23:08:37 UTC --- I did a successful bootstrap on hppa2.0w-hp-hpux11.11 with the patch. I am still running the test suite.

[Bug debug/51032] [4.7 Regression] ICE in dbxout_type, at dbxout.c:2372

2011-11-08 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51032 --- Comment #11 from David Edelsohn dje at gcc dot gnu.org 2011-11-09 01:23:05 UTC --- The patch allows bootstrap to proceed past the previous failure point. Thanks!

[Bug debug/51032] [4.7 Regression] ICE in dbxout_type, at dbxout.c:2372

2011-11-08 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51032 --- Comment #12 from Dodji Seketeli dodji at gcc dot gnu.org 2011-11-09 07:51:17 UTC --- Author: dodji Date: Wed Nov 9 07:51:12 2011 New Revision: 181193 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181193 Log: PR debug/51032 - ICE in