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

2006-05-17 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-05-18 05:16 --- Hmm, this is a true driver issue as the invoking cc1/as manually it works. I think you need a big enough file to get cc1 to take a little bit. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27622

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

2006-05-17 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-05-18 05:08 --- weird. I did try with a smaller testcase and not the testcase attached. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[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-17 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-05-18 04:51 --- This works for me: pc64:~> ~/newtest/bin/g++ t.cc -pipe -o /tnesfuigisdfg/t -c -m32 Assembler messages: FATAL: can't create /tnesfuigisdfg/t: No such file or directory -- pinskia at gcc dot gnu dot org changed:

[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