public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/15138] New: [gfortran] ICE in check_pointer_types_r - ICHAR with indexed character array argument
@ 2004-04-25 22:44 bdavis9659 at comcast dot net
  2004-04-26  1:30 ` [Bug fortran/15138] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bdavis9659 at comcast dot net @ 2004-04-25 22:44 UTC (permalink / raw)
  To: gcc-bugs

$ cat q.f
      CHARACTER*1  CATN12(26)
      IVON01 = ICHAR(CATN12(J))
      END
$ gfortran q.f
q.f: In function `MAIN__':
q.f:0: internal compiler error: in check_pointer_types_r, at gimplify.c:3567
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


note, this snippet does not work, it only demonstrates the ICE.

code is standard conforming F77 code.

-- 
           Summary: [gfortran] ICE in check_pointer_types_r - ICHAR with
                    indexed character array argument
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bdavis9659 at comcast dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/15138] [gfortran] ICE in check_pointer_types_r - ICHAR with indexed character array argument
  2004-04-25 22:44 [Bug fortran/15138] New: [gfortran] ICE in check_pointer_types_r - ICHAR with indexed character array argument bdavis9659 at comcast dot net
@ 2004-04-26  1:30 ` pinskia at gcc dot gnu dot org
  2004-04-26  3:39 ` pinskia 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-04-26  1:30 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
   Target Milestone|---                         |tree-ssa


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


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

* [Bug fortran/15138] [gfortran] ICE in check_pointer_types_r - ICHAR with indexed character array argument
  2004-04-25 22:44 [Bug fortran/15138] New: [gfortran] ICE in check_pointer_types_r - ICHAR with indexed character array argument bdavis9659 at comcast dot net
  2004-04-26  1:30 ` [Bug fortran/15138] " pinskia at gcc dot gnu dot org
@ 2004-04-26  3:39 ` pinskia at gcc dot gnu dot org
  2004-05-17  2:05 ` tobi at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-26  3:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-26 03:09 -------
I forgot I build most of my compilers with --disable-checking so this does not happen with checking 
disabled.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-checking


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


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

* [Bug fortran/15138] [gfortran] ICE in check_pointer_types_r - ICHAR with indexed character array argument
  2004-04-25 22:44 [Bug fortran/15138] New: [gfortran] ICE in check_pointer_types_r - ICHAR with indexed character array argument bdavis9659 at comcast dot net
  2004-04-26  1:30 ` [Bug fortran/15138] " pinskia at gcc dot gnu dot org
  2004-04-26  3:39 ` pinskia at gcc dot gnu dot org
@ 2004-05-17  2:05 ` tobi at gcc dot gnu dot org
  2004-05-27  3:28 ` pinskia at gcc dot gnu dot org
  2004-08-25 10:45 ` [Bug fortran/15138] " reichelt at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-05-17  2:05 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-16 18:33:21
               date|                            |


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


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

* [Bug fortran/15138] [gfortran] ICE in check_pointer_types_r - ICHAR with indexed character array argument
  2004-04-25 22:44 [Bug fortran/15138] New: [gfortran] ICE in check_pointer_types_r - ICHAR with indexed character array argument bdavis9659 at comcast dot net
                   ` (2 preceding siblings ...)
  2004-05-17  2:05 ` tobi at gcc dot gnu dot org
@ 2004-05-27  3:28 ` pinskia at gcc dot gnu dot org
  2004-08-25 10:45 ` [Bug fortran/15138] " reichelt at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-27  3:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-05-16 18:33:21         |2004-05-26 14:09:41
               date|                            |
   Target Milestone|3.5.0                       |---


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


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

* [Bug fortran/15138] ICE in check_pointer_types_r - ICHAR with indexed character array argument
  2004-04-25 22:44 [Bug fortran/15138] New: [gfortran] ICE in check_pointer_types_r - ICHAR with indexed character array argument bdavis9659 at comcast dot net
                   ` (3 preceding siblings ...)
  2004-05-27  3:28 ` pinskia at gcc dot gnu dot org
@ 2004-08-25 10:45 ` reichelt at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-08-25 10:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-08-25 10:45 -------
Fixed by Andrew's patch
http://gcc.gnu.org/ml/gcc-cvs/2004-08/msg01241.html


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


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

end of thread, other threads:[~2004-08-25 10:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-25 22:44 [Bug fortran/15138] New: [gfortran] ICE in check_pointer_types_r - ICHAR with indexed character array argument bdavis9659 at comcast dot net
2004-04-26  1:30 ` [Bug fortran/15138] " pinskia at gcc dot gnu dot org
2004-04-26  3:39 ` pinskia at gcc dot gnu dot org
2004-05-17  2:05 ` tobi at gcc dot gnu dot org
2004-05-27  3:28 ` pinskia at gcc dot gnu dot org
2004-08-25 10:45 ` [Bug fortran/15138] " reichelt 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).