This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
gcc-2.95.1 internal compiler error on DUX 4.0f
- To: Bug GCC! <bug-gcc at gnu dot org>
- Subject: gcc-2.95.1 internal compiler error on DUX 4.0f
- From: Geoffrey King <king at fas dot harvard dot edu>
- Date: Sat, 29 Jul 2000 18:36:40 -0400 (EDT)
Hello,
I have encountered the following problem when using gcc-2.95.1 on the
alphaev6-dec-osf4.0f platform to compile a simple C++ program.
Given the command line:
g++ test.cc
The following error is returned:
test.cc: In function `int main(...)':
test.cc:11: internal error--insn does not satisfy its constraints:
(insn 56 11 12 (set (reg:DI 4 $4)
(reg:DI 74)) 292 {movsi+2} (nil)
(nil))
I have attached the intermediate file which results from
g++ -v --save-temps test.cc
-- Geoff
test.ii.bz2