Fix attrib-5.c test-case.
authorMartin Liska <mliska@suse.cz>
Mon, 16 Oct 2017 19:45:02 +0000 (21:45 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 16 Oct 2017 19:45:02 +0000 (19:45 +0000)
2017-10-16  Martin Liska  <mliska@suse.cz>

* c-c++-common/ubsan/attrib-5.c (float_cast2): Fix warning scan
so that it will work for both C and C++ FEs.

From-SVN: r253795

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/ubsan/attrib-5.c

index fb2021a8efd31ec98da4f0a7a266bca5e77b9163..33220d57479ca5cf81fb213c3dbd9f2f3231d41a 100644 (file)
@@ -1,3 +1,8 @@
+2017-10-16  Martin Liska  <mliska@suse.cz>
+
+       * c-c++-common/ubsan/attrib-5.c (float_cast2): Fix warning scan
+       so that it will work for both C and C++ FEs.
+
 2017-10-16  Fritz Reese <fritzoreese@gmail.com>
 
        PR fortran/82511
index fee1df1c433a0fa3eb2ef2a813e7ab505a00c9d2..209b5dd7d2b96fcd02b9ea60f933f39284cdf866 100644 (file)
@@ -3,8 +3,7 @@
 
 __attribute__((no_sanitize("foobar")))
 static void
-float_cast2 (void)
-{ /* { dg-warning "attribute directive ignored" } */
+float_cast2 (void) { /* { dg-warning "attribute directive ignored" } */
   volatile double d = 300;
   volatile signed char c;
   c = d;