public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/45653]  New: [4.6 Regression] ICE: in cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1241 with -fno-early-inlining -fno-ipa-cp -fno-ipa-pure-const
@ 2010-09-12 17:55 zsojka at seznam dot cz
  2010-09-12 17:56 ` [Bug tree-optimization/45653] " zsojka at seznam dot cz
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: zsojka at seznam dot cz @ 2010-09-12 17:55 UTC (permalink / raw)
  To: gcc-bugs

Command line:
$ gcc -O2 -fno-early-inlining -fno-ipa-cp -fno-ipa-pure-const testcase.C

Compiler output:
$ gcc -O2 -fno-early-inlining -fno-ipa-cp -fno-ipa-pure-const testcase.C
testcase.C:20:1: internal compiler error: in
cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1241
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Tested revisions:
r164228 - crash
r163636 - crash
r161659 - crash


-- 
           Summary: [4.6 Regression] ICE: in
                    cgraph_decide_inlining_of_small_functions, at ipa-
                    inline.c:1241 with -fno-early-inlining -fno-ipa-cp -fno-
                    ipa-pure-const
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: zsojka at seznam dot cz
  GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu


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


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

* [Bug tree-optimization/45653] [4.6 Regression] ICE: in cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1241 with -fno-early-inlining -fno-ipa-cp -fno-ipa-pure-const
  2010-09-12 17:55 [Bug tree-optimization/45653] New: [4.6 Regression] ICE: in cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1241 with -fno-early-inlining -fno-ipa-cp -fno-ipa-pure-const zsojka at seznam dot cz
@ 2010-09-12 17:56 ` zsojka at seznam dot cz
  2010-09-12 17:57 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: zsojka at seznam dot cz @ 2010-09-12 17:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from zsojka at seznam dot cz  2010-09-12 17:55 -------
Created an attachment (id=21782)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21782&action=view)
reduced testcase

$ gcc -O2 -fno-early-inlining -fno-ipa-cp -fno-ipa-pure-const pr45653.C


-- 


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


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

* [Bug tree-optimization/45653] [4.6 Regression] ICE: in cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1241 with -fno-early-inlining -fno-ipa-cp -fno-ipa-pure-const
  2010-09-12 17:55 [Bug tree-optimization/45653] New: [4.6 Regression] ICE: in cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1241 with -fno-early-inlining -fno-ipa-cp -fno-ipa-pure-const zsojka at seznam dot cz
  2010-09-12 17:56 ` [Bug tree-optimization/45653] " zsojka at seznam dot cz
@ 2010-09-12 17:57 ` rguenth at gcc dot gnu dot org
  2010-09-16  7:20 ` zsojka at seznam dot cz
  2010-09-21 14:00 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-12 17:57 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0


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


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

* [Bug tree-optimization/45653] [4.6 Regression] ICE: in cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1241 with -fno-early-inlining -fno-ipa-cp -fno-ipa-pure-const
  2010-09-12 17:55 [Bug tree-optimization/45653] New: [4.6 Regression] ICE: in cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1241 with -fno-early-inlining -fno-ipa-cp -fno-ipa-pure-const zsojka at seznam dot cz
  2010-09-12 17:56 ` [Bug tree-optimization/45653] " zsojka at seznam dot cz
  2010-09-12 17:57 ` rguenth at gcc dot gnu dot org
@ 2010-09-16  7:20 ` zsojka at seznam dot cz
  2010-09-21 14:00 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: zsojka at seznam dot cz @ 2010-09-16  7:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from zsojka at seznam dot cz  2010-09-16 07:20 -------
(In reply to comment #0)
> Tested revisions:
> r164228 - crash
> r163636 - crash
> r161659 - crash

typo, r161659 doesn't crash (thus it's a 4.6 regression)

4.5 r163761 compiles fine as well


-- 

zsojka at seznam dot cz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.6.0
      Known to work|                            |4.5.2


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


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

* [Bug tree-optimization/45653] [4.6 Regression] ICE: in cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1241 with -fno-early-inlining -fno-ipa-cp -fno-ipa-pure-const
  2010-09-12 17:55 [Bug tree-optimization/45653] New: [4.6 Regression] ICE: in cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1241 with -fno-early-inlining -fno-ipa-cp -fno-ipa-pure-const zsojka at seznam dot cz
                   ` (2 preceding siblings ...)
  2010-09-16  7:20 ` zsojka at seznam dot cz
@ 2010-09-21 14:00 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-21 14:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-09-21 14:00 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-09-21 14:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-12 17:55 [Bug tree-optimization/45653] New: [4.6 Regression] ICE: in cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1241 with -fno-early-inlining -fno-ipa-cp -fno-ipa-pure-const zsojka at seznam dot cz
2010-09-12 17:56 ` [Bug tree-optimization/45653] " zsojka at seznam dot cz
2010-09-12 17:57 ` rguenth at gcc dot gnu dot org
2010-09-16  7:20 ` zsojka at seznam dot cz
2010-09-21 14:00 ` rguenth 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).