This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/30500] pragma GCC system_header vs templates
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Mar 2007 19:01:22 -0000
- Subject: [Bug c++/30500] pragma GCC system_header vs templates
- References: <bug-30500-133@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pcarlini at suse dot de 2007-03-25 21:01 -------
I'm looking into this: apparently the problem is just (or mostly) that at the
beginning of instantiate_decl we are not copying DECL_IN_SYSTEM_HEADER (d) into
in_system_header: doing it fixes the test here (and avoids the warnings in
30463 and 30464) without regressions.
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pcarlini at suse dot de
|dot org |
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-03-25 20:01:22
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30500