------- Comment #2 from tobi at gcc dot gnu dot org  2007-04-17 01:20 -------
Your lines are too wide, hoping that bugzilla will not mess up the formatting
I'll quote an example:
         1         2         3         4         5         6         7
123456789012345678901234567890123456789012345678901234567890123456789012345
          a(m,1) = p(m,1) * F_in  (o1(m,1)-1) + p(m,2) * F_in  (o1(m,1)) + 
     %p(m,3) * F_in  (o1(m,1)+1) + p(m,4) * F_in  (o1(m,1)+2)
                                                                        ^^
Per the standard, fixed form lines are 72 characters and everything beyond is
ignored, so the plus is not read.  The -ffixed-line-length option should solve
your problem.

Closing as INVALID.


-- 

tobi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobi at gcc dot gnu dot org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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

Reply via email to