This is the mail archive of the gcc@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]

Test failure, documentation bugs?


Hi
wich gcc-4.0-20050102 i've some unexpected failure.
in gcc/testsuite/gcc.dg/cleanup-{8,9,10,11}.c
i've played something with this test and i've found that they don't work
at -O2 cause -funit-at-a-time.
a little scheme

optflags	    status
-O3		       x
-O2		       x
-O1		       v
-O0		       v
-O1 -funit-at-a-time   x
-O0 -funit-at-a-time   v

So it's like some optimitation in O1 can to eccessive work with -funit-at-a-time, well the bad thing is that

O0 -fcprop-registers -fdefer-pop -fguess-branch-probability -fif-conversion -fif-conversion2 -floop-optimize -fmerge-constants -fthread-jumps -fmerge-constants -fdelayed-branch -fthread-jumps -funit-at-a-time -fexceptions -fnon-call-exception

...Using all -O1 flag in documentation work.

something is wrong... perhaps in me ;-)

Luca

--
But how can I implement unimaginable chaos in my compiler?
				-Geerhardt Goos-


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