This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/28032] New: gfortran.dg/secnds.f test not honoring dg-options flag
- From: "sje at cup dot hp dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jun 2006 16:56:50 -0000
- Subject: [Bug testsuite/28032] New: gfortran.dg/secnds.f test not honoring dg-options flag
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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