This is the mail archive of the gcc-patches@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]

[Patch, Fortran, committed] fix bracket in dejagnu directive


Hi all,

I have just committed an obvious patch that adds a closing bracket in
a dg-options directive in the testsuite as r257208:

Index: gcc/testsuite/gfortran.dg/pr68318_1.f90
===================================================================
--- gcc/testsuite/gfortran.dg/pr68318_1.f90    (revision 257207)
+++ gcc/testsuite/gfortran.dg/pr68318_1.f90    (working copy)
@@ -1,5 +1,5 @@
 ! { dg-do compile }
-! { dg-options "-O0"
+! { dg-options "-O0" }
 ! PR fortran/68318
 ! Original code submitted by Gerhard Steinmetz
 ! <gerhard dot steinmetz dot fortran at t-online dot de>


Cheers,
Janus


2018-01-30  Janus Weil  <janus@gcc.gnu.org>

    * gfortran.dg/pr68318_1.f90: Add closing bracket in dejagnu directive.


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