[Bug c++/54780] G++ does not find precompiled headers in some cases

2014-11-08 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54780 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/54780] G++ does not find precompiled headers in some cases

2012-10-03 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54780 --- Comment #5 from Andreas Schwab 2012-10-03 13:10:32 UTC --- > I guess this is not a big issue if you are using Autotools, where the > established practice is to compile inside the source directory. It is common practice to build outsi

[Bug c++/54780] G++ does not find precompiled headers in some cases

2012-10-03 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54780 --- Comment #4 from Jonathan Wakely 2012-10-03 09:00:05 UTC --- I think the majority don't use PCH anyway.

[Bug c++/54780] G++ does not find precompiled headers in some cases

2012-10-03 Thread jpakkane at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54780 --- Comment #3 from jpakkane at gmail dot com 2012-10-03 07:53:59 UTC --- Thanks for the explanation and workaround. I guess this is not a big issue if you are using Autotools, where the established practice is to compile inside the source

[Bug c++/54780] G++ does not find precompiled headers in some cases

2012-10-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54780 --- Comment #1 from Jonathan Wakely 2012-10-02 13:53:13 UTC --- (In reply to comment #0) > Next the script copies common.h to the main directory and compiles the sources > again using the exact same compiler switches. What happens is that