public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/17142] New: assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed
@ 2004-08-23  4:25 epc8 at juno dot com
  2004-08-23  4:48 ` [Bug fortran/17142] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: epc8 at juno dot com @ 2004-08-23  4:25 UTC (permalink / raw)
  To: gcc-bugs

format not a string:

write (*,i0)i
end

assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed: file "../../gcc-3.5-
20040815/gcc/fortran/trans-expr.c", line 1926
foo0.f95: In function `MAIN__':
foo0.f95:1: internal compiler error: Aborted

Configured with: ../gcc-3.5-20040815/configure --with-gmp=/gmp --with-mpfr=/gmp
--prefix=/irun --enable-languages=c,c++,f95
Thread model: single
gcc version 3.5.0 20040815 (experimental)

i686-pc-cygwin

-- 
           Summary: assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: epc8 at juno dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/17142] assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed
  2004-08-23  4:25 [Bug fortran/17142] New: assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed epc8 at juno dot com
@ 2004-08-23  4:48 ` pinskia at gcc dot gnu dot org
  2004-08-31 19:37 ` tobi at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-23  4:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-23 04:48 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-23 04:48:36
               date|                            |


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


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

* [Bug fortran/17142] assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed
  2004-08-23  4:25 [Bug fortran/17142] New: assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed epc8 at juno dot com
  2004-08-23  4:48 ` [Bug fortran/17142] " pinskia at gcc dot gnu dot org
@ 2004-08-31 19:37 ` tobi at gcc dot gnu dot org
  2004-09-07  8:39 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-08-31 19:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-08-31 19:37 -------
Meaningful example:
ASSIGN 100 TO i
WRITE(*,i) j
100 FORMAT(i4)
END

Unfortunately this is standard Fortran 90, so we need to fix this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid


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


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

* [Bug fortran/17142] assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed
  2004-08-23  4:25 [Bug fortran/17142] New: assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed epc8 at juno dot com
  2004-08-23  4:48 ` [Bug fortran/17142] " pinskia at gcc dot gnu dot org
  2004-08-31 19:37 ` tobi at gcc dot gnu dot org
@ 2004-09-07  8:39 ` pinskia at gcc dot gnu dot org
  2005-02-14 14:56 ` pinskia at gcc dot gnu dot org
  2005-05-16  2:29 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-07  8:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-07 08:39 -------
*** Bug 17309 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=17142


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

* [Bug fortran/17142] assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed
  2004-08-23  4:25 [Bug fortran/17142] New: assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed epc8 at juno dot com
                   ` (2 preceding siblings ...)
  2004-09-07  8:39 ` pinskia at gcc dot gnu dot org
@ 2005-02-14 14:56 ` pinskia at gcc dot gnu dot org
  2005-05-16  2:29 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-14 14:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-14 02:42 -------
We hit a different ICE now:
  gcc_assert (TREE_TYPE (rhs) == TREE_TYPE (lhs)
              || AGGREGATE_TYPE_P (TREE_TYPE (lhs)));

in gfc_add_modify_expr

-- 


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


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

* [Bug fortran/17142] assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed
  2004-08-23  4:25 [Bug fortran/17142] New: assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed epc8 at juno dot com
                   ` (3 preceding siblings ...)
  2005-02-14 14:56 ` pinskia at gcc dot gnu dot org
@ 2005-05-16  2:29 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-16  2:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-16 02:28 -------
This is fixed, this is a dup of bug 17423.

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

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


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


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

end of thread, other threads:[~2005-05-16  2:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-23  4:25 [Bug fortran/17142] New: assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed epc8 at juno dot com
2004-08-23  4:48 ` [Bug fortran/17142] " pinskia at gcc dot gnu dot org
2004-08-31 19:37 ` tobi at gcc dot gnu dot org
2004-09-07  8:39 ` pinskia at gcc dot gnu dot org
2005-02-14 14:56 ` pinskia at gcc dot gnu dot org
2005-05-16  2:29 ` 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).