Wnarrowing4.C: Rename to Wnarrowing3.C.
authorPaolo Carlini <paolo.carlini@oracle.com>
Fri, 1 May 2015 18:53:51 +0000 (18:53 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 1 May 2015 18:53:51 +0000 (18:53 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/Wnarrowing3.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp0x/Wnarrowing4.C [deleted file]

index e6ccf477a1e504285691cb216167fe63151abe42..e5ff091a9f3291bc5817099d549704bea5a0deb4 100644 (file)
@@ -2,7 +2,7 @@
            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>
 
diff --git a/gcc/testsuite/g++.dg/cpp0x/Wnarrowing3.C b/gcc/testsuite/g++.dg/cpp0x/Wnarrowing3.C
new file mode 100644 (file)
index 0000000..d2dd383
--- /dev/null
@@ -0,0 +1,6 @@
+// PR c++/65858
+// { dg-do compile { target c++11 } }
+// { dg-require-effective-target lto }
+// { dg-options "-flto -Wno-narrowing" }
+
+int x { 0.5 };
diff --git a/gcc/testsuite/g++.dg/cpp0x/Wnarrowing4.C b/gcc/testsuite/g++.dg/cpp0x/Wnarrowing4.C
deleted file mode 100644 (file)
index d2dd383..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-// PR c++/65858
-// { dg-do compile { target c++11 } }
-// { dg-require-effective-target lto }
-// { dg-options "-flto -Wno-narrowing" }
-
-int x { 0.5 };