public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/30968]  New: Bogus warning with continued lines of concatenated strings
@ 2007-02-26 13:11 anlauf at gmx dot de
  2007-02-26 17:11 ` [Bug fortran/30968] " burnus at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: anlauf at gmx dot de @ 2007-02-26 13:11 UTC (permalink / raw)
  To: gcc-bugs

The following program gives a bogus warning when
compiled with -Wall or -std=f95 or -std=f2003:


program gfcbug59
  print *, "Hello"&
       // " World"      ! Bogus warning with -Wall or -std=f95 or -std=f2003
end program gfcbug59

% gfc -Wall gfcbug59.f90
gfcbug59.f90:3.8:

       // " World"      ! Bogus warning with -Wall or -std=f95 or -std=f2003
       1
Warning: Missing '&' in continued character constant at (1)
gfcbug59.f90:3.8:

       // " World"      ! Bogus warning with -Wall or -std=f95 or -std=f2003
       1
Warning: Missing '&' in continued character constant at (1)


-- 
           Summary: Bogus warning with continued lines of concatenated
                    strings
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anlauf at gmx dot de
  GCC host triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2007-03-05 13:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-26 13:11 [Bug fortran/30968] New: Bogus warning with continued lines of concatenated strings anlauf at gmx dot de
2007-02-26 17:11 ` [Bug fortran/30968] " burnus at gcc dot gnu dot org
2007-02-26 17:39 ` burnus at gcc dot gnu dot org
2007-02-26 20:18 ` burnus at gcc dot gnu dot org
2007-02-27 15:36 ` burnus at gcc dot gnu dot org
2007-02-28  8:04 ` burnus at gcc dot gnu dot org
2007-03-05 12:58 ` [Bug fortran/30968] [4.1, 4.2 only] " burnus at gcc dot gnu dot org
2007-03-05 13:00 ` [Bug fortran/30968] [4.1 " burnus 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).