public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/42151]  New: verify_cgraph_node failed with -O3 -Winline
@ 2009-11-22 19:12 dcb314 at hotmail dot com
  2009-11-22 19:13 ` [Bug c/42151] " dcb314 at hotmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dcb314 at hotmail dot com @ 2009-11-22 19:12 UTC (permalink / raw)
  To: gcc-bugs

I just tried to compile Suse Linux package libxml2-2.7.3-3.1
with gcc version 4.5 snapshot 20091119 and the build said

tree.c:1629:1: error: caller edge frequency 789 does not match BB freqency 1577
tree.c:1629:1: error: edge
xmlNodeListGetString__internal_alias.clone.4->xmlEncodeEntitiesReentrant__internal_alias
has no corresponding call_stmt

...

tree.c:1629:1: internal compiler error: verify_cgraph_node failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Preprocessed source code attached. Flags -O3 -Winline required.


-- 
           Summary: verify_cgraph_node failed with -O3 -Winline
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dcb314 at hotmail dot com
  GCC host triplet: suse-linux-x86_64


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


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

* [Bug c/42151] verify_cgraph_node failed with -O3 -Winline
  2009-11-22 19:12 [Bug c/42151] New: verify_cgraph_node failed with -O3 -Winline dcb314 at hotmail dot com
@ 2009-11-22 19:13 ` dcb314 at hotmail dot com
  2009-11-23 22:27 ` [Bug middle-end/42151] " hubicka at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dcb314 at hotmail dot com @ 2009-11-22 19:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dcb314 at hotmail dot com  2009-11-22 19:13 -------
Created an attachment (id=19087)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19087&action=view)
C source code


-- 


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


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

* [Bug middle-end/42151] verify_cgraph_node failed with -O3 -Winline
  2009-11-22 19:12 [Bug c/42151] New: verify_cgraph_node failed with -O3 -Winline dcb314 at hotmail dot com
  2009-11-22 19:13 ` [Bug c/42151] " dcb314 at hotmail dot com
@ 2009-11-23 22:27 ` hubicka at gcc dot gnu dot org
  2009-11-23 22:30 ` hubicka at gcc dot gnu dot org
  2009-12-01 19:52 ` [Bug middle-end/42151] [4.5 Regression] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: hubicka at gcc dot gnu dot org @ 2009-11-23 22:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hubicka at gcc dot gnu dot org  2009-11-23 22:27 -------
Subject: Bug 42151

Author: hubicka
Date: Mon Nov 23 22:27:15 2009
New Revision: 154475

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154475
Log:
        PR middle-end/42151
        * ipa-inline.c (inline_transform): Avoid ICE when transform is called
        twice.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-inline.c


-- 


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


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

* [Bug middle-end/42151] verify_cgraph_node failed with -O3 -Winline
  2009-11-22 19:12 [Bug c/42151] New: verify_cgraph_node failed with -O3 -Winline dcb314 at hotmail dot com
  2009-11-22 19:13 ` [Bug c/42151] " dcb314 at hotmail dot com
  2009-11-23 22:27 ` [Bug middle-end/42151] " hubicka at gcc dot gnu dot org
@ 2009-11-23 22:30 ` hubicka at gcc dot gnu dot org
  2009-12-01 19:52 ` [Bug middle-end/42151] [4.5 Regression] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: hubicka at gcc dot gnu dot org @ 2009-11-23 22:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hubicka at gcc dot gnu dot org  2009-11-23 22:30 -------
Fixed.


-- 

hubicka at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/42151] [4.5 Regression] verify_cgraph_node failed with -O3 -Winline
  2009-11-22 19:12 [Bug c/42151] New: verify_cgraph_node failed with -O3 -Winline dcb314 at hotmail dot com
                   ` (2 preceding siblings ...)
  2009-11-23 22:30 ` hubicka at gcc dot gnu dot org
@ 2009-12-01 19:52 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-12-01 19:52 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
            Summary|verify_cgraph_node failed   |[4.5 Regression]
                   |with -O3 -Winline           |verify_cgraph_node failed
                   |                            |with -O3 -Winline
   Target Milestone|---                         |4.5.0


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


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

end of thread, other threads:[~2009-12-01 19:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-22 19:12 [Bug c/42151] New: verify_cgraph_node failed with -O3 -Winline dcb314 at hotmail dot com
2009-11-22 19:13 ` [Bug c/42151] " dcb314 at hotmail dot com
2009-11-23 22:27 ` [Bug middle-end/42151] " hubicka at gcc dot gnu dot org
2009-11-23 22:30 ` hubicka at gcc dot gnu dot org
2009-12-01 19:52 ` [Bug middle-end/42151] [4.5 Regression] " pinskia at gcc dot gnu dot org

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