re PR c++/30500 (pragma GCC system_header vs templates)
authorPaolo Carlini <paolo@gcc.gnu.org>
Mon, 26 Mar 2007 21:55:19 +0000 (21:55 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 26 Mar 2007 21:55:19 +0000 (21:55 +0000)
commit7cf2045de18e9d6499626b5f0321aab16319b96a
tree554e10b2c14783c3915a9268d0e800a0248743a9
parent912291cac35a25eb09234e087d12c4890e1d809c
re PR c++/30500 (pragma GCC system_header vs templates)

2007-03-26  Paolo Carlini  <pcarlini@suse.de>

PR c++/30500
* pt.c (instantiate_decl): Set in_system_header.

2007-03-26  Paolo Carlini  <pcarlini@suse.de>

PR c++/30500
* g++.dg/warn/pragma-system_header1.C: New test.
* g++.dg/warn/pragma-system_header2.C: New test.
* g++.dg/warn/pragma-system_header1.h. New.
* g++.dg/warn/pragma-system_header2.h. New.

From-SVN: r123239
gcc/testsuite/ChangeLog