public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/21260] New: Conflict between comment and H edit descriptor
@ 2005-04-28  5:22 kargl at gcc dot gnu dot org
  2005-04-28  8:02 ` [Bug fortran/21260] " fxcoudert at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: kargl at gcc dot gnu dot org @ 2005-04-28  5:22 UTC (permalink / raw)
  To: gcc-bugs

program b
      write(6,8000)
8000  format(72(1H!))
      end


kargl[213] gfc41 -o b b.f
 In file b.f:3

8000  format(72(1H!))                                                   
                                                                       1
Error: Unexpected end of format string in format string at (1)
 In file b.f:2

      write(6,8000)                                                     
                 1
Error: FORMAT label 8000 at (1) not defined

-- 
           Summary: Conflict between comment and H edit descriptor
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kargl at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/21260] Conflict between comment and H edit descriptor
  2005-04-28  5:22 [Bug fortran/21260] New: Conflict between comment and H edit descriptor kargl at gcc dot gnu dot org
@ 2005-04-28  8:02 ` fxcoudert at gcc dot gnu dot org
  2005-05-11 21:47 ` tobi at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-04-28  8:02 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-28 08:01:20
               date|                            |


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


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

* [Bug fortran/21260] Conflict between comment and H edit descriptor
  2005-04-28  5:22 [Bug fortran/21260] New: Conflict between comment and H edit descriptor kargl at gcc dot gnu dot org
  2005-04-28  8:02 ` [Bug fortran/21260] " fxcoudert at gcc dot gnu dot org
@ 2005-05-11 21:47 ` tobi at gcc dot gnu dot org
  2005-05-11 21:48 ` tobi at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-05-11 21:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2005-05-11 21:47 -------
I'm testing this patch:

      * io.c (check_format): Look for literal characters inside
      hollerith constant.

Index: io.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/io.c,v
retrieving revision 1.21
diff -u -p -r1.21 io.c
--- io.c        9 Apr 2005 18:44:07 -0000       1.21
+++ io.c        11 May 2005 21:46:16 -0000
@@ -642,7 +642,7 @@ data_desc:
       {
         while(repeat >0)
          {
-          next_char(0);
+          next_char(1);
           repeat -- ;
          }
       }


-- 


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


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

* [Bug fortran/21260] Conflict between comment and H edit descriptor
  2005-04-28  5:22 [Bug fortran/21260] New: Conflict between comment and H edit descriptor kargl at gcc dot gnu dot org
  2005-04-28  8:02 ` [Bug fortran/21260] " fxcoudert at gcc dot gnu dot org
  2005-05-11 21:47 ` tobi at gcc dot gnu dot org
@ 2005-05-11 21:48 ` tobi at gcc dot gnu dot org
  2005-05-11 22:32 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-05-11 21:48 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobi at gcc dot gnu dot org
         AssignedTo|unassigned at gcc dot gnu   |tobi at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-04-28 08:01:20         |2005-05-11 21:48:08
               date|                            |


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


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

* [Bug fortran/21260] Conflict between comment and H edit descriptor
  2005-04-28  5:22 [Bug fortran/21260] New: Conflict between comment and H edit descriptor kargl at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-05-11 21:48 ` tobi at gcc dot gnu dot org
@ 2005-05-11 22:32 ` cvs-commit at gcc dot gnu dot org
  2005-05-11 22:59 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-11 22:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-11 22:32 -------
Subject: Bug 21260

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2005-05-11 22:32:05

Modified files:
	gcc/fortran    : ChangeLog io.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gfortran.dg: hollerith_1.f90 

Log message:
	fortran/
	PR fortran/21260
	* io.c (check_format): Look for literal characters inside
	hollerith constant.
	testsuite/
	PR fortran/21260
	* gfortran.dg/hollerith_1.f90: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.421&r2=1.422
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/io.c.diff?cvsroot=gcc&r1=1.21&r2=1.22
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5467&r2=1.5468
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/hollerith_1.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug fortran/21260] Conflict between comment and H edit descriptor
  2005-04-28  5:22 [Bug fortran/21260] New: Conflict between comment and H edit descriptor kargl at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-05-11 22:32 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-11 22:59 ` cvs-commit at gcc dot gnu dot org
  2005-05-11 23:00 ` tobi at gcc dot gnu dot org
  2005-06-05  7:47 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-11 22:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-11 22:59 -------
Subject: Bug 21260

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	tobi@gcc.gnu.org	2005-05-11 22:59:35

Modified files:
	gcc/fortran    : ChangeLog io.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gfortran.dg: hollerith_1.f90 

Log message:
	fortran/
	PR fortran/21260
	* io.c (check_format): Look for literal characters inside
	hollerith constant.
	testsuite/
	PR fortran/21260
	* gfortran.dg/hollerith_1.f90: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.335.2.45&r2=1.335.2.46
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/io.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.19.10.1&r2=1.19.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.173&r2=1.5084.2.174
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/hollerith_1.f90.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1



-- 


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


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

* [Bug fortran/21260] Conflict between comment and H edit descriptor
  2005-04-28  5:22 [Bug fortran/21260] New: Conflict between comment and H edit descriptor kargl at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-05-11 22:59 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-11 23:00 ` tobi at gcc dot gnu dot org
  2005-06-05  7:47 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-05-11 23:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2005-05-11 23:00 -------
Fixed.

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


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


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

* [Bug fortran/21260] Conflict between comment and H edit descriptor
  2005-04-28  5:22 [Bug fortran/21260] New: Conflict between comment and H edit descriptor kargl at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-05-11 23:00 ` tobi at gcc dot gnu dot org
@ 2005-06-05  7:47 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-05  7:47 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.1


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


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

end of thread, other threads:[~2005-06-05  7:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-28  5:22 [Bug fortran/21260] New: Conflict between comment and H edit descriptor kargl at gcc dot gnu dot org
2005-04-28  8:02 ` [Bug fortran/21260] " fxcoudert at gcc dot gnu dot org
2005-05-11 21:47 ` tobi at gcc dot gnu dot org
2005-05-11 21:48 ` tobi at gcc dot gnu dot org
2005-05-11 22:32 ` cvs-commit at gcc dot gnu dot org
2005-05-11 22:59 ` cvs-commit at gcc dot gnu dot org
2005-05-11 23:00 ` tobi at gcc dot gnu dot org
2005-06-05  7:47 ` 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).