[Bug debug/42767] ICE in mem_loc_descriptor

2010-01-17 Thread jzhang918 at gmail dot com
--- Comment #5 from jzhang918 at gmail dot com 2010-01-17 10:22 --- Created an attachment (id=19630) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19630&action=view) The committed patch -- jzhang918 at gmail dot com changed: What|

[Bug debug/42767] ICE in mem_loc_descriptor

2010-01-16 Thread jzhang918 at gmail dot com
--- Comment #3 from jzhang918 at gmail dot com 2010-01-16 12:37 --- I'm testing the attached patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42767

[Bug debug/42767] ICE in mem_loc_descriptor

2010-01-16 Thread jzhang918 at gmail dot com
--- Comment #2 from jzhang918 at gmail dot com 2010-01-16 12:36 --- Created an attachment (id=19621) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19621&action=view) The patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42767

[Bug debug/42767] ICE in mem_loc_descriptor

2010-01-16 Thread jzhang918 at gmail dot com
--- Comment #1 from jzhang918 at gmail dot com 2010-01-16 12:35 --- Created an attachment (id=19620) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19620&action=view) The test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42767

[Bug debug/42767] New: ICE in mem_loc_descriptor

2010-01-16 Thread jzhang918 at gmail dot com
ersion: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jzhang918 at gmail dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-lin

[Bug debug/42662] [4.5 Regression] invalid rtl sharing found in the insn

2010-01-11 Thread jzhang918 at gmail dot com
--- Comment #7 from jzhang918 at gmail dot com 2010-01-11 10:11 --- Sorry, I should have checked my patch with the test code you posted before I added that comment. My patch does not fix this one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42662

[Bug debug/42662] [4.5 Regression] invalid rtl sharing found in the insn

2010-01-11 Thread jzhang918 at gmail dot com
--- Comment #5 from jzhang918 at gmail dot com 2010-01-11 09:36 --- I just submitted a patch several days ago: http://gcc.gnu.org/ml/gcc-patches/2010-01/msg00130.html I think it might be able to fix this bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42662

[Bug debug/41357] libgomp build fail

2009-09-15 Thread jzhang918 at gmail dot com
--- Comment #9 from jzhang918 at gmail dot com 2009-09-15 14:21 --- (In reply to comment #8) > (In reply to comment #6) > > (In reply to comment #1) > > > The cause is that DW_TAG_variable references gomp_tls_data instead of > > > ___emutls_v.gomp_tls_data.

[Bug target/41357] libgomp build fail

2009-09-14 Thread jzhang918 at gmail dot com
--- Comment #1 from jzhang918 at gmail dot com 2009-09-15 05:57 --- The cause is that DW_TAG_variable references gomp_tls_data instead of ___emutls_v.gomp_tls_data. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41357

[Bug target/41357] New: libgomp build fail

2009-09-14 Thread jzhang918 at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jzhang918 at gmail dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu

[Bug c++/29570] [4.1/4.2/4.3 regression] ICE with brace-enclosed initializer

2006-11-16 Thread jzhang918 at gmail dot com
--- Comment #2 from jzhang918 at gmail dot com 2006-11-16 13:44 --- I narrowed the cause to this change 2006-06-04 Mark Mitchell <[EMAIL PROTECTED]> PR c++/27819 * decl.c (cp_finish_decl): Process initializers for static data members with non-dep

[Bug driver/27622] [4.1/4.2 Regression] gcc hang when compiling with -pipe

2006-05-18 Thread jzhang918 at gmail dot com
--- Comment #8 from jzhang918 at gmail dot com 2006-05-18 09:43 --- With patch foo6.patch, I get: gcc -c voodoo.i -o aaa/t.o -pipe Assembler messages: FATAL: can't create aaa/t.o: No such file or directory src/vidhrdw/voodoo.c: In function ‘voodoo_start’: src/vidhrdw/voodoo.

[Bug driver/27622] gcc hang when compiling with -pipe

2006-05-17 Thread jzhang918 at gmail dot com
--- Comment #3 from jzhang918 at gmail dot com 2006-05-18 05:02 --- Andrew, Did you use voodoo.i as the test case? I can observe this issue using voodoo.i, but not for very small test case. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27622

[Bug driver/27622] gcc hang when compiling with -pipe

2006-05-16 Thread jzhang918 at gmail dot com
--- Comment #1 from jzhang918 at gmail dot com 2006-05-16 11:06 --- Created an attachment (id=11475) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11475&action=view) The test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27622

[Bug driver/27622] New: gcc hang when compiling with -pipe

2006-05-16 Thread jzhang918 at gmail dot com
FIRMED Severity: normal Priority: P3 Component: driver AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jzhang918 at gmail dot com GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27622