public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Janus Weil <janus@gcc.gnu.org>
To: gfortran <fortran@gcc.gnu.org>, gcc-patches <gcc-patches@gcc.gnu.org>
Subject: [Patch, Fortran, committed] fix bracket in dejagnu directive
Date: Tue, 30 Jan 2018 22:38:00 -0000	[thread overview]
Message-ID: <CAKwh3qgPwcz72oRCMP6dvTnLSx_93sW3h1BERmTGfB4Lns1DEg@mail.gmail.com> (raw)

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.

                 reply	other threads:[~2018-01-30 21:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKwh3qgPwcz72oRCMP6dvTnLSx_93sW3h1BERmTGfB4Lns1DEg@mail.gmail.com \
    --to=janus@gcc.gnu.org \
    --cc=fortran@gcc.gnu.org \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).