This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug pch/11058] ICE on using precompiled header; Alpha Red Hat 7.1 Linux


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11058



------- Additional Comments From bangerth@dealii.org  2003-06-09 02:19 -------
OK, Falk says he can reproduce this:

falk@lully:~/11058% /tmp/bla/bin/g++ --version
g++ (GCC) 3.4 20030607 (experimental)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

falk@lully:~/11058% /tmp/bla/bin/g++ PatternMaster.h
falk@lully:~/11058% /tmp/bla/bin/g++ test.cc
TemplateVariable.h: In constructor `PatternMaster::TemplateVariable<SuperClass,
   title>::TemplateVariable(const PatternMaster::string_t&) [with SuperClass =
   PatternMaster::AbstractStringScalarVariable, const
   PatternMaster::string_t&title = PatternMaster::STRINGSCALARVARIABLE]':
TemplateVariable.h:114:   instantiated from
`PatternMaster::TemplateVariable<SuperClass,
title>::TemplateVariable(const PatternMaster::string_t&) [with SuperClass =
PatternMaster::AbstractStringScalarVariable, const PatternMaster::string_t&title =
PatternMaster::STRINGSCALARVARIABLE]'
test.cc:42:   instantiated from here
TemplateVariable.h:114: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]