public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/30444]  New: sfstubs.f90:48: internal compiler error: Illegal instruction
@ 2007-01-11 22:33 orion at cora dot nwra dot com
  2007-01-11 22:42 ` [Bug fortran/30444] " kargl at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: orion at cora dot nwra dot com @ 2007-01-11 22:33 UTC (permalink / raw)
  To: gcc-bugs

gcc (GCC) 4.1.1 20070105 (Red Hat 4.1.1-53)

from Fedora Development.

f95 -fPIC -c sfstubsf95.f90
sfstubs.f90:48: internal compiler error: Illegal instruction


-- 
           Summary: sfstubs.f90:48: internal compiler error: Illegal
                    instruction
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: orion at cora dot nwra dot com
 GCC build triplet: i386-redhat-linux
  GCC host triplet: i386-redhat-linux
GCC target triplet: i386-redhat-linux


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


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

* [Bug fortran/30444] sfstubs.f90:48: internal compiler error: Illegal instruction
  2007-01-11 22:33 [Bug fortran/30444] New: sfstubs.f90:48: internal compiler error: Illegal instruction orion at cora dot nwra dot com
@ 2007-01-11 22:42 ` kargl at gcc dot gnu dot org
  2007-01-11 23:21 ` orion at cora dot nwra dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kargl at gcc dot gnu dot org @ 2007-01-11 22:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from kargl at gcc dot gnu dot org  2007-01-11 22:41 -------
Can you try the compiler available from the fortran wiki?
Can you attach the fortran code?


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug fortran/30444] sfstubs.f90:48: internal compiler error: Illegal instruction
  2007-01-11 22:33 [Bug fortran/30444] New: sfstubs.f90:48: internal compiler error: Illegal instruction orion at cora dot nwra dot com
  2007-01-11 22:42 ` [Bug fortran/30444] " kargl at gcc dot gnu dot org
@ 2007-01-11 23:21 ` orion at cora dot nwra dot com
  2007-01-11 23:40 ` kargl at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: orion at cora dot nwra dot com @ 2007-01-11 23:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from orion at cora dot nwra dot com  2007-01-11 23:21 -------
I'm getting a bugzilla error when I try to make and attachment (reported). 
Source can be found here: http://www.cora.nwra.com/~orion/f95bug.tar.gz, or in
the fedora buzilla: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=222371

The wiki version appears to compile it fine.


-- 

orion at cora dot nwra dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |UNCONFIRMED


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


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

* [Bug fortran/30444] sfstubs.f90:48: internal compiler error: Illegal instruction
  2007-01-11 22:33 [Bug fortran/30444] New: sfstubs.f90:48: internal compiler error: Illegal instruction orion at cora dot nwra dot com
  2007-01-11 22:42 ` [Bug fortran/30444] " kargl at gcc dot gnu dot org
  2007-01-11 23:21 ` orion at cora dot nwra dot com
@ 2007-01-11 23:40 ` kargl at gcc dot gnu dot org
  2007-01-11 23:46 ` sgk at troutmask dot apl dot washington dot edu
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kargl at gcc dot gnu dot org @ 2007-01-11 23:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from kargl at gcc dot gnu dot org  2007-01-11 23:40 -------
The code at  http://www.cora.nwra.com/~orion/f95bug.tar.gz
is broken.

laptop:kargl[226] gfc4x -c sfstubs.f90
sfstubs.f90:127.21:

      real(kind=plflt) x0, y0, xtick, ytick
                    1
Error: Symbol 'plflt' at (1) has no IMPLICIT type
sfstubs.f90:124.26:

There are several subroutines that are missing 'include plflt.inc'
in sfstubs.f90.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu dot org


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


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

* [Bug fortran/30444] sfstubs.f90:48: internal compiler error: Illegal instruction
  2007-01-11 22:33 [Bug fortran/30444] New: sfstubs.f90:48: internal compiler error: Illegal instruction orion at cora dot nwra dot com
                   ` (2 preceding siblings ...)
  2007-01-11 23:40 ` kargl at gcc dot gnu dot org
@ 2007-01-11 23:46 ` sgk at troutmask dot apl dot washington dot edu
  2007-01-12  2:20 ` sgk at troutmask dot apl dot washington dot edu
  2007-01-17 17:14 ` orion at cora dot nwra dot com
  5 siblings, 0 replies; 7+ messages in thread
From: sgk at troutmask dot apl dot washington dot edu @ 2007-01-11 23:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from sgk at troutmask dot apl dot washington dot edu  2007-01-11 23:45 -------
Subject: Re:  sfstubs.f90:48: internal compiler error: Illegal instruction

On Thu, Jan 11, 2007 at 11:40:07PM -0000, kargl at gcc dot gnu dot org wrote:
> 
> ------- Comment #3 from kargl at gcc dot gnu dot org  2007-01-11 23:40 -------
> The code at  http://www.cora.nwra.com/~orion/f95bug.tar.gz
> is broken.
> 
> laptop:kargl[226] gfc4x -c sfstubs.f90
> sfstubs.f90:127.21:
> 
>       real(kind=plflt) x0, y0, xtick, ytick
>                     1
> Error: Symbol 'plflt' at (1) has no IMPLICIT type
> sfstubs.f90:124.26:
> 
> There are several subroutines that are missing 'include plflt.inc'
> in sfstubs.f90.
> 

I forgot to mention that 
f95 -fPIC -c sfstubsf95.f90
compile without a problem with gfortran 4.3.


-- 


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


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

* [Bug fortran/30444] sfstubs.f90:48: internal compiler error: Illegal instruction
  2007-01-11 22:33 [Bug fortran/30444] New: sfstubs.f90:48: internal compiler error: Illegal instruction orion at cora dot nwra dot com
                   ` (3 preceding siblings ...)
  2007-01-11 23:46 ` sgk at troutmask dot apl dot washington dot edu
@ 2007-01-12  2:20 ` sgk at troutmask dot apl dot washington dot edu
  2007-01-17 17:14 ` orion at cora dot nwra dot com
  5 siblings, 0 replies; 7+ messages in thread
From: sgk at troutmask dot apl dot washington dot edu @ 2007-01-12  2:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from sgk at troutmask dot apl dot washington dot edu  2007-01-12 02:20 -------
Subject: Re:  sfstubs.f90:48: internal compiler error: Illegal instruction

On Thu, Jan 11, 2007 at 03:41:38PM -0800, Steve Kargl wrote:
> 
> I forgot to mention that 
> f95 -fPIC -c sfstubsf95.f90
> compile without a problem with gfortran 4.3.
> 

(apoligies for possible duplicate from fat fingers)

This also compiles with gfortran 4.2.


-- 


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


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

* [Bug fortran/30444] sfstubs.f90:48: internal compiler error: Illegal instruction
  2007-01-11 22:33 [Bug fortran/30444] New: sfstubs.f90:48: internal compiler error: Illegal instruction orion at cora dot nwra dot com
                   ` (4 preceding siblings ...)
  2007-01-12  2:20 ` sgk at troutmask dot apl dot washington dot edu
@ 2007-01-17 17:14 ` orion at cora dot nwra dot com
  5 siblings, 0 replies; 7+ messages in thread
From: orion at cora dot nwra dot com @ 2007-01-17 17:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from orion at cora dot nwra dot com  2007-01-17 17:14 -------
Sorry, Fedora libmpfr packaging bug


-- 

orion at cora dot nwra dot com changed:

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


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


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

end of thread, other threads:[~2007-01-17 17:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-11 22:33 [Bug fortran/30444] New: sfstubs.f90:48: internal compiler error: Illegal instruction orion at cora dot nwra dot com
2007-01-11 22:42 ` [Bug fortran/30444] " kargl at gcc dot gnu dot org
2007-01-11 23:21 ` orion at cora dot nwra dot com
2007-01-11 23:40 ` kargl at gcc dot gnu dot org
2007-01-11 23:46 ` sgk at troutmask dot apl dot washington dot edu
2007-01-12  2:20 ` sgk at troutmask dot apl dot washington dot edu
2007-01-17 17:14 ` orion at cora dot nwra dot com

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).