public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/24270]  New: internal compiler error: in reload_cse_simplify_operands, at postreload.c:393
@ 2005-10-08  4:44 schnetter at aei dot mpg dot de
  2005-10-08  4:45 ` [Bug fortran/24270] " schnetter at aei dot mpg dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: schnetter at aei dot mpg dot de @ 2005-10-08  4:44 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2010 bytes --]

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.


-- 
           Summary: internal compiler error: in
                    reload_cse_simplify_operands, at postreload.c:393
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schnetter at aei dot mpg dot de
 GCC build triplet: powerpc-apple-darwin8.2.0
  GCC host triplet: powerpc-apple-darwin8.2.0
GCC target triplet: powerpc-apple-darwin8.2.0


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/24270] internal compiler error: in reload_cse_simplify_operands, at postreload.c:393
  2005-10-08  4:44 [Bug fortran/24270] New: internal compiler error: in reload_cse_simplify_operands, at postreload.c:393 schnetter at aei dot mpg dot de
@ 2005-10-08  4:45 ` schnetter at aei dot mpg dot de
  2005-10-08  4:46 ` schnetter at aei dot mpg dot de
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: schnetter at aei dot mpg dot de @ 2005-10-08  4:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from schnetter at aei dot mpg dot de  2005-10-08 04:45 -------
Created an attachment (id=9929)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9929&action=view)
Failing source code


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/24270] internal compiler error: in reload_cse_simplify_operands, at postreload.c:393
  2005-10-08  4:44 [Bug fortran/24270] New: internal compiler error: in reload_cse_simplify_operands, at postreload.c:393 schnetter at aei dot mpg dot de
  2005-10-08  4:45 ` [Bug fortran/24270] " schnetter at aei dot mpg dot de
@ 2005-10-08  4:46 ` schnetter at aei dot mpg dot de
  2005-10-08 12:54 ` [Bug target/24270] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: schnetter at aei dot mpg dot de @ 2005-10-08  4:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from schnetter at aei dot mpg dot de  2005-10-08 04:46 -------
Created an attachment (id=9930)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9930&action=view)
Necessary module source


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/24270] internal compiler error: in reload_cse_simplify_operands, at postreload.c:393
  2005-10-08  4:44 [Bug fortran/24270] New: internal compiler error: in reload_cse_simplify_operands, at postreload.c:393 schnetter at aei dot mpg dot de
  2005-10-08  4:45 ` [Bug fortran/24270] " schnetter at aei dot mpg dot de
  2005-10-08  4:46 ` schnetter at aei dot mpg dot de
@ 2005-10-08 12:54 ` pinskia at gcc dot gnu dot org
  2005-10-08 12:55 ` pinskia at gcc dot gnu dot org
  2005-10-08 12:55 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-08 12:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-10-08 12:54 -------
This is a dup of bug 24136.

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


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/24270] internal compiler error: in reload_cse_simplify_operands, at postreload.c:393
  2005-10-08  4:44 [Bug fortran/24270] New: internal compiler error: in reload_cse_simplify_operands, at postreload.c:393 schnetter at aei dot mpg dot de
                   ` (2 preceding siblings ...)
  2005-10-08 12:54 ` [Bug target/24270] " pinskia at gcc dot gnu dot org
@ 2005-10-08 12:55 ` pinskia at gcc dot gnu dot org
  2005-10-08 12:55 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-08 12:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2005-10-08 12:55 -------
Actually this is not a dup.  This is a seperate problem.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|DUPLICATE                   |


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/24270] internal compiler error: in reload_cse_simplify_operands, at postreload.c:393
  2005-10-08  4:44 [Bug fortran/24270] New: internal compiler error: in reload_cse_simplify_operands, at postreload.c:393 schnetter at aei dot mpg dot de
                   ` (3 preceding siblings ...)
  2005-10-08 12:55 ` pinskia at gcc dot gnu dot org
@ 2005-10-08 12:55 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-08 12:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2005-10-08 12:55 -------
Woops I cannot read, they are duplicates.

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


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-10-08 12:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-08  4:44 [Bug fortran/24270] New: internal compiler error: in reload_cse_simplify_operands, at postreload.c:393 schnetter at aei dot mpg dot de
2005-10-08  4:45 ` [Bug fortran/24270] " schnetter at aei dot mpg dot de
2005-10-08  4:46 ` schnetter at aei dot mpg dot de
2005-10-08 12:54 ` [Bug target/24270] " pinskia at gcc dot gnu dot org
2005-10-08 12:55 ` pinskia at gcc dot gnu dot org
2005-10-08 12:55 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).