[Bug c++/11675] New: gstabs
mboccafo at cs dot unibo dot it
gcc-bugzilla@gcc.gnu.org
Fri Jul 25 14:58:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11675
Summary: gstabs
Product: gcc
Version: 3.3.1
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mboccafo at cs dot unibo dot it
CC: gcc-bugs at gcc dot gnu dot org
some problem with c++ and option gstabs
~$ cat p.c
#include<iostream>
main()
{
int i;
cout <<i;
}
~$ g++ -gstabs p.c
In file included from /usr/include/c++/3.3/bits/stl_algobase.h:73,
from /usr/include/c++/3.3/memory:54,
from /usr/include/c++/3.3/string:48,
from /usr/include/c++/3.3/bits/locale_classes.h:47,
from /usr/include/c++/3.3/bits/ios_base.h:47,
from /usr/include/c++/3.3/ios:49,
from /usr/include/c++/3.3/ostream:45,
from /usr/include/c++/3.3/iostream:45,
from p.c:1:
/usr/include/c++/3.3/bits/stl_iterator_base_types.h:84: 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.
More information about the Gcc-bugs
mailing list