public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292
@ 2004-03-18 16:43 1319 at bot dot ru
  2004-03-18 16:53 ` [Bug optimization/14637] [lno][unit-at-a-time] " pinskia at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: 1319 at bot dot ru @ 2004-03-18 16:43 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2298 bytes --]

xgcc (GCC) 3.5-tree-ssa-lno 20040318 (merged 20040221) get an ICE at while doing
profiledbootstrap (after stage1, while compiling libgcc). Configured with

../gcc/configure --program-suffix=-3.5-tree-ssa-lno --enable-languages=c
--with-arch=athlon-xp --disable-checking --disable-werror

Bootstrap started with

make CFLAGS='-O2 -fomit-frame-pointer -fweb' STAGE1_CFLAGS='-O2
-fomit-frame-pointer -fweb' BOOT_CFLAGS='-O3 -fomit-frame-pointer
-fno-rename-registers' profiledbootstrap

[snip]

./xgcc -B./ -B/usr/local/i686-pc-linux-gnu/bin/ -isystem
/usr/local/i686-pc-linux-gnu/include -isystem
/usr/local/i686-pc-linux-gnu/sys-include
-L/usr/local/src/gcc/lno/build/gcc/../ld -O2  -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc/gcc -I../../gcc/gcc/.
-I../../gcc/gcc/../include -I../../gcc/gcc/../libbanshee/libcompat
-I../../gcc/gcc/../libbanshee -I../../gcc/gcc/../libbanshee/points-to  
-DL_divdi3 -c ../../gcc/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o
libgcc/./_divdi3.o
../../gcc/gcc/libgcc2.c: In function `__divdi3':
../../gcc/gcc/libgcc2.c:1014: internal compiler error: in cgraph_remove_edge, at
cgraph.c:292
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [libgcc/./_divdi3.o] Ошибка 1
make[3]: Leaving directory `/usr/local/src/gcc/lno/build/gcc'
make[2]: *** [libgcc.a] Ошибка 2
make[2]: Leaving directory `/usr/local/src/gcc/lno/build/gcc'
make[1]: *** [stageprofile_build] Ошибка 2
make[1]: Leaving directory `/usr/local/src/gcc/lno/build/gcc'
make: *** [profiledbootstrap] Ошибка 2

-- 
           Summary: ICE in cgraph_remove_edge, at cgraph.c:292
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: 1319 at bot dot ru
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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

* [Bug optimization/14637] [lno][unit-at-a-time] ICE in cgraph_remove_edge, at cgraph.c:292
  2004-03-18 16:43 [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292 1319 at bot dot ru
@ 2004-03-18 16:53 ` pinskia at gcc dot gnu dot org
  2004-03-18 17:23 ` 1319 at bot dot ru
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-18 16:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-18 16:53 -------
This is almost definitely caused by the kernel headers defining inline as inline 
__attribute__((always_inline)) which is not right.
Can you provide the preprocessed source.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |optimization
            Summary|ICE in cgraph_remove_edge,  |[lno][unit-at-a-time] ICE in
                   |at cgraph.c:292             |cgraph_remove_edge, at
                   |                            |cgraph.c:292


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


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

* [Bug optimization/14637] [lno][unit-at-a-time] ICE in cgraph_remove_edge, at cgraph.c:292
  2004-03-18 16:43 [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292 1319 at bot dot ru
  2004-03-18 16:53 ` [Bug optimization/14637] [lno][unit-at-a-time] " pinskia at gcc dot gnu dot org
@ 2004-03-18 17:23 ` 1319 at bot dot ru
  2004-03-18 22:06 ` [Bug c/14637] [lno] invalid code at -O3 1319 at bot dot ru
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: 1319 at bot dot ru @ 2004-03-18 17:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From 1319 at bot dot ru  2004-03-18 17:23 -------
[I cannot add an attachment?!?! bugzilla says me 'You did not specify a file to
attach', but I do!]

probably yes, because of always_inline; but in libgcc2.c:484 or libgcc2.c:782
and not in Mariusz Mazur's carefully edited kernel headers for linux 2.6.0 and
up (cvs://cvs.pld-linux.org/linux-libc-headers).


-- 


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


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

* [Bug c/14637] [lno] invalid code at -O3
  2004-03-18 16:43 [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292 1319 at bot dot ru
  2004-03-18 16:53 ` [Bug optimization/14637] [lno][unit-at-a-time] " pinskia at gcc dot gnu dot org
  2004-03-18 17:23 ` 1319 at bot dot ru
@ 2004-03-18 22:06 ` 1319 at bot dot ru
  2004-03-18 22:10 ` [Bug optimization/14637] " pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: 1319 at bot dot ru @ 2004-03-18 22:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From 1319 at bot dot ru  2004-03-18 22:06 -------
Surely this is miscompilation of gcc itself. I changed BOOT_CFLAGS from '-O3
-fomit-frame-pointer -fno-rename-registers' to '-O2 -fomit-frame-pointer -fweb'
and this 'bug' disappeares.

Reduced testcase for above, obviously invalid, bug is just

static int f () {return 0;}
void g () {f ();}

Is -O3 option supposed to generate invalid code in lno and tree-ssa or this is
something new?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|optimization                |c
            Summary|[lno][unit-at-a-time] ICE in|[lno] invalid code at -O3
                   |cgraph_remove_edge, at      |
                   |cgraph.c:292                |


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


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

* [Bug optimization/14637] [lno] invalid code at -O3
  2004-03-18 16:43 [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292 1319 at bot dot ru
                   ` (2 preceding siblings ...)
  2004-03-18 22:06 ` [Bug c/14637] [lno] invalid code at -O3 1319 at bot dot ru
@ 2004-03-18 22:10 ` pinskia at gcc dot gnu dot org
  2004-03-18 23:51 ` [Bug optimization/14637] [lno] wrong code with -O2 -finline-functions 1319 at bot dot ru
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-18 22:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-18 22:10 -------
What compiler are you building with as if the compiler is miscompiled it might because of the frist 
stage compiler is miscompiled?
Do not set STAGE1_CFLAGS without knowing what the consensus are like this one.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |optimization
           Keywords|                            |ice-on-valid-code


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


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

* [Bug optimization/14637] [lno] wrong code with -O2 -finline-functions
  2004-03-18 16:43 [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292 1319 at bot dot ru
                   ` (3 preceding siblings ...)
  2004-03-18 22:10 ` [Bug optimization/14637] " pinskia at gcc dot gnu dot org
@ 2004-03-18 23:51 ` 1319 at bot dot ru
  2004-03-19  1:27 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: 1319 at bot dot ru @ 2004-03-18 23:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From 1319 at bot dot ru  2004-03-18 23:51 -------
I build stage1 with gcc-3.4.0-20040318 -O2 -fomit-frame-pointer -fweb. But I am
sure that stage1 is not miscompiled. I now found that stage2 miscompiled only
when BOOT_CFLAGS set to '-O2 -finline-functions' (with the same symptom like ICE
in cgraph.c).

I suppose that this bug is not specific to lno, now I am checking tree-ssa.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-valid-code           |wrong-code
            Summary|[lno] invalid code at -O3   |[lno] wrong code with -O2 -
                   |                            |finline-functions


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


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

* [Bug optimization/14637] [lno] wrong code with -O2 -finline-functions
  2004-03-18 16:43 [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292 1319 at bot dot ru
                   ` (4 preceding siblings ...)
  2004-03-18 23:51 ` [Bug optimization/14637] [lno] wrong code with -O2 -finline-functions 1319 at bot dot ru
@ 2004-03-19  1:27 ` pinskia at gcc dot gnu dot org
  2004-03-19  4:25 ` 1319 at bot dot ru
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-19  1:27 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


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

* [Bug optimization/14637] [lno] wrong code with -O2 -finline-functions
  2004-03-18 16:43 [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292 1319 at bot dot ru
                   ` (5 preceding siblings ...)
  2004-03-19  1:27 ` pinskia at gcc dot gnu dot org
@ 2004-03-19  4:25 ` 1319 at bot dot ru
  2004-03-19 21:04 ` reichelt at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: 1319 at bot dot ru @ 2004-03-19  4:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From 1319 at bot dot ru  2004-03-19 04:25 -------
Ok, this bug is NOT present in current (20040319 00:30 UTC) tree-ssa. And this
is true bug, I get same effect when I recompile lno (again 20040319 00:30 UTC)
from scratch with:

$ export CC=gcc-3.3
$ ../gcc/configure --program-suffix='-3.5-tree-ssa-lno' --enable-languages=c
--with-arch=athlon-xp --disable-checking --disable-werror
$ make CFLAGS='-O2' STAGE1_CFLAGS='-O0' BOOT_CFLAGS='-O2 -finline-functions'
boootstrap

Where gcc-3.3 is 100% stable gcc 3.3.4 checked out 20040306. Bootstrap fails
with the same effect -- ICE in cgraph.c while compiling libgcc.a at stage2_build.

-- 


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


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

* [Bug optimization/14637] [lno] wrong code with -O2 -finline-functions
  2004-03-18 16:43 [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292 1319 at bot dot ru
                   ` (6 preceding siblings ...)
  2004-03-19  4:25 ` 1319 at bot dot ru
@ 2004-03-19 21:04 ` reichelt at gcc dot gnu dot org
  2004-03-19 21:04 ` reichelt at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-03-19 21:04 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org


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


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

* [Bug optimization/14637] [lno] wrong code with -O2 -finline-functions
  2004-03-18 16:43 [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292 1319 at bot dot ru
                   ` (7 preceding siblings ...)
  2004-03-19 21:04 ` reichelt at gcc dot gnu dot org
@ 2004-03-19 21:04 ` reichelt at gcc dot gnu dot org
  2004-03-19 23:35 ` [Bug optimization/14637] [lno] [merge?] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-03-19 21:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-03-19 21:03 -------
This might be related to PR 14433.
When I did a full bootstrap, the bug was there.
When I compiled tree-ssa by hand it disappeared.
To me this looks like a miscompilation of the compiler.

Fortunately, the bug disappeared on 2004-03-12.
I don't know when it appeared (since doing a full bootstrap
for each iteration of a binary search was just too much work).

Since the last merge of the lno-branch was before that date,
it might be possible that you ran into the same problem on
the lno-branch.

To support that theory you might want to try tree-ssa as of
2004-03-10 and see whether you can reproduce the problem there.
Or you can wait for the next lno-merge, and see whether the bug
disappears or not.


-- 


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


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

* [Bug optimization/14637] [lno] [merge?] wrong code with -O2 -finline-functions
  2004-03-18 16:43 [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292 1319 at bot dot ru
                   ` (8 preceding siblings ...)
  2004-03-19 21:04 ` reichelt at gcc dot gnu dot org
@ 2004-03-19 23:35 ` pinskia at gcc dot gnu dot org
  2004-03-20  6:25 ` 1319 at bot dot ru
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-19 23:35 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[lno] wrong code with -O2 - |[lno] [merge?] wrong code
                   |finline-functions           |with -O2 -finline-functions
   Target Milestone|---                         |lno
            Version|unknown                     |lno


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


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

* [Bug optimization/14637] [lno] [merge?] wrong code with -O2 -finline-functions
  2004-03-18 16:43 [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292 1319 at bot dot ru
                   ` (9 preceding siblings ...)
  2004-03-19 23:35 ` [Bug optimization/14637] [lno] [merge?] " pinskia at gcc dot gnu dot org
@ 2004-03-20  6:25 ` 1319 at bot dot ru
  2004-03-20  8:25 ` [Bug optimization/14637] [lno] [merge] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: 1319 at bot dot ru @ 2004-03-20  6:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From 1319 at bot dot ru  2004-03-20 06:24 -------
This bug is present in 3.5-tree-ssa 20040309 (cvs up -D 20040310 -r
tree-ssa-20020619-branch) with same syndrome.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|lno                         |unknown


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


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

* [Bug optimization/14637] [lno] [merge] wrong code with -O2 -finline-functions
  2004-03-18 16:43 [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292 1319 at bot dot ru
                   ` (10 preceding siblings ...)
  2004-03-20  6:25 ` 1319 at bot dot ru
@ 2004-03-20  8:25 ` pinskia at gcc dot gnu dot org
  2004-03-21  7:44 ` pinskia at gcc dot gnu dot org
  2004-03-21 11:33 ` 1319 at bot dot ru
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-20  8:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-20 08:24 -------
Confirmed, waiting for a merge.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-20 08:24:58
               date|                            |
            Summary|[lno] [merge?] wrong code   |[lno] [merge] wrong code
                   |with -O2 -finline-functions |with -O2 -finline-functions
            Version|unknown                     |lno


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


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

* [Bug optimization/14637] [lno] [merge] wrong code with -O2 -finline-functions
  2004-03-18 16:43 [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292 1319 at bot dot ru
                   ` (11 preceding siblings ...)
  2004-03-20  8:25 ` [Bug optimization/14637] [lno] [merge] " pinskia at gcc dot gnu dot org
@ 2004-03-21  7:44 ` pinskia at gcc dot gnu dot org
  2004-03-21 11:33 ` 1319 at bot dot ru
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-21  7:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-21 07:44 -------
Can someone try again as now the lno branch has been merged from the tree-ssa again 
today (from today too)?

-- 


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


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

* [Bug optimization/14637] [lno] [merge] wrong code with -O2 -finline-functions
  2004-03-18 16:43 [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292 1319 at bot dot ru
                   ` (12 preceding siblings ...)
  2004-03-21  7:44 ` pinskia at gcc dot gnu dot org
@ 2004-03-21 11:33 ` 1319 at bot dot ru
  13 siblings, 0 replies; 15+ messages in thread
From: 1319 at bot dot ru @ 2004-03-21 11:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From 1319 at bot dot ru  2004-03-21 11:33 -------
make bootstrap of gcc 3.5-tree-ssa-lno 20040321 (merged 20040321) with
BOOT_CFLAGS set to '-O2 -finline-functions' succeeds, so this PR is over.

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


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


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

end of thread, other threads:[~2004-03-21 11:33 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-18 16:43 [Bug c/14637] New: ICE in cgraph_remove_edge, at cgraph.c:292 1319 at bot dot ru
2004-03-18 16:53 ` [Bug optimization/14637] [lno][unit-at-a-time] " pinskia at gcc dot gnu dot org
2004-03-18 17:23 ` 1319 at bot dot ru
2004-03-18 22:06 ` [Bug c/14637] [lno] invalid code at -O3 1319 at bot dot ru
2004-03-18 22:10 ` [Bug optimization/14637] " pinskia at gcc dot gnu dot org
2004-03-18 23:51 ` [Bug optimization/14637] [lno] wrong code with -O2 -finline-functions 1319 at bot dot ru
2004-03-19  1:27 ` pinskia at gcc dot gnu dot org
2004-03-19  4:25 ` 1319 at bot dot ru
2004-03-19 21:04 ` reichelt at gcc dot gnu dot org
2004-03-19 21:04 ` reichelt at gcc dot gnu dot org
2004-03-19 23:35 ` [Bug optimization/14637] [lno] [merge?] " pinskia at gcc dot gnu dot org
2004-03-20  6:25 ` 1319 at bot dot ru
2004-03-20  8:25 ` [Bug optimization/14637] [lno] [merge] " pinskia at gcc dot gnu dot org
2004-03-21  7:44 ` pinskia at gcc dot gnu dot org
2004-03-21 11:33 ` 1319 at bot dot ru

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).