[Bug c++/40574] -O3 couse segfault in loop in hunspell

2009-06-28 Thread andrej dot gelenberg at udo dot edu
--- Comment #5 from andrej dot gelenberg at udo dot edu 2009-06-28 15:16 --- with -fno-tree-vectorize no more segfault. Usecase: open webpage in firefox with textfield (hunspell try to load dict and cause segfault) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40574

[Bug c++/40574] -O3 couse segfault in loop in hunspell

2009-06-28 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-06-28 14:49 --- try -fno-tree-vectorize. Other than that we need a testcase that we can compile and link to verify the failure. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/40574] -O3 couse segfault in loop in hunspell

2009-06-28 Thread andrej dot gelenberg at udo dot edu
--- Comment #3 from andrej dot gelenberg at udo dot edu 2009-06-28 13:54 --- compile command: g++ -DHAVE_CONFIG_H -I. -I../.. -march=pentium-m -O3 -g -MT affixmgr.lo -MD -MP -MF .deps/affixmgr.Tpo -c affixmgr.cxx -fPIC -DPIC -o .libs/affixmgr.o -- http://gcc.gnu.org/bugzilla/show

[Bug c++/40574] -O3 couse segfault in loop in hunspell

2009-06-28 Thread andrej dot gelenberg at udo dot edu
--- Comment #2 from andrej dot gelenberg at udo dot edu 2009-06-28 13:54 --- Created an attachment (id=18085) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18085&action=view) assembler output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40574

[Bug c++/40574] -O3 couse segfault in loop in hunspell

2009-06-28 Thread andrej dot gelenberg at udo dot edu
--- Comment #1 from andrej dot gelenberg at udo dot edu 2009-06-28 13:51 --- Created an attachment (id=18084) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18084&action=view) ii file for affixmgr.cxx -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40574