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/56830] stl_vector.h:414:7: internal compiler error: verify_ssa failed


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

--- Comment #3 from Dmitry G. Dyachenko <dimhen at gmail dot com> 2013-04-03 12:18:03 UTC ---
197404 FAIL too.
I'll try to reduce testcase
g++ -O0 PASS
g++ -O1 FAIL

I fail select -f... option responsible to FAIL due
after
 gcc -c -Q -O1 --help=optimizers > 1
 gcc -c -Q -O0 --help=optimizers > 0
diff 0 1 | grep enabled

g++ -O0 -fcombine-stack-adjustments -fcompare-elim -fcprop-registers
-fdefer-pop -fforward-propagate -fguess-branch-probability -fif-conversion
-fif-conversion2 -finline-functions-called-once -fipa-profile -fipa-pure-const
-fipa-reference -fmerge-constants -fshrink-wrap -fsplit-wide-types
-ftree-bit-ccp -ftree-ccp -ftree-ch -ftree-copy-prop -ftree-copyrename
-ftree-dce -ftree-dominator-opts -ftree-dse -ftree-fre -ftree-sink -ftree-slsr
-ftree-sra -ftree-ter <input_file>

not FAIL


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