--
What|Removed |Added
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20315
--- 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
--- 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
-
--- 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++
--- 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
--- 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.
--
--
What|Removed |Added
CC||ebotcazou at gcc dot gnu dot
||org
GCC build triplet|
--
What|Removed |Added
Component|target |pch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20315