[Bug pch/20315] pch problems on solaris

2005-04-19 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20315

[Bug pch/20315] pch problems on solaris

2005-03-29 Thread cmarco at indra dot es
--- Additional Comments From cmarco at indra dot es 2005-03-30 07:35 --- Like you said, using the prefix "BaseClassTemplate::" and not compiling the .h template file, just compiling the .c files that use this .h template file works fine. -- What|Removed

[Bug pch/20315] pch problems on solaris

2005-03-29 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-29 18:54 --- Maybe this can be fixed by disabling PCH generation when -x is passed. -- What|Removed |Added -

[Bug pch/20315] pch problems on solaris

2005-03-17 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-17 10:28 --- > Perhahs, I have a concept problem. If you have a c++ template in a ".h" > file without a ".c" file and you compile it you should obtain a .o object. No, you're forcing the compilation with -x c++

[Bug pch/20315] pch problems on solaris

2005-03-17 Thread cmarco at indra dot es
--- Additional Comments From cmarco at indra dot es 2005-03-17 08:55 --- (In reply to comment #2) > Confirmed, but the question is why do you need to generate the PCH twice? > Header files never produce object files, unlike in Ada. Also removing the PCH > file is enough to solve the p

[Bug pch/20315] pch problems on solaris

2005-03-16 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-16 10:53 --- Confirmed, but the question is why do you need to generate the PCH twice? Header files never produce object files, unlike in Ada. Also removing the PCH file is enough to solve the problem. --

[Bug pch/20315] pch problems on solaris

2005-03-09 Thread ebotcazou at gcc dot gnu dot org
-- What|Removed |Added CC||ebotcazou at gcc dot gnu dot ||org GCC build triplet|

[Bug pch/20315] pch problems on solaris

2005-03-09 Thread cmarco at indra dot es
-- What|Removed |Added Component|target |pch http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20315