public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: r193821 - in /trunk/gcc: ChangeLog common.opt d...
       [not found] <20121126164800.18973.qmail@sourceware.org>
@ 2012-11-26 22:39 ` Hans-Peter Nilsson
  2012-11-26 23:00   ` Steven Bosscher
  0 siblings, 1 reply; 2+ messages in thread
From: Hans-Peter Nilsson @ 2012-11-26 22:39 UTC (permalink / raw)
  To: steven; +Cc: gcc-patches

I don't see this posted on gcc-patches@, but...

On Mon, 26 Nov 2012, steven@gcc.gnu.org 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: r193821 - in /trunk/gcc: ChangeLog common.opt d...
  2012-11-26 22:39 ` r193821 - in /trunk/gcc: ChangeLog common.opt d Hans-Peter Nilsson
@ 2012-11-26 23:00   ` Steven Bosscher
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Bosscher @ 2012-11-26 23:00 UTC (permalink / raw)
  To: Hans-Peter Nilsson; +Cc: steven, gcc-patches

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)
 {

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-26 23:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20121126164800.18973.qmail@sourceware.org>
2012-11-26 22:39 ` r193821 - in /trunk/gcc: ChangeLog common.opt d Hans-Peter Nilsson
2012-11-26 23:00   ` Steven Bosscher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).