public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18271] New: ICE with computed array declaration
@ 2004-11-02 12:09 manfred99 at gmx dot ch
  2004-11-02 13:37 ` [Bug fortran/18271] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: manfred99 at gmx dot ch @ 2004-11-02 12:09 UTC (permalink / raw)
  To: gcc-bugs

SUBROUTINE SPFFT1(IMAX)
        IMPLICIT NONE
        INTEGER,INTENT(IN):: IMAX
        REAL:: AUX1(25000+INT(0.82*IMAX))
      END SUBROUTINE

using precompiled linux gfortran snapshot of 20041102, this gives:

# gfc -v -c gaga.f
Reading specs from /usr/local/gfortran/irun/bin/../lib/gcc/i686-pc-linux-gnu/4.
0.0/specs
Configured with: ../gcc/configure --enable-languages=c,f95 
--prefix=/usr/work/2004307/irun
Thread model: posix
gcc version 4.0.0 20041102 (experimental)
 /usr/local/gfortran/irun/bin/../libexec/gcc/i686-pc-linux-gnu/4.0.0/f951 gaga.f 
-ffixed-form -quiet -dumpbase gaga.f -mtune=pentiumpro -auxbase gaga -version -o 
/tmp/ccM6P9Ip.s
GNU F95 version 4.0.0 20041102 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 4.0.0 20041020 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
gaga.f:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE with computed array declaration
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: manfred99 at gmx dot ch
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/18271] ICE with computed array declaration
  2004-11-02 12:09 [Bug fortran/18271] New: ICE with computed array declaration manfred99 at gmx dot ch
@ 2004-11-02 13:37 ` pinskia at gcc dot gnu dot org
  2004-12-09  0:22 ` tobi at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-02 13:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-02 13:37 -------
Confirmed, here is the backtrace:
#0  0x000169f4 in check_inquiry (e=0x42103d20) at /Users/pinskia/src/local/gcc/gcc/fortran/expr.c:
1334
#1  0x00017038 in check_restricted (e=0x5a7aa4) at /Users/pinskia/src/local/gcc/gcc/fortran/expr.c:
1593
#2  0x00017038 in check_restricted (e=0x5a7aa4) at /Users/pinskia/src/local/gcc/gcc/fortran/expr.c:
1593
#3  0x000167d8 in check_intrinsic_op (e=0x5a7aa4, check_function=0x4459d8 
<error_message+11340>) at /Users/pinskia/src/local/gcc/gcc/fortran/expr.c:1236
#4  0x00016f64 in check_restricted (e=0x5a7aa4) at /Users/pinskia/src/local/gcc/gcc/fortran/expr.c:
1616
#5  0x000170c4 in restricted_args (a=0x5a7aa4) at /Users/pinskia/src/local/gcc/gcc/fortran/expr.c:
1534
#6  0x000167d8 in check_intrinsic_op (e=0x5a7aa4, check_function=0x4459d8 
<error_message+11340>) at /Users/pinskia/src/local/gcc/gcc/fortran/expr.c:1236
#7  0x00016f64 in check_restricted (e=0x5a7aa4) at /Users/pinskia/src/local/gcc/gcc/fortran/expr.c:
1616
#8  0x00006318 in resolve_array_bound (e=0x5a7aa4, check_constant=4479448) at /Users/pinskia/
src/local/gcc/gcc/fortran/array.c:219
#9  0x000063f0 in gfc_resolve_array_spec (as=0x42103d20, check_constant=0) at /Users/pinskia/src/
local/gcc/gcc/fortran/array.c:253
#10 0x0003c6b8 in resolve_symbol (sym=0x5a7aa4) at /Users/pinskia/src/local/gcc/gcc/fortran/
resolve.c:4077
#11 0x000482ec in traverse_ns (st=0x421041e0, func=0x3c5b8 <resolve_symbol>) at /Users/
pinskia/src/local/gcc/gcc/fortran/symbol.c:2297
#12 0x00048308 in traverse_ns (st=0x421041e0, func=0x3c5b8 <resolve_symbol>) at /Users/
pinskia/src/local/gcc/gcc/fortran/symbol.c:2300
#13 0x0003c168 in gfc_resolve (ns=0x42103d20) at /Users/pinskia/src/local/gcc/gcc/fortran/
resolve.c:4649
#14 0x00033ec8 in gfc_parse_file () at /Users/pinskia/src/local/gcc/gcc/fortran/parse.c:2612
#15 0x0004aa60 in gfc_be_parse_file (set_yydebug=1108360480) at /Users/pinskia/src/local/gcc/
gcc/fortran/f95-lang.c:266
#16 0x003356ac in toplev_main (argc=247224, argv=0x421041e0) at /Users/pinskia/src/local/gcc/
gcc/toplev.c:986


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-02 13:37:10
               date|                            |


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


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

* [Bug fortran/18271] ICE with computed array declaration
  2004-11-02 12:09 [Bug fortran/18271] New: ICE with computed array declaration manfred99 at gmx dot ch
  2004-11-02 13:37 ` [Bug fortran/18271] " pinskia at gcc dot gnu dot org
@ 2004-12-09  0:22 ` tobi at gcc dot gnu dot org
  2004-12-09  0:47 ` tobi at gcc dot gnu dot org
  2004-12-12 21:02 ` manfred99 at gmx dot ch
  3 siblings, 0 replies; 5+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-12-09  0:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-12-09 00:22 -------
This is invalid code, INT is not allowed in a specification expression.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-valid-code           |ice-on-invalid-code


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


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

* [Bug fortran/18271] ICE with computed array declaration
  2004-11-02 12:09 [Bug fortran/18271] New: ICE with computed array declaration manfred99 at gmx dot ch
  2004-11-02 13:37 ` [Bug fortran/18271] " pinskia at gcc dot gnu dot org
  2004-12-09  0:22 ` tobi at gcc dot gnu dot org
@ 2004-12-09  0:47 ` tobi at gcc dot gnu dot org
  2004-12-12 21:02 ` manfred99 at gmx dot ch
  3 siblings, 0 replies; 5+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-12-09  0:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-12-09 00:47 -------
The problem is that we insert a function call to convert IMAX to default real,
and check_inquiry does not support these conversion functions.

-- 


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


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

* [Bug fortran/18271] ICE with computed array declaration
  2004-11-02 12:09 [Bug fortran/18271] New: ICE with computed array declaration manfred99 at gmx dot ch
                   ` (2 preceding siblings ...)
  2004-12-09  0:47 ` tobi at gcc dot gnu dot org
@ 2004-12-12 21:02 ` manfred99 at gmx dot ch
  3 siblings, 0 replies; 5+ messages in thread
From: manfred99 at gmx dot ch @ 2004-12-12 21:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From manfred99 at gmx dot ch  2004-12-12 21:01 -------
Subject: Re:  ICE with computed array declaration

This example is from the software copygb
(ftp://ftpprd.ncep.noaa.gov/pub/cpc/wd51we/copygb) which was ported
from generic Fortran95 to g95,
and thus compiles perfectly with g95, but not with gfortran.

> 
> ------- Additional Comments From tobi at gcc dot gnu dot org  2004-12-09
> 00:22 -------
> This is invalid code, INT is not allowed in a specification expression.
> 
> -- 
>            What    |Removed                     |Added
>
----------------------------------------------------------------------------
>            Keywords|ice-on-valid-code           |ice-on-invalid-code
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18271
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
> 



-- 


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


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

end of thread, other threads:[~2004-12-12 21:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-02 12:09 [Bug fortran/18271] New: ICE with computed array declaration manfred99 at gmx dot ch
2004-11-02 13:37 ` [Bug fortran/18271] " pinskia at gcc dot gnu dot org
2004-12-09  0:22 ` tobi at gcc dot gnu dot org
2004-12-09  0:47 ` tobi at gcc dot gnu dot org
2004-12-12 21:02 ` manfred99 at gmx dot ch

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