public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/13909] New: [gfortran]  f77 style logical*1 variables unusable
@ 2004-01-29  1:48 bdavis9659 at comcast dot net
  2004-01-29  1:53 ` [Bug fortran/13909] " 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-01-29  1:48 UTC (permalink / raw)
  To: gcc-bugs

[bdavis@localhost bin]$ /usr/local/bin/gfortran example1.f
 In file example1.f:2

        GCOPEN = .TRUE.
                1
 Error: Can't convert LOGICAL(4) to LOGICAL(1) at (1)
[bdavis@localhost bin]$ cat example1.f
        LOGICAL*1 GCOPEN
        GCOPEN = .TRUE.
        END


works with g77 !!!!


http://gcc.gnu.org/ml/fortran/2004-01/msg00130.html

-- 
           Summary: [gfortran]  f77 style logical*1 variables unusable
           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=13909


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

* [Bug fortran/13909] [gfortran]  f77 style logical*1 variables unusable
  2004-01-29  1:48 [Bug fortran/13909] New: [gfortran] f77 style logical*1 variables unusable bdavis9659 at comcast dot net
@ 2004-01-29  1:53 ` pinskia at gcc dot gnu dot org
  2004-01-29  7:09 ` 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-01-29  1:53 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
   Target Milestone|---                         |tree-ssa


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


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

* [Bug fortran/13909] [gfortran]  f77 style logical*1 variables unusable
  2004-01-29  1:48 [Bug fortran/13909] New: [gfortran] f77 style logical*1 variables unusable bdavis9659 at comcast dot net
  2004-01-29  1:53 ` [Bug fortran/13909] " pinskia at gcc dot gnu dot org
@ 2004-01-29  7:09 ` pinskia at gcc dot gnu dot org
  2004-02-05  4:03 ` bdavis9659 at comcast dot net
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-29  7:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-29 07:09 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-29 07:09:19
               date|                            |


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


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

* [Bug fortran/13909] [gfortran]  f77 style logical*1 variables unusable
  2004-01-29  1:48 [Bug fortran/13909] New: [gfortran] f77 style logical*1 variables unusable bdavis9659 at comcast dot net
  2004-01-29  1:53 ` [Bug fortran/13909] " pinskia at gcc dot gnu dot org
  2004-01-29  7:09 ` pinskia at gcc dot gnu dot org
@ 2004-02-05  4:03 ` bdavis9659 at comcast dot net
  2004-02-07 14:21 ` cvs-commit at gcc dot gnu dot org
  2004-02-07 14:24 ` pbrook at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: bdavis9659 at comcast dot net @ 2004-02-05  4:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bdavis9659 at comcast dot net  2004-02-05 04:03 -------
Proposed patch

 http://gcc.gnu.org/ml/gcc-patches/2004-02/msg00371.html

-- 


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


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

* [Bug fortran/13909] [gfortran]  f77 style logical*1 variables unusable
  2004-01-29  1:48 [Bug fortran/13909] New: [gfortran] f77 style logical*1 variables unusable bdavis9659 at comcast dot net
                   ` (2 preceding siblings ...)
  2004-02-05  4:03 ` bdavis9659 at comcast dot net
@ 2004-02-07 14:21 ` cvs-commit at gcc dot gnu dot org
  2004-02-07 14:24 ` pbrook at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-07 14:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-07 14:21 -------
Subject: Bug 13909

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-ssa-20020619-branch
Changes by:	pbrook@gcc.gnu.org	2004-02-07 14:20:55

Modified files:
	gcc/fortran    : ChangeLog intrinsic.c trans-types.c 

Log message:
	PR gfortran/13909
	* intrinsic.c (add_conversions) Use logical conversion instead
	of real.
	* trans-types.c (gfc_get_logical_type) implemented logical*1
	and logical*2.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.117&r2=1.1.2.118
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/intrinsic.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.9&r2=1.1.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-types.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.9&r2=1.1.2.10



-- 


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


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

* [Bug fortran/13909] [gfortran]  f77 style logical*1 variables unusable
  2004-01-29  1:48 [Bug fortran/13909] New: [gfortran] f77 style logical*1 variables unusable bdavis9659 at comcast dot net
                   ` (3 preceding siblings ...)
  2004-02-07 14:21 ` cvs-commit at gcc dot gnu dot org
@ 2004-02-07 14:24 ` pbrook at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pbrook at gcc dot gnu dot org @ 2004-02-07 14:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pbrook at gcc dot gnu dot org  2004-02-07 14:24 -------
Fixed. Note logical*1 is nonstandard and has slightly different meaning in gfortran. 

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


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


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

end of thread, other threads:[~2004-02-07 14:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-29  1:48 [Bug fortran/13909] New: [gfortran] f77 style logical*1 variables unusable bdavis9659 at comcast dot net
2004-01-29  1:53 ` [Bug fortran/13909] " pinskia at gcc dot gnu dot org
2004-01-29  7:09 ` pinskia at gcc dot gnu dot org
2004-02-05  4:03 ` bdavis9659 at comcast dot net
2004-02-07 14:21 ` cvs-commit at gcc dot gnu dot org
2004-02-07 14:24 ` pbrook 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).