public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31594]  New: gfortran failed to compiled a 'valid' code
@ 2007-04-16 22:06 deji_aking at yahoo dot ca
  2007-04-16 22:07 ` [Bug fortran/31594] " deji_aking at yahoo dot ca
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: deji_aking at yahoo dot ca @ 2007-04-16 22:06 UTC (permalink / raw)
  To: gcc-bugs

The attached fortran code (a smaller section cut and paste from original) was
generated by a custom preprocessor. The code very much seems to be valid
fortran 77, though its has some weird tab spacings; It compiles (and executes)
fine with pgf90 and ifort-8.x. The compile time error is as below (same with 
gfortran-4.1.2, 4.2 and 4.3.0 trunck build);

[armnlib@agape ~]$ gfortran -c -fcray-pointer adw_test.f 
adw_test.f:61.9:

         a(m,1) = p(m,1) * F_in  (o1(m,1)-1) + p(m,2) * F_in  (o1(m,1)) 
        1
Error: Unclassifiable statement at (1)
adw_test.f:90.8:

     %(m,3) * F_in  (o1(m,3)+1) + p(m,4) * F_in  (o1(m,3)+2)            
       1
Error: Expected PARAMETER symbol in complex constant at (1)
adw_test.f:94.8:

     %(m,3) * F_in  (o3(m,3)+1) + p(m,4) * F_in  (o3(m,3)+2)            
       1
Error: Expected PARAMETER symbol in complex constant at (1)


-- 
           Summary: gfortran failed to compiled a 'valid' code
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: deji_aking at yahoo dot ca


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


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

end of thread, other threads:[~2007-04-17 21:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-16 22:06 [Bug fortran/31594] New: gfortran failed to compiled a 'valid' code deji_aking at yahoo dot ca
2007-04-16 22:07 ` [Bug fortran/31594] " deji_aking at yahoo dot ca
2007-04-17  0:20 ` tobi at gcc dot gnu dot org
2007-04-17  6:13 ` steven at gcc dot gnu dot org
2007-04-17 11:14 ` tobi at gcc dot gnu dot org
2007-04-17 12:21 ` deji_aking at yahoo dot ca
2007-04-17 21:10 ` steven 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).