[Bug c++/30500] pragma GCC system_header vs templates

2007-07-13 Thread pcarlini at suse dot de
--- Comment #7 from pcarlini at suse dot de 2007-07-13 23:13 --- *** Bug 21755 has been marked as a duplicate of this bug. *** -- pcarlini at suse dot de changed: What|Removed |Added

[Bug c++/30500] pragma GCC system_header vs templates

2007-04-24 Thread paolo at gcc dot gnu dot org
--- Comment #6 from paolo at gcc dot gnu dot org 2007-04-24 23:37 --- Subject: Bug 30500 Author: paolo Date: Tue Apr 24 23:36:53 2007 New Revision: 124130 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=124130 Log: 2007-04-24 Paolo Carlini [EMAIL PROTECTED] PR c++/30500

[Bug c++/30500] pragma GCC system_header vs templates

2007-04-24 Thread pcarlini at suse dot de
-- pcarlini at suse dot de changed: What|Removed |Added Target Milestone|4.3.0 |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30500

[Bug c++/30500] pragma GCC system_header vs templates

2007-03-26 Thread paolo at gcc dot gnu dot org
--- 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=gccview=revrev=123238 Log: 2007-03-26 Paolo Carlini [EMAIL PROTECTED] PR c++/30500

[Bug c++/30500] pragma GCC system_header vs templates

2007-03-26 Thread paolo at gcc dot gnu dot org
--- Comment #4 from paolo at gcc dot gnu dot org 2007-03-26 22:55 --- Subject: Bug 30500 Author: paolo Date: Mon Mar 26 22:55:19 2007 New Revision: 123239 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=123239 Log: 2007-03-26 Paolo Carlini [EMAIL PROTECTED] PR c++/30500

[Bug c++/30500] pragma GCC system_header vs templates

2007-03-26 Thread pcarlini at suse dot de
--- Comment #5 from pcarlini at suse dot de 2007-03-26 22:56 --- Fixed for 4.3.0. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug c++/30500] pragma GCC system_header vs templates

2007-03-25 Thread pcarlini at suse dot de
--- 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

[Bug c++/30500] pragma GCC system_header vs templates

2007-01-20 Thread manu at gcc dot gnu dot org
--- Comment #1 from manu at gcc dot gnu dot org 2007-01-20 12:43 --- Note: we emit a duplicated warning because this patch is not committed yet: http://gcc.gnu.org/ml/gcc-patches/2006-12/msg00799.html (Not a single comment yet). With the patch the output is just: int g() T h() int