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/55005] [4.8 Regression] gcc.c-torture/execute/loop-3.c FAILs with -fPIC


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

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> 2012-10-22 12:53:47 UTC ---
$ gcc -O2 -funroll-loops -fPIC testcase.c && ./a.out
$ gcc -O2 -fpeel-loops -fPIC testcase.c && ./a.out 

seem to be fine with current trunk.  The others are failing though.


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