[Bug preprocessor/39029] #pragma once is not "exported" from the precompiled headers

2013-08-23 Thread bohan.gnu at retropaganda dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39029 Johan Boulé changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug preprocessor/39029] #pragma once is not "exported" from the precompiled headers

2012-04-28 Thread bohan.gnu at retropaganda dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39029 --- Comment #5 from Johan Boulé 2012-04-28 14:15:17 UTC --- I believe my original bug report does not stand as a valid bug. Bug #47857 has been marked as duplicate but is not: it's a spurious warning. Also, Olaf showed a test case that seems prob

[Bug preprocessor/39029] #pragma once is not "exported" from the precompiled headers

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39029 --- Comment #4 from Andrew Pinski 2011-12-15 02:11:02 UTC --- *** Bug 47857 has been marked as a duplicate of this bug. ***

[Bug preprocessor/39029] #pragma once is not "exported" from the precompiled headers

2011-02-21 Thread olafvdspek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39029 --- Comment #3 from Olaf van der Spek 2011-02-21 09:37:03 UTC --- g++ -o b.h.gch a.h g++ c.cpp a.h: #pragma once // a.h:1:9: warning: #pragma once in main file c.cpp: #include "b.h" #include "b.h" // c.cpp:2:15: error: b.h: No such file or di

[Bug preprocessor/39029] #pragma once is not "exported" from the precompiled headers

2011-02-20 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39029 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug preprocessor/39029] #pragma once is not "exported" from the precompiled headers

2011-02-20 Thread olafvdspek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39029 Olaf van der Spek changed: What|Removed |Added CC||olafvdspek at gmail dot com --- Comme