public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/15972] New: ICE : assertion failure in trans-array.c (pointer function stuff)
@ 2004-06-13 10:23 Mart dot Rentmeester at nn-online dot org
  2004-06-13 14:17 ` [Bug fortran/15972] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Mart dot Rentmeester at nn-online dot org @ 2004-06-13 10:23 UTC (permalink / raw)
  To: gcc-bugs

gfortran -v -c n18.f95
Reading specs from /OPT/32/gcc-2004-06-09/lib/gcc/hppa2.0w-hp-hpux11.11/3.5.
0/specs
Configured with: ../configure --enable-languages=c,f95 
--prefix=/opt32/gcc-2004-06-09 --with-gmp=/opt32/gmp --with-gnu-as 
--with-as=/opt32/binutils/bin/as --enable-threads --disable-shared --disable-nls
Thread model: posix
gcc version 3.5.0 20040611 (experimental)
 /OPT/32/gcc-2004-06-09/libexec/gcc/hppa2.0w-hp-hpux11.11/3.5.0/f951 n18.f95 
-quiet -dumpbase n18.f95 -auxbase n18 -version -o /var/tmp//ccSC0SfJ.s
GNU F95 version 3.5.0 20040611 (experimental) (hppa2.0w-hp-hpux11.11)
        compiled by GNU C version 3.5.0 20040611 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096


Assertion failed: GFC_ARRAY_TYPE_P (type), file ../../gcc/fortran/trans-array.c, 
line 3025
n18.f95: In function `get_a_contents':
n18.f95:16: internal compiler error: Aborted







module test

    implicit none


    type b
        character         :: m = ' '
    end type b

    type a
        type(b), pointer  :: contents(:) => null()
    end type a

contains

    function get_a_contents(p) 
    
    implicit none
    type(a), intent(in)  :: p
    type(b), pointer     :: get_a_contents(:)
    
    get_a_contents => p%contents

    end function get_a_contents

end module test

-- 
           Summary: ICE : assertion failure in trans-array.c (pointer
                    function stuff)
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Mart dot Rentmeester at nn-online dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/15972] ICE : assertion failure in trans-array.c (pointer function stuff)
  2004-06-13 10:23 [Bug fortran/15972] New: ICE : assertion failure in trans-array.c (pointer function stuff) Mart dot Rentmeester at nn-online dot org
@ 2004-06-13 14:17 ` pinskia at gcc dot gnu dot org
  2004-06-25 21:07 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-13 14:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-13 14:17 -------
Confirmed. Here is the other ICE:
f951: /home/gates/pinskia/src/gnu/gcc/src/gcc/fortran/trans-array.c:3025: 
gfc_trans_dummy_array_bias: Assertion `(__extension__ ({ const tree __t = (type); if 
(tree_code_type[(int) (((enum tree_code) (__t)->common.code))] != ('t')) tree_class_check_failed (__t, ('t'), 
"/home/gates/pinskia/src/gnu/gcc/src/gcc/fortran/trans-array.c", 3025, __FUNCTION__); __t; })-
>type.lang_flag_2)' failed.
pr15972.f90: In function `get_a_contents':
pr15972.f90:16: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-13 14:17:50
               date|                            |


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


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

* [Bug fortran/15972] ICE : assertion failure in trans-array.c (pointer function stuff)
  2004-06-13 10:23 [Bug fortran/15972] New: ICE : assertion failure in trans-array.c (pointer function stuff) Mart dot Rentmeester at nn-online dot org
  2004-06-13 14:17 ` [Bug fortran/15972] " pinskia at gcc dot gnu dot org
@ 2004-06-25 21:07 ` pinskia at gcc dot gnu dot org
  2004-08-12 22:02 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-25 21:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-25 21:06 -------
*** Bug 16208 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anlauf at hep dot tu-
                   |                            |darmstadt dot de


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


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

* [Bug fortran/15972] ICE : assertion failure in trans-array.c (pointer function stuff)
  2004-06-13 10:23 [Bug fortran/15972] New: ICE : assertion failure in trans-array.c (pointer function stuff) Mart dot Rentmeester at nn-online dot org
  2004-06-13 14:17 ` [Bug fortran/15972] " pinskia at gcc dot gnu dot org
  2004-06-25 21:07 ` pinskia at gcc dot gnu dot org
@ 2004-08-12 22:02 ` pinskia at gcc dot gnu dot org
  2004-08-25 22:10 ` tobi at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-12 22:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-12 22:02 -------
*** Bug 17014 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |guillemborrell at yahoo dot
                   |                            |es


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


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

* [Bug fortran/15972] ICE : assertion failure in trans-array.c (pointer function stuff)
  2004-06-13 10:23 [Bug fortran/15972] New: ICE : assertion failure in trans-array.c (pointer function stuff) Mart dot Rentmeester at nn-online dot org
                   ` (2 preceding siblings ...)
  2004-08-12 22:02 ` pinskia at gcc dot gnu dot org
@ 2004-08-25 22:10 ` tobi at gcc dot gnu dot org
  2004-11-11  5:13 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-08-25 22:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |17193


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


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

* [Bug fortran/15972] ICE : assertion failure in trans-array.c (pointer function stuff)
  2004-06-13 10:23 [Bug fortran/15972] New: ICE : assertion failure in trans-array.c (pointer function stuff) Mart dot Rentmeester at nn-online dot org
                   ` (3 preceding siblings ...)
  2004-08-25 22:10 ` tobi at gcc dot gnu dot org
@ 2004-11-11  5:13 ` pinskia at gcc dot gnu dot org
  2004-11-11  5:22 ` pinskia at gcc dot gnu dot org
  2005-06-05 22:44 ` pault at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-11  5:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-11 05:13 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug fortran/15972] ICE : assertion failure in trans-array.c (pointer function stuff)
  2004-06-13 10:23 [Bug fortran/15972] New: ICE : assertion failure in trans-array.c (pointer function stuff) Mart dot Rentmeester at nn-online dot org
                   ` (4 preceding siblings ...)
  2004-11-11  5:13 ` pinskia at gcc dot gnu dot org
@ 2004-11-11  5:22 ` pinskia at gcc dot gnu dot org
  2005-06-05 22:44 ` pault at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-11  5:22 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

* [Bug fortran/15972] ICE : assertion failure in trans-array.c (pointer function stuff)
  2004-06-13 10:23 [Bug fortran/15972] New: ICE : assertion failure in trans-array.c (pointer function stuff) Mart dot Rentmeester at nn-online dot org
                   ` (5 preceding siblings ...)
  2004-11-11  5:22 ` pinskia at gcc dot gnu dot org
@ 2005-06-05 22:44 ` pault at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pault at gcc dot gnu dot org @ 2005-06-05 22:44 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 15972 depends on bug 17193, which changed state.

Bug 17193 Summary: [meta-bug] Pointer arguments not working correctly
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17193

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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


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

end of thread, other threads:[~2005-06-05 22:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-13 10:23 [Bug fortran/15972] New: ICE : assertion failure in trans-array.c (pointer function stuff) Mart dot Rentmeester at nn-online dot org
2004-06-13 14:17 ` [Bug fortran/15972] " pinskia at gcc dot gnu dot org
2004-06-25 21:07 ` pinskia at gcc dot gnu dot org
2004-08-12 22:02 ` pinskia at gcc dot gnu dot org
2004-08-25 22:10 ` tobi at gcc dot gnu dot org
2004-11-11  5:13 ` pinskia at gcc dot gnu dot org
2004-11-11  5:22 ` pinskia at gcc dot gnu dot org
2005-06-05 22:44 ` pault 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).