This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21385] __extension__ lost inside template
- From: "jason at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Sep 2007 17:49:29 -0000
- Subject: [Bug c++/21385] __extension__ lost inside template
- References: <bug-21385-10569@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from jason at gcc dot gnu dot org 2007-09-23 17:49 -------
I don't think implementing this can leverage the attribute work. I'd probably
implement it with a new tree code; the alternative would be a new flag in a lot
of places.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21385