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]

Re: Bug report for GCC under Digital UNIX


Alexandre Oliva writes:
 > On Apr  5, 2000, Greg Roberts <gregr@ee.uwa.edu.au> wrote:
 > 
 > > HelpCB.C:2152: Internal compiler error in `scan_region', at except.c:2566
 > [...]
 > 
 > Thanks for your bug report.  We'd often need the preprocessor output
 > too (in the .ii file), but, in this case, we don't need it because
 > it's a well-known problem in GCC 2.95.2/alpha, that's already fixed in
 > development snapshots.
 > 
I don't think this bug is completely fixed in the current snapshot(s).
With the attached file (reduced from OpenSP-1.4) I get:
Reading specs from /usr/local/lib/gcc-lib/alphaev6-dec-osf4.0e/2.96/specs
gcc version 2.96 20000402 (experimental)
 /usr/local/lib/gcc-lib/alphaev6-dec-osf4.0e/2.96/cc1plus test.ii -quiet -O -version -fpreprocessed -o /usr/tmp/ccTT5ftE.s
GNU C++ version 2.96 20000402 (experimental) (alphaev6-dec-osf4.0e) compiled by GNU C version 2.96 20000402 (experimental).
test.cxx: In method `void Parser::compileModes (const Mode *, int,
test.cxx: const Dtd *)':
test.cxx:444: Internal compiler error in `scan_region', at
test.cxx:444: except.c:2747
test.cxx:444: Please submit a full bug report.
test.cxx:444: See <URL:http://www.gnu.org/software/gcc/bugs.html> for
test.cxx:444: instructions.

It works ok if I compile without optimization or remove the inline directive
(see the include test.cxx).

Best regards,
Helmut Muelner

test.ii.bz2

test.cxx.bz2


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