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++/30500] pragma GCC system_header vs templates



------- Comment #3 from paolo at gcc dot gnu dot org  2007-03-26 22:55 -------
Subject: Bug 30500

Author: paolo
Date: Mon Mar 26 22:55:03 2007
New Revision: 123238

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123238
Log:
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.     

Added:
    trunk/gcc/testsuite/g++.dg/warn/pragma-system_header1.C
    trunk/gcc/testsuite/g++.dg/warn/pragma-system_header1.h
    trunk/gcc/testsuite/g++.dg/warn/pragma-system_header2.C
    trunk/gcc/testsuite/g++.dg/warn/pragma-system_header2.h
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30500


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