public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/55005] New: [4.8 Regression] gcc.c-torture/execute/loop-3.c FAILs with -fPIC
@ 2012-10-21  5:25 zsojka at seznam dot cz
  2012-10-21 12:15 ` [Bug tree-optimization/55005] " zsojka at seznam dot cz
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: zsojka at seznam dot cz @ 2012-10-21  5:25 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55005
           Summary: [4.8 Regression] gcc.c-torture/execute/loop-3.c FAILs
                    with -fPIC
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz


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

There are various compiler flags that cause the FAIL.

Output:
$ gcc -O3 -fPIC testcase.c && ./a.out 
Aborted
$ gcc -O2 -funroll-loops -fPIC testcase.c && ./a.out 
Aborted
$ gcc -O2 -fpeel-loops -fPIC testcase.c && ./a.out 
Aborted
$ gcc -O2 -flto -fPIC testcase.c && ./a.out 
Aborted

Tested revisions:
r192641 - fail
r191586 - OK
4.7 r191640 - OK


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

end of thread, other threads:[~2012-10-23 15:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-21  5:25 [Bug tree-optimization/55005] New: [4.8 Regression] gcc.c-torture/execute/loop-3.c FAILs with -fPIC zsojka at seznam dot cz
2012-10-21 12:15 ` [Bug tree-optimization/55005] " zsojka at seznam dot cz
2012-10-21 16:10 ` mpolacek at gcc dot gnu.org
2012-10-21 16:15 ` zsojka at seznam dot cz
2012-10-22  9:05 ` rguenth at gcc dot gnu.org
2012-10-22 12:54 ` mpolacek at gcc dot gnu.org
2012-10-22 13:09 ` mpolacek at gcc dot gnu.org
2012-10-23 14:32 ` hubicka at gcc dot gnu.org
2012-10-23 15:06 ` jakub at gcc dot gnu.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).