This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/28032] New: gfortran.dg/secnds.f test not honoring dg-options flag


The test gfortran.dg/secnds.f starts with:

C { dg-do run }
C { dg-options "-O0" }

But the test is run with -O0, -O1, -O2, etc options.

My guess is that dejagnu is not recognizing the dg-options setting because the
lines starts with a 'C' and not a more C/C++ like comment.


-- 
           Summary: gfortran.dg/secnds.f test not honoring dg-options flag
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sje at cup dot hp dot com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]