[Bug tree-optimization/37955] [4.4 Regression] internal compiler error: in vectorizable_store, at tree-vect-transform.c:5447
--- Comment #11 from alon dot barlev at gmail dot com 2008-11-12 09:04 --- I get the error only if I use -O3. But the two bugs are related. Last checked rev#141779 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37955
[Bug c/37955] New: internal compiler error: in vectorizable_store, at tree-vect-transform.c:5447
Attached is a sample from OpenSSL. When compiled with -O3 the error comes up. I tried to remove as much code as I could, but it looks like every line I remove also avoid the error. I use rev141361 -- Summary: internal compiler error: in vectorizable_store, at tree- vect-transform.c:5447 Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: alon dot barlev at gmail dot com GCC host triplet: i686-pc-linux-gnu GCC target triplet: x86_64-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37955
[Bug c/37955] internal compiler error: in vectorizable_store, at tree-vect-transform.c:5447
--- Comment #1 from alon dot barlev at gmail dot com 2008-10-29 20:28 --- Created an attachment (id=16584) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16584&action=view) sample1.c sample1.c: In function âaep_rsa_mod_expâ: sample1.c:619: internal compiler error: in vectorizable_store, at tree-vect-transform.c:5447 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37955
[Bug c/37955] internal compiler error: in vectorizable_store, at tree-vect-transform.c:5447
--- Comment #3 from alon dot barlev at gmail dot com 2008-10-30 06:45 --- Created an attachment (id=16587) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16587&action=view) sample2.c Maybe the complete source will be better... $ x86_64-pc-mingw32-gcc -O3 -c sample2.c e_aep.c: In function âaep_get_connectionâ: e_aep.c:862: internal compiler error: in vectorizable_store, at tree-vect-transform.c:5447 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37955
[Bug c/37955] internal compiler error: in vectorizable_store, at tree-vect-transform.c:5447
--- Comment #5 from alon dot barlev at gmail dot com 2008-11-06 19:53 --- Still: $ x86_64-pc-mingw32-gcc -O3 sample2.c e_aep.c: In function âaep_get_connectionâ: e_aep.c:862: internal compiler error: in vectorizable_store, at tree-vect-transform.c:5447 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. Using binutils CVS head and gcc head (rev#141655). How can I help more than this? Can you send a patch to provide some more information? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37955