public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/61085] New: [4.9/4.10 Regression] wrong code with -O2 -fno-early-inlining (maybe wrong devirtualization)
@ 2014-05-06 19:48 zsojka at seznam dot cz
  2014-05-07  8:31 ` [Bug ipa/61085] " rguenth at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: zsojka at seznam dot cz @ 2014-05-06 19:48 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61085
           Summary: [4.9/4.10 Regression] wrong code with -O2
                    -fno-early-inlining (maybe wrong devirtualization)
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zsojka at seznam dot cz

Created attachment 32748
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32748&action=edit
reduced testcase

Output:
$ g++ -O2 -fno-early-inlining testcase.C
$ ./a.out 
Aborted

$ g++ -O2 -fno-early-inlining testcase.C -fno-devirtualize
$ ./a.out
(no output)

Tested revisions:
r210047 - fail
4.9 r209651 - fail
4.8 r209342 - OK
4.7 r209345 - OK


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

end of thread, other threads:[~2014-07-23  6:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-06 19:48 [Bug ipa/61085] New: [4.9/4.10 Regression] wrong code with -O2 -fno-early-inlining (maybe wrong devirtualization) zsojka at seznam dot cz
2014-05-07  8:31 ` [Bug ipa/61085] " rguenth at gcc dot gnu.org
2014-05-12  9:12 ` jakub at gcc dot gnu.org
2014-05-14 16:34 ` jamborm at gcc dot gnu.org
2014-05-15 14:46 ` jamborm at gcc dot gnu.org
2014-05-15 15:04 ` jamborm at gcc dot gnu.org
2014-05-15 15:11 ` jamborm at gcc dot gnu.org
2014-05-15 15:18 ` jamborm at gcc dot gnu.org
2014-07-16 19:23 ` zsojka at seznam dot cz
2014-07-17  8:08 ` rguenth at gcc dot gnu.org
2014-07-23  6:24 ` zsojka at seznam dot cz

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