This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug pch/11058] ICE on using precompiled header; Alpha Red Hat 7.1 Linux
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jun 2003 02:19:01 -0000
- Subject: [Bug pch/11058] ICE on using precompiled header; Alpha Red Hat 7.1 Linux
- References: <20030602021401.11058.mckelvey@maskull.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.