[Bug tree-optimization/30563] [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time

2007-06-25 Thread bonzini at gnu dot org
--- Comment #14 from bonzini at gnu dot org 2007-06-25 07:01 --- wrong bug marked as duplicate... reopening... -- bonzini at gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30563] [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time

2007-06-25 Thread bonzini at gnu dot org
--- Comment #15 from bonzini at gnu dot org 2007-06-25 07:02 --- *** Bug 30537 has been marked as a duplicate of this bug. *** -- bonzini at gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30563] [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time

2007-06-25 Thread bonzini at gnu dot org
--- Comment #16 from bonzini at gnu dot org 2007-06-25 07:03 --- ... to close as fixed -- bonzini at gnu dot org changed: What|Removed |Added Status|REOPENED

[Bug tree-optimization/30563] [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time

2007-06-24 Thread hubicka at gcc dot gnu dot org
--- Comment #13 from hubicka at gcc dot gnu dot org 2007-06-24 23:24 --- Subject: Bug 30563 Author: hubicka Date: Sun Jun 24 23:24:10 2007 New Revision: 125991 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=125991 Log: PR middle-end/30563 * cgraphunit.c

[Bug tree-optimization/30563] [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time

2007-06-23 Thread tbm at cyrius dot com
--- Comment #10 from tbm at cyrius dot com 2007-06-23 09:16 --- (In reply to comment #8) This bug is extremely common (seen while compiling the Debian archive). Honza, can you take a look soon? I will check it tomorrow. However why users use -fno-unit-at-a-time at all? Do you

[Bug tree-optimization/30563] [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time

2007-06-23 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2007-06-23 09:13 --- It is a dup. *** This bug has been marked as a duplicate of 30537 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30563] [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time

2007-06-23 Thread tbm at cyrius dot com
--- Comment #12 from tbm at cyrius dot com 2007-06-23 12:37 --- No, I don't think anything else important shows this problem, except of the kernel and the Haskell stuff. Thanks for the patch! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30563

[Bug tree-optimization/30563] [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time

2007-06-23 Thread hubicka at ucw dot cz
--- Comment #11 from hubicka at ucw dot cz 2007-06-23 12:33 --- Subject: Re: [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time I will check it tomorrow. However why users use -fno-unit-at-a-time at all? Do you have some idea what packages, except for kernel,

[Bug tree-optimization/30563] [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time

2007-06-22 Thread tbm at cyrius dot com
--- Comment #7 from tbm at cyrius dot com 2007-06-22 12:56 --- This bug is extremely common (seen while compiling the Debian archive). Honza, can you take a look soon? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30563

[Bug tree-optimization/30563] [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time

2007-06-22 Thread hubicka at ucw dot cz
--- Comment #8 from hubicka at ucw dot cz 2007-06-23 00:00 --- Subject: Re: [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time This bug is extremely common (seen while compiling the Debian archive). Honza, can you take a look soon? I will check it tomorrow.

[Bug tree-optimization/30563] [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time

2007-04-22 Thread jbglaw at lug-owl dot de
--- Comment #6 from jbglaw at lug-owl dot de 2007-04-22 18:54 --- This was introduced (or the effect came up) with the inline rewriting at r120835. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30563

[Bug tree-optimization/30563] [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time

2007-02-12 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-02-12 10:41 --- *** Bug 30772 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30563

[Bug tree-optimization/30563] [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time

2007-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-01-24 07:33 --- (In reply to comment #2) Reduced testcase for that ICE: extern __inline double strtod (void) { } strtol (void) { return strtod (); } -- pinskia at gcc dot gnu dot org changed: What|Removed