public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/13811] New: -fdump-tree-all causes ICE at  tree-inline.c:648
@ 2004-01-22  9:18 lei at il dot ibm dot com
  2004-01-22  9:25 ` [Bug middle-end/13811] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: lei at il dot ibm dot com @ 2004-01-22  9:18 UTC (permalink / raw)
  To: gcc-bugs

% cat hello.f90
SUBROUTINE FOO11(A)
  CHARACTER*11 A
  A = "HELLO WORLD"
END SUBROUTINE FOO11

% gfortran -fdump-tree-all -c hello.f90
hello.f90: In function `foo11':
hello.f90:0: internal compiler error: in copy_body_r, at tree-inline.c:648

-- 
           Summary: -fdump-tree-all causes ICE at  tree-inline.c:648
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lei at il dot ibm dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug middle-end/13811] -fdump-tree-all causes ICE at  tree-inline.c:648
  2004-01-22  9:18 [Bug fortran/13811] New: -fdump-tree-all causes ICE at tree-inline.c:648 lei at il dot ibm dot com
@ 2004-01-22  9:25 ` pinskia at gcc dot gnu dot org
  2004-01-24 21:22 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-22  9:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-22 09:25 -------
Jan, this looks like a cgraph problem, but then again fortran does not work really with the current 
cgraph, stuff, Steven could you look at this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steven at gcc dot gnu dot
                   |                            |org, hubicka at gcc dot gnu
                   |                            |dot org
          Component|fortran                     |middle-end
           Keywords|                            |ice-on-valid-code
            Summary|-fdump-tree-all causes ICE  |-fdump-tree-all causes ICE
                   |at  tree-inline.c:648       |at  tree-inline.c:648
   Target Milestone|---                         |tree-ssa


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


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

* [Bug middle-end/13811] -fdump-tree-all causes ICE at  tree-inline.c:648
  2004-01-22  9:18 [Bug fortran/13811] New: -fdump-tree-all causes ICE at tree-inline.c:648 lei at il dot ibm dot com
  2004-01-22  9:25 ` [Bug middle-end/13811] " pinskia at gcc dot gnu dot org
@ 2004-01-24 21:22 ` dhazeghi at yahoo dot com
  2004-02-08  6:57 ` [Bug middle-end/13811] [gfortran/tree-ssa] " pinskia at gcc dot gnu dot org
  2004-04-05  0:01 ` [Bug fortran/13811] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-24 21:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-24 21:22 -------
Confirmed with current tree-ssa.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-24 21:22:33
               date|                            |


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


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

* [Bug middle-end/13811] [gfortran/tree-ssa] -fdump-tree-all causes ICE at  tree-inline.c:648
  2004-01-22  9:18 [Bug fortran/13811] New: -fdump-tree-all causes ICE at tree-inline.c:648 lei at il dot ibm dot com
  2004-01-22  9:25 ` [Bug middle-end/13811] " pinskia at gcc dot gnu dot org
  2004-01-24 21:22 ` dhazeghi at yahoo dot com
@ 2004-02-08  6:57 ` pinskia at gcc dot gnu dot org
  2004-04-05  0:01 ` [Bug fortran/13811] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-08  6:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-08 06:57 -------
Steven your cgraph patch fixes this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |steven at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug fortran/13811] [gfortran/tree-ssa] -fdump-tree-all causes ICE at  tree-inline.c:648
  2004-01-22  9:18 [Bug fortran/13811] New: -fdump-tree-all causes ICE at tree-inline.c:648 lei at il dot ibm dot com
                   ` (2 preceding siblings ...)
  2004-02-08  6:57 ` [Bug middle-end/13811] [gfortran/tree-ssa] " pinskia at gcc dot gnu dot org
@ 2004-04-05  0:01 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-05  0:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-05 00:01 -------
Fixed.

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


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


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

end of thread, other threads:[~2004-04-05  0:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-22  9:18 [Bug fortran/13811] New: -fdump-tree-all causes ICE at tree-inline.c:648 lei at il dot ibm dot com
2004-01-22  9:25 ` [Bug middle-end/13811] " pinskia at gcc dot gnu dot org
2004-01-24 21:22 ` dhazeghi at yahoo dot com
2004-02-08  6:57 ` [Bug middle-end/13811] [gfortran/tree-ssa] " pinskia at gcc dot gnu dot org
2004-04-05  0:01 ` [Bug fortran/13811] " 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).