This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: r193821 - in /trunk/gcc: ChangeLog common.opt d...


On Mon, Nov 26, 2012 at 11:38 PM, Hans-Peter Nilsson wrote:
> I don't see this posted on gcc-patches@, but...
>
> On Mon, 26 Nov 2012,  wrote:
>> testsuite/
>>       * testsuite/gcc.dg/20050811-1.c: Change -dv option to -graph option
>>       to -fdump-rtl-all.
>>       * testsuite/gcc.dg/pr37858.c: Remove -dv option.
>
> ...looks like you missed:
>
> Executing on host: /tmp/hpautotest-gcc0/cris-elf/gccobj/gcc/xgcc
> -B/tmp/hpautotest-gcc0/cris-elf/gccobj/gcc/
> /tmp/hpautotest-gcc0/gcc/gcc/testsuite/gcc.dg/20050811-2.c
> -fno-diagnostics-show-caret   -O2 -dv -fdump-rtl-postreload -S
> -isystem
> /tmp/hpautotest-gcc0/cris-elf/gccobj/cris-elf/./newlib/targ-include
> -isystem /tmp/hpautotest-gcc0/gcc/newlib/libc/include  -o
> 20050811-2.s    (timeout = 300)
> cc1: warning: unrecognized gcc debugging option: v [enabled by
> default]
> output is:
> cc1: warning: unrecognized gcc debugging option: v [enabled by
> default]
>
> FAIL: gcc.dg/20050811-2.c (test for excess errors)
>
> brgds, H-P

Yup, sorry. Fixed now.

Index: testsuite/ChangeLog
===================================================================
--- testsuite/ChangeLog (revision 193829)
+++ testsuite/ChangeLog (working copy)
@@ -1,3 +1,7 @@
+2012-11-26  Steven Bosscher  <>
+
+       * gcc.dg/20050811-2.c: Change -dv option to -graph option.
+
 2012-11-26  Georg-Johann Lay  <>

        * gcc.dg/54455.c: Require scheduling.
Index: testsuite/gcc.dg/20050811-2.c
===================================================================
--- testsuite/gcc.dg/20050811-2.c       (revision 193829)
+++ testsuite/gcc.dg/20050811-2.c       (working copy)
@@ -1,6 +1,6 @@
-/* Test whether -dov doesn't crash.  */
+/* Test whether graph dumping doesn't crash.  */
 /* { dg-do compile } */
-/* { dg-options "-O2 -dv -fdump-rtl-postreload" } */
+/* { dg-options "-O2 -fdump-rtl-postreload-graph" } */

 int foo (void)
 {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]