public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/35779]  New: error pointer wrong in PARAMETER
@ 2008-03-31 19:47 dick dot hendrickson at gmail dot com
  2008-03-31 19:57 ` [Bug fortran/35779] " burnus at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: dick dot hendrickson at gmail dot com @ 2008-03-31 19:47 UTC (permalink / raw)
  To: gcc-bugs

The error message thingo points to the wrong place in the
bad line and/or gives a misleading diagnostic.  This isn't
all that important.  I only found it because I'm trying to
find the source of an internal compiler error and if I mess
around with things, this one crops up and hides the other.

Dick Hendrickson

       module bad_message
! fails on Windows XP
! gcc version 4.4.0 20080312 (experimental) [trunk revision 133139]



      integer,PARAMETER :: I3(10) = (/(J1,  J1=10,1,-1)/)

      integer,PARAMETER :: I2(10) = (/(J1,  J1=its_bad,1,-1)/)

      end module

gfortran%gfortran module_bad_message.f
module_bad_message.f:9.38:

      integer,PARAMETER :: I2(10) = (/(J1,  J1=its_bad,1,-1)/)
                                     1
Error: Invalid character in name at (1)


-- 
           Summary: error pointer wrong in PARAMETER
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dick dot hendrickson at gmail dot com


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


^ permalink raw reply	[flat|nested] 14+ messages in thread
[parent not found: <bug-35779-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2011-04-28 15:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-31 19:47 [Bug fortran/35779] New: error pointer wrong in PARAMETER dick dot hendrickson at gmail dot com
2008-03-31 19:57 ` [Bug fortran/35779] " burnus at gcc dot gnu dot org
2008-12-11 20:18 ` kargl at gcc dot gnu dot org
2010-05-09 20:03 ` dfranke at gcc dot gnu dot org
2010-05-09 20:44 ` kargl at gcc dot gnu dot org
2010-05-09 20:57 ` dfranke at gcc dot gnu dot org
2010-05-13 12:30 ` dfranke at gcc dot gnu dot org
2010-05-13 14:08 ` dfranke at gcc dot gnu dot org
2010-05-13 14:09 ` dfranke at gcc dot gnu dot org
2010-05-16 20:01 ` dfranke at gcc dot gnu dot org
2010-05-16 20:03 ` dfranke at gcc dot gnu dot org
2010-05-16 20:05 ` dfranke at gcc dot gnu dot org
     [not found] <bug-35779-4@http.gcc.gnu.org/bugzilla/>
2011-03-25 20:01 ` jakub at gcc dot gnu.org
2011-04-28 15:58 ` rguenth at gcc dot gnu.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).