2015-05-01 Paolo Carlini <paolo.carlini@oracle.com>
* g++.dg/cpp0x/Wnarrowing4.C: Rename to Wnarrowing3.C.
Co-Authored-By: Prathamesh Kulharni <prathamesh.kulkarni@linaro.org>
From-SVN: r222701
Prathamesh Kulharni <prathamesh.kulkarni@linaro.org>
PR c++/65858
- * g++.dg/cpp0x/Wnarrowing4.C: New.
+ * g++.dg/cpp0x/Wnarrowing3.C: New.
2015-05-01 Rasmus Villemoes <rv@rasmusvillemoes.dk>
--- /dev/null
+// PR c++/65858
+// { dg-do compile { target c++11 } }
+// { dg-require-effective-target lto }
+// { dg-options "-flto -Wno-narrowing" }
+
+int x { 0.5 };
+++ /dev/null
-// PR c++/65858
-// { dg-do compile { target c++11 } }
-// { dg-require-effective-target lto }
-// { dg-options "-flto -Wno-narrowing" }
-
-int x { 0.5 };