This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/21385] __extension__ lost inside template



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]