[Bug c++/48073] New: ICE with -flto in templated C++ code

2011-03-11 Thread tux008 at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48073 Summary: ICE with -flto in templated C++ code Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug c++/48073] ICE with -flto in templated C++ code

2011-03-11 Thread tux008 at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48073 --- Comment #1 from tux008 at googlemail dot com 2011-03-11 14:19:51 UTC --- Created attachment 23629 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23629 preprocessed code

[Bug c++/48073] ICE with -flto in templated C++ code

2011-03-11 Thread tux008 at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48073 --- Comment #2 from tux008 at googlemail dot com 2011-03-11 14:20:49 UTC --- Created attachment 23630 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23630 (almost empty) assembly code file produced by g++-4.6.0 r170867

[Bug c++/40550] New: Segmentation fault caused by alignment error in sse code

2009-06-25 Thread tux008 at googlemail dot com
ReportedBy: tux008 at googlemail dot com GCC build triplet: i686-linux-gnu GCC host triplet: i686-linux-gnu GCC target triplet: i686-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40550

[Bug c++/40550] Segmentation fault caused by alignment error in sse code

2009-06-25 Thread tux008 at googlemail dot com
--- Comment #1 from tux008 at googlemail dot com 2009-06-25 12:27 --- Created an attachment (id=18067) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18067action=view) This program segfaults if compiled with gcc-4.4.0 and -msse on i686 -- http://gcc.gnu.org/bugzilla

[Bug c++/40550] Segmentation fault caused by alignment error in sse code

2009-06-25 Thread tux008 at googlemail dot com
--- Comment #2 from tux008 at googlemail dot com 2009-06-25 12:28 --- Created an attachment (id=18068) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18068action=view) corresponding ii-file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40550

[Bug c++/40260] New: g++ segfaults compiling template code

2009-05-26 Thread tux008 at googlemail dot com
ReportedBy: tux008 at googlemail dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40260

[Bug c++/40260] g++ segfaults compiling template code

2009-05-26 Thread tux008 at googlemail dot com
--- Comment #1 from tux008 at googlemail dot com 2009-05-26 16:31 --- Created an attachment (id=17919) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17919action=view) precompiled file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40260

[Bug c++/40260] g++ segfaults compiling template code

2009-05-26 Thread tux008 at googlemail dot com
--- Comment #2 from tux008 at googlemail dot com 2009-05-26 16:33 --- Created an attachment (id=17920) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17920action=view) test program which causes gcc 4.4.0 to segfault compiling this test program provokes a segfault of gcc 4.4.0. gcc