[Bug c++/33109] ICE: segfault while compiling c++ code

2012-10-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33109 Paolo Carlini changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug c++/33109] ICE: segfault while compiling c++ code

2011-10-10 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33109 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/33109] ICE: segfault while compiling c++ code

2007-08-18 Thread tim at klingt dot org
--- Comment #2 from tim at klingt dot org 2007-08-18 18:47 --- it seems to be related to massive recursive template instantiation of the following code: namespace detail { template always_inline void zerovec_simd_mp_iteration(float *dst, __m128 const & zero) { __m12

[Bug c++/33109] ICE: segfault while compiling c++ code

2007-08-18 Thread tim at klingt dot org
--- Comment #1 from tim at klingt dot org 2007-08-18 18:30 --- Created an attachment (id=14074) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14074&action=view) compressed preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33109