public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18023] New: compilation error and message not usuful
@ 2004-10-15 19:13 gruel at astro dot ufl dot edu
  2004-10-15 19:44 ` [Bug fortran/18023] ice on trying to convert between int and float pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gruel at astro dot ufl dot edu @ 2004-10-15 19:13 UTC (permalink / raw)
  To: gcc-bugs

irun/bin/gfortran -static test2.f90
test2.f90: In function 'MAIN__':
test2.f90:6: internal compiler error: in gfc_conv_string_parameter, at
fortran/trans-expr.c:1986
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


for the program:

program test_bug2
implicit none
real :: toto
toto = 2

print toto

end program test_bug2


I think that a syntax error will be better :)

-- 
           Summary: compilation error and message not usuful
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gruel at astro dot ufl dot edu
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/18023] ice on trying to convert between int and float
  2004-10-15 19:13 [Bug fortran/18023] New: compilation error and message not usuful gruel at astro dot ufl dot edu
@ 2004-10-15 19:44 ` pinskia at gcc dot gnu dot org
  2004-10-16 16:31 ` 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-10-15 19:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-15 19:44 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-invalid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-15 19:44:09
               date|                            |
            Summary|compilation error and       |ice on trying to convert
                   |message not usuful          |between int and float


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


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

* [Bug fortran/18023] ice on trying to convert between int and float
  2004-10-15 19:13 [Bug fortran/18023] New: compilation error and message not usuful gruel at astro dot ufl dot edu
  2004-10-15 19:44 ` [Bug fortran/18023] ice on trying to convert between int and float pinskia at gcc dot gnu dot org
@ 2004-10-16 16:31 ` tobi at gcc dot gnu dot org
  2004-11-06 12:49 ` cvs-commit 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-10-16 16:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-10-16 16:31 -------
Patch here: http://gcc.gnu.org/ml/fortran/2004-10/msg00162.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug fortran/18023] ice on trying to convert between int and float
  2004-10-15 19:13 [Bug fortran/18023] New: compilation error and message not usuful gruel at astro dot ufl dot edu
  2004-10-15 19:44 ` [Bug fortran/18023] ice on trying to convert between int and float pinskia at gcc dot gnu dot org
  2004-10-16 16:31 ` tobi at gcc dot gnu dot org
@ 2004-11-06 12:49 ` cvs-commit at gcc dot gnu dot org
  2004-11-06 12:52 ` tobi at gcc dot gnu dot org
  2004-11-06 15:37 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-11-06 12:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-11-06 12:49 -------
Subject: Bug 18023

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-11-06 12:49:14

Modified files:
	gcc/fortran    : ChangeLog io.c 

Log message:
	PR fortran/18023
	* io.c (resolve_tag): Tighten up exception for assigned FORMAT.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.251&r2=1.252
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/io.c.diff?cvsroot=gcc&r1=1.15&r2=1.16



-- 


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


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

* [Bug fortran/18023] ice on trying to convert between int and float
  2004-10-15 19:13 [Bug fortran/18023] New: compilation error and message not usuful gruel at astro dot ufl dot edu
                   ` (2 preceding siblings ...)
  2004-11-06 12:49 ` cvs-commit at gcc dot gnu dot org
@ 2004-11-06 12:52 ` tobi at gcc dot gnu dot org
  2004-11-06 15:37 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-11-06 12:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-11-06 12:52 -------
fixed.

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


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


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

* [Bug fortran/18023] ice on trying to convert between int and float
  2004-10-15 19:13 [Bug fortran/18023] New: compilation error and message not usuful gruel at astro dot ufl dot edu
                   ` (3 preceding siblings ...)
  2004-11-06 12:52 ` tobi at gcc dot gnu dot org
@ 2004-11-06 15:37 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-06 15:37 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

end of thread, other threads:[~2004-11-06 15:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-15 19:13 [Bug fortran/18023] New: compilation error and message not usuful gruel at astro dot ufl dot edu
2004-10-15 19:44 ` [Bug fortran/18023] ice on trying to convert between int and float pinskia at gcc dot gnu dot org
2004-10-16 16:31 ` tobi at gcc dot gnu dot org
2004-11-06 12:49 ` cvs-commit at gcc dot gnu dot org
2004-11-06 12:52 ` tobi at gcc dot gnu dot org
2004-11-06 15:37 ` 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).