* gcc.dg/20011127-1.c: Use dg-message, not dg-error to match the
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Jul 2007 12:49:07 +0000 (12:49 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Jul 2007 12:49:07 +0000 (12:49 +0000)
error message part that continues on a new line.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126618 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20011127-1.c

index e6a5cf4..a1004e1 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-13  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gcc.dg/20011127-1.c: Use dg-message, not dg-error to match the
+       error message part that continues on a new line.
+
 2007-07-12  Geoffrey Keating  <geoffk@apple.com>
 
        * gcc.dg/c99-tgmath-1.c: New.
index a919128..ab78124 100644 (file)
@@ -1,11 +1,11 @@
-/* Copyright (C) 2001  Free Software Foundation.
+/* Copyright (C) 2001, 2007  Free Software Foundation.
    by Hans-Peter Nilsson  <hp@axis.com>
 
    Making sure that invalid asm operand modifiers don't cause an ICE.  */
 
 /* { dg-do compile { target cris-*-* } } */
 /* { dg-options "-O2" } */
-/* { dg-error "reg:SI|const_double:DF" "prune debug_rtx output" { target cris-*-* } 0 } */
+/* { dg-message "reg:SI|const_double:DF" "prune debug_rtx output" { target cris-*-* } 0 } */
 
 void
 foo (void)