This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux
- From: "mckelvey at maskull dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jun 2003 02:14:04 -0000
- Subject: [Bug c++/11058] New: ICE on using precompiled header; Alpha Red Hat 7.1 Linux
- 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
Summary: ICE on using precompiled header; Alpha Red Hat 7.1 Linux
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: mckelvey@maskull.com
CC: gcc-bugs@gcc.gnu.org
GCC build triplet: alphaev56-unknown-linux-gnu
GCC host triplet: alphaev56-unknown-linux-gnu
GCC target triplet: alphaev56-unknown-linux-gnu
Code compiles fine without precompiled headers.
alpha1:PM>uname -a
Linux alpha1 2.4.9-40 #1 Mon Sep 23 08:14:02 EDT 2002 alpha unknown
Command to build pch:
/usr/local/bin/g++ -c -g -fno-elide-constructors -pedantic-errors -Werror
-ansi -fno-common -fstrict-aliasing -Wall -W -Wold-style-cast -Wsign-promo
-Wpointer-arith -Wcast-qual -Wconversion -Wundef -Wwrite-strings -Winline
-Woverloaded-virtual -MMD -fimplicit-templates PatternMaster.h
Command to compile with pch:
Reading specs from /usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/3.4/specs
Configured with: ../gcc/configure --enable-languages=c++
Thread model: posix
gcc version 3.4 20030531 (experimental)
/usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/3.4/cc1plus -quiet -v -MMD
test.d -MQ test.o test.cc -quiet -dumpbase test.cc -ansi -auxbase-strip test.o
-g -pedantic-errors -Werror -Wall -W -Wold-style-cast -Wsign-promo
-Wpointer-arith -Wcast-qual -Wconversion -Wundef -Wwrite-strings -Winline
-Woverloaded-virtual -ansi -version -fno-elide-constructors -fno-common
-fstrict-aliasing -fimplicit-templates -o /tmp/ccJtU5vj.s
ignoring nonexistent directory "NONE/include"
ignoring nonexistent directory "/usr/local/alphaev56-unknown-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/local/include/c++/3.4
/usr/local/include/c++/3.4/alphaev56-unknown-linux-gnu
/usr/local/include/c++/3.4/backward
/usr/local/include
/usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/3.4/include
/usr/include
End of search list.
GNU C++ version 3.4 20030531 (experimental) (alphaev56-unknown-linux-gnu)
compiled by GNU C version 3.4 20030531 (experimental).
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=63731
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.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.