Bug 24270 - internal compiler error: in reload_cse_simplify_operands, at postreload.c:393
Summary: internal compiler error: in reload_cse_simplify_operands, at postreload.c:393
Status: RESOLVED DUPLICATE of bug 24136
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.1.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2005-10-08 04:44 UTC by Erik Schnetter
Modified: 2005-10-08 12:55 UTC (History)
2 users (show)

See Also:
Host:
Target: powerpc-apple-darwin8.2.0
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
Failing source code (6.65 KB, text/plain)
2005-10-08 04:45 UTC, Erik Schnetter
Details
Necessary module source (1.60 KB, text/plain)
2005-10-08 04:46 UTC, Erik Schnetter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Schnetter 2005-10-08 04:44:01 UTC
I am using

$ /Users/eschnett/gcc/bin/gfortran --version
GNU Fortran 95 (GCC) 4.1.0 20050925 (experimental)

with the options

/Users/eschnett/gcc/bin/gfortran -mlongcall -g3 -O2 -funroll-loops -Wall -Wshadow -Wsurprising -c -o $current_wd/AHFinder_exp.F.o $current_wd/AHFinder_exp.f

which leads to the error message

/Users/eschnett/Calpha/arrangements/CactusEinstein/AHFinder/src/AHFinder_exp.F: In function ‘ahfinder_exp’:
/Users/eschnett/Calpha/arrangements/CactusEinstein/AHFinder/src/AHFinder_exp.F:28: warning: unused variable ‘cctk_equals’
/Users/eschnett/Calpha/arrangements/CactusEinstein/AHFinder/src/AHFinder_exp.F:477: error: insn does not satisfy its constraints:
(insn 28938 28937 28936 8 /Users/eschnett/Calpha/arrangements/CactusEinstein/AHFinder/src/AHFinder_exp.F:221 (set (reg:DF 3 r3)
        (mem/u/c/i:DF (lo_sum:SI (reg:SI 3 r3)
                (const:SI (minus:SI (symbol_ref/u:SI ("*LC2") [flags 0x2])
                        (symbol_ref:SI ("<pic base>") [flags 0x180])))) [5 S8 A64])) 1 {movdf_low_si} (nil)
    (nil))
/Users/eschnett/Calpha/arrangements/CactusEinstein/AHFinder/src/AHFinder_exp.F:477: internal compiler error: in reload_cse_simplify_operands, at postreload.c:393
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I attach the source code file AHFinder_exp.f and the module source AHFinder_dat.f.
Comment 1 Erik Schnetter 2005-10-08 04:45:53 UTC
Created attachment 9929 [details]
Failing source code
Comment 2 Erik Schnetter 2005-10-08 04:46:24 UTC
Created attachment 9930 [details]
Necessary module source
Comment 3 Andrew Pinski 2005-10-08 12:54:25 UTC
This is a dup of bug 24136.

*** This bug has been marked as a duplicate of 24136 ***
Comment 4 Andrew Pinski 2005-10-08 12:55:04 UTC
Actually this is not a dup.  This is a seperate problem.
Comment 5 Andrew Pinski 2005-10-08 12:55:44 UTC
Woops I cannot read, they are duplicates.

*** This bug has been marked as a duplicate of 24136 ***