[Bug pch/52518] gcc fails to find pch files in subincludes

2012-03-07 Thread casey at rodarmor dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52518 --- Comment #7 from casey at rodarmor dot com 2012-03-08 05:08:08 UTC --- Not exactly what I was hoping for, but thanks for the speedy resolution :)

[Bug pch/52518] gcc fails to find pch files in subincludes

2012-03-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52518 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug pch/52518] gcc fails to find pch files in subincludes

2012-03-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52518 --- Comment #5 from Richard Guenther 2012-03-07 09:55:31 UTC --- Author: rguenth Date: Wed Mar 7 09:55:26 2012 New Revision: 185029 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185029 Log: 2012-03-07 Richard Guenther PR pch/525

[Bug pch/52518] gcc fails to find pch files in subincludes

2012-03-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52518 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug pch/52518] gcc fails to find pch files in subincludes

2012-03-06 Thread casey at rodarmor dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52518 --- Comment #3 from casey at rodarmor dot com 2012-03-07 02:34:49 UTC --- (In reply to comment #2) > This is expected as the token is #include . The documentation suggests that that shouldn't be a problem: "you can even include a precompiled heade

[Bug pch/52518] gcc fails to find pch files in subincludes

2012-03-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52518 --- Comment #2 from Andrew Pinski 2012-03-07 02:32:04 UTC --- This is expected as the token is #include .

[Bug pch/52518] gcc fails to find pch files in subincludes

2012-03-06 Thread casey at rodarmor dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52518 --- Comment #1 from casey at rodarmor dot com 2012-03-07 00:55:00 UTC --- Created attachment 26848 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26848 A script showing the bug.