This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/42751] pretty massive inlining and a huge number of temporaries -> endless loop ?
- From: "torbenh at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jan 2010 22:41:51 -0000
- Subject: [Bug middle-end/42751] pretty massive inlining and a huge number of temporaries -> endless loop ?
- References: <bug-42751-18637@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from torbenh at gmx dot de 2010-01-14 22:41 -------
it all started when i added the copy constructor for fvec<N>
but before that, the result of a fvec<N> ( fvec<N-M> x, fvec<M> y ) wasnt
correct.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42751