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]

Re: optimization/9279: 3.2 regression to 2.95 / 3.0.4 on sparc-linux


ebotcazou@gcc.gnu.org writes:
>     Could you precise what the self-contained testcase ouputs when compiled with the different versions of gcc ?

the simplified (second) example:

$ gcc-2.95 -O2 fbug2.c && ./a.out
0

$ gcc-3.0 -O2 fbug2.c && ./a.out
0

$ gcc-3.2 -O2 fbug2.c && ./a.out
2

$ gcc-3.2 -O1 fbug2.c && ./a.out
0


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