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]

gcc-2.95.1 internal compiler error on DUX 4.0f


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


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