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/36861] code generation regression with -O3



------- Comment #6 from lothar at tradescape dot biz  2008-07-17 17:52 -------
in reply to #4:
-fno-tree-vectorize does not help

$ /opt2/linux/ix86/bin/g++-4.3.1 -m64 -O3 -fno-tree-vectorize -g -save-temps
-I/opt2/linux/x86_64/include/boost-1_35 -DUSE_OPTIMIZATION=0 -o ./avltest-no
./avltest.cpp
./avltest.cpp:115:2: warning: #warning without optimization
$ time ./avltest-no >/dev/null

real    0m40.528s
user    0m39.902s
sys     0m0.036s


-- 


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


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