]> gcc.gnu.org Git - gcc.git/commitdiff
re PR c/52952 (Wformat location info is bad (wrong column number))
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 22 Aug 2016 07:34:34 +0000 (07:34 +0000)
committerBernd Edlinger <edlinger@gcc.gnu.org>
Mon, 22 Aug 2016 07:34:34 +0000 (07:34 +0000)
2016-08-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        PR c/52952
        * gcc.dg/cpp/pr66415-1.c: Fix sporadic failure.

From-SVN: r239649

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/pr66415-1.c

index b308ee86e88aa8f3482663709a8fd9dd652b3764..6cbb8807a16d6899d895f31b989f01461c7f7e16 100644 (file)
@@ -1,3 +1,8 @@
+2016-08-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       PR c/52952
+       * gcc.dg/cpp/pr66415-1.c: Fix sporadic failure.
+
 2016-08-22  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
 
        * gcc.dg/ipa/propalign-1.c: Skip for targets with !natural_alignment_32
index 1f67cb4f84ccfc8c29bd124aea3ae10893d66316..515252cd0233d412715af67dd8b1a368ca2b00cb 100644 (file)
@@ -1,6 +1,7 @@
 /* PR c/66415 */
 /* { dg-do compile } */
 /* { dg-options "-Wformat -fdiagnostics-show-caret" } */
+/* { dg-set-compiler-env-var COLUMNS "82" } */
 
 void
 fn1 (void)
This page took 0.090707 seconds and 5 git commands to generate.