http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33109
Paolo Carlini changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33109
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
--- 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
--- 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