public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/67429] New: [5/6 Regression] Missing part of error messages.
@ 2015-09-01 19:55 dominiq at lps dot ens.fr
  2015-09-01 20:00 ` [Bug fortran/67429] " kargl at gcc dot gnu.org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-09-01 19:55 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67429

            Bug ID: 67429
           Summary: [5/6 Regression] Missing part of error messages.
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dominiq at lps dot ens.fr
                CC: burnus@net-b.de, manu at gcc dot gnu.org
  Target Milestone: ---

When compiling the test in pr65045 with r218570 I get the errors

pr65045.f90:3.6:

 if (i>7.7) then
      1
Error: Symbol at (1) is not appropriate for an expression
pr65045.f90:5.7:

   else
       1
Error: Unexpected ELSE statement at (1)
pr65045.f90:6.6:

     i = 2.2
      1
Error: 'i' at (1) is not a variable
pr65045.f90:7.6:

   end if
      1
Error: Expecting END BLOCK statement at (1)
f951: internal compiler error: Segmentation fault: 11

f951: internal compiler error: Abort trap: 6
gfortran: internal compiler error: Abort trap: 6 (program f951)
Abort

With revision r218658, the errors are

pr65045.f90:3:6: Error: Symbol at (1) is not appropriate for an expression
pr65045.f90:5:7:

    else
       1
Error: Unexpected ELSE statement at (1)
pr65045.f90:6:6: Error: 'i' at (1) is not a variable
pr65045.f90:7:6:

    end if
      1
Error: Expecting END BLOCK statement at (1)
(null):0: confused by earlier errors, bailing out

Likely r218619 or r218627.

This may explain pr67174.


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

end of thread, other threads:[~2015-09-04 18:38 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-01 19:55 [Bug fortran/67429] New: [5/6 Regression] Missing part of error messages dominiq at lps dot ens.fr
2015-09-01 20:00 ` [Bug fortran/67429] " kargl at gcc dot gnu.org
2015-09-01 20:05 ` dominiq at lps dot ens.fr
2015-09-01 20:13 ` sgk at troutmask dot apl.washington.edu
2015-09-01 20:24 ` dominiq at lps dot ens.fr
2015-09-01 20:46 ` sgk at troutmask dot apl.washington.edu
2015-09-01 21:04 ` pault at gcc dot gnu.org
2015-09-01 21:10 ` pault at gcc dot gnu.org
2015-09-01 22:17 ` dominiq at lps dot ens.fr
2015-09-02  0:30 ` manu at gcc dot gnu.org
2015-09-02  8:56 ` dominiq at lps dot ens.fr
2015-09-02  9:05 ` dominiq at lps dot ens.fr
2015-09-02  9:16 ` rguenth at gcc dot gnu.org
2015-09-02 10:42 ` dominiq at lps dot ens.fr
2015-09-02 18:23 ` pault at gcc dot gnu.org
2015-09-02 18:48 ` manu at gcc dot gnu.org
2015-09-04 18:38 ` pault 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).