[Bug pch/13675] #including a precompiled header more than once in the same unit fails

2007-01-01 Thread tim at klingt dot org
--- Comment #14 from tim at klingt dot org 2007-01-01 23:53 --- this is still a problem in the 4.2 branch -- tim at klingt dot org changed: What|Removed |Added

[Bug pch/13675] #including a precompiled header more than once in the same unit fails

2007-05-17 Thread tim at klingt dot org
--- Comment #15 from tim at klingt dot org 2007-05-18 00:06 --- 4.2.0 still has this bug ... maybe someone with enough power can add this to the "known to fail" section? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13675

[Bug pch/13675] #including a precompiled header more than once in the same unit fails

2007-11-26 Thread l dot bermes at eurokey dot de
--- Comment #16 from l dot bermes at eurokey dot de 2007-11-27 03:06 --- I got the same problems using gch in some projects. I'm using only one precompiled header (defaults.h). gcc is from SUSE Linux Enterprise Server 10 GNU C++ version 4.1.0 (SUSE Linux) (i586-suse-linux) compi

[Bug pch/13675] #including a precompiled header more than once in the same unit fails

2009-05-27 Thread gafunchal at gmail dot com
--- Comment #19 from gafunchal at gmail dot com 2009-05-27 10:56 --- (In reply to comment #18) > Fixed in 4.4. > I still have this bug on 4.4.0, when using pch and -g3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13675

[Bug pch/13675] #including a precompiled header more than once in the same unit fails

2009-05-27 Thread gafunchal at gmail dot com
--- Comment #20 from gafunchal at gmail dot com 2009-05-27 14:34 --- For the problem reported on Comment #16, see Bug #40272. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13675

[Bug pch/13675] #including a precompiled header more than once in the same unit fails

2008-10-17 Thread jakub at gcc dot gnu dot org
--- Comment #18 from jakub at gcc dot gnu dot org 2008-10-17 20:19 --- Fixed in 4.4. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug pch/13675] #including a precompiled header more than once in the same unit fails

2008-11-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13675

[Bug pch/13675] #including a precompiled header more than once in the same unit fails

2008-04-01 Thread jakub at gcc dot gnu dot org
--- Comment #17 from jakub at gcc dot gnu dot org 2008-04-01 10:58 --- Subject: Bug 13675 Author: jakub Date: Tue Apr 1 10:58:02 2008 New Revision: 133790 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133790 Log: PR pch/13675 * files.c (struct _cpp_file): Remov

[Bug pch/13675] #including a precompiled header more than once in the same unit fails

2014-02-16 Thread jackie.rosen at hushmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13675 Jackie Rosen changed: What|Removed |Added CC||jackie.rosen at hushmail dot com --- Comm

[Bug pch/13675] #including a precompiled header more than once in the same unit fails

2006-04-01 Thread rupert dot swarbrick at lineone dot net
--- Comment #13 from rupert dot swarbrick at lineone dot net 2006-04-01 23:19 --- (In reply to comment #11) > The same problem stays unresolved in GCC-3.4.4 As far as I can tell, the problem is STILL unresolved with g++ 4.1, but there is a workaround for users that I post here for in

[Bug pch/13675] #including a precompiled header more than once in the same unit fails

2005-09-22 Thread a dot darovskikh at compassplus dot ru
--- Additional Comments From a dot darovskikh at compassplus dot ru 2005-09-22 10:54 --- The same problem stays unresolved in GCC-3.4.4 My test is: $ cat header1.h $ cat header2.h #include "header1.h" $ cat test.cpp #include "header1.h" #include "header2.h" main() { }

[Bug pch/13675] #including a precompiled header more than once in the same unit fails

2005-09-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-23 12:45 --- *** Bug 24029 has been marked as a duplicate of this bug. *** -- What|Removed |Added