This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/33661] template methods forget explicit local reg vars
- From: "adam at os dot inf dot tu-dresden dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Apr 2008 20:22:11 -0000
- Subject: [Bug c++/33661] template methods forget explicit local reg vars
- References: <bug-33661-14645@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from adam at os dot inf dot tu-dresden dot de 2008-04-30 20:22 -------
(In reply to comment #7)
> This is not a regression, however it is a bug, it has to be fixed. Inline
> assembly coupled with templates is very powerful, however because of this bug
> it is unusable :-(
I fully agree. I don't know how hard this one is to fix so at least a
warning/error would be good to have. Silently ignoring the allocation just
causes bugs nobody wants to have.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33661