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 preprocessor/24202] New: Segfault with #pragma once


[ forwarded from http://bugs.debian.org/bug=330857 ]

unpacking the attached tarball and cpp -I.. -I. test.c gives:

% cpp -I.. -I. test.c
# 1 "test.c"
# 0 "<built-in>"
# 1 "<command line>"
# 1 "test.c"
# 1 "../tao/ORB.h" 1
# 1 "../tao/Sequence_T.h" 1


# 1 "../tao/Sequence.h" 1


# 1 "../tao/Sequence_T.h" 1
# 4 "../tao/Sequence.h" 2
# 4 "../tao/Sequence_T.h" 2

# 1 "../tao/Sequence_T.cpp" 1
# 6 "../tao/Sequence_T.h" 2
# 1 "../tao/ORB.h" 2
# 2 "test.c" 2
<built-in>:0: 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.


-- 
           Summary: Segfault with #pragma once
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: preprocessor
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org


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


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