unpack.c: Use dg-additional-options rather than dg-options.

* gcc.dg/vmx/unpack.c: Use dg-additional-options rather than
	dg-options.

From-SVN: r226078
This commit is contained in:
Marek Polacek 2015-07-22 16:44:45 +00:00 committed by Marek Polacek
parent 65defbee13
commit 19e1890350
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-07-22 Marek Polacek <polacek@redhat.com>
* gcc.dg/vmx/unpack.c: Use dg-additional-options rather than
dg-options.
2015-07-22 Mikael Morin <mikael@gcc.gnu.org>
PR fortran/61831

View File

@ -1,4 +1,4 @@
/* { dg-options "-Wno-shift-overflow" } */
/* { dg-additional-options "-Wno-shift-overflow" } */
#include "harness.h"