This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/46053] New: [4.6 Regression] g++.dg/torture/pr45699.C FAILs with -fno-early-inlining


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

           Summary: [4.6 Regression] g++.dg/torture/pr45699.C FAILs with
                    -fno-early-inlining
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz


Created attachment 22067
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22067
reduced testcase

Output:
$ g++ -O -fipa-cp -fno-early-inlining pr46053.C 
$ ./a.out 
Aborted

Tested revisions (for the reduced testcase):
r165540 - fail
r163636 - fail
r161659 - fail
r159696 - fail
r158095 - OK
4.5 r163761 - OK


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]