OSDN Git Service

2007-06-04 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jun 2007 21:11:51 +0000 (21:11 +0000)
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jun 2007 21:11:51 +0000 (21:11 +0000)
PR testsuite/25241
testsuite/
* gcc.dg/cpp/mi1.c: Use dg-message for output that is not an error.
* gcc.dg/cpp/mi5.c: Likewise.
* gcc.dg/cpp/mi7.c: Likewise.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/mi1.c
gcc/testsuite/gcc.dg/cpp/mi5.c
gcc/testsuite/gcc.dg/cpp/mi7.c

index 5f3e62f..1d0160e 100644 (file)
@@ -1,3 +1,10 @@
+2007-06-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       PR testsuite/25241
+       * gcc.dg/cpp/mi1.c: Use dg-message for output that is not an error.
+       * gcc.dg/cpp/mi5.c: Likewise.
+       * gcc.dg/cpp/mi7.c: Likewise.
+
 2007-06-04  Uros Bizjak  <ubizjak@gmail.com>
 
        PR c/32191
index 9f08a64..0cfedad 100644 (file)
@@ -13,7 +13,7 @@
 
 /* { dg-do compile }
    { dg-options "-H" }
-   { dg-error "mi1c\.h\n\[^\n\]*mi1cc\.h\n\[^\n\]*mi1nd\.h\n\[^\n\]*mi1ndp\.h\n\[^\n\]*mi1x\.h" "redundant include check" { target *-*-* } 0 } */
+   { dg-message "mi1c\.h\n\[^\n\]*mi1cc\.h\n\[^\n\]*mi1nd\.h\n\[^\n\]*mi1ndp\.h\n\[^\n\]*mi1x\.h" "redundant include check" { target *-*-* } 0 } */
 
 #include "mi1c.h"
 #include "mi1c.h"
index a6fdee2..327c476 100644 (file)
@@ -7,7 +7,7 @@
 
 /* { dg-do preprocess }
    { dg-options "-H -C" }
-   { dg-error "mi1c\.h" "redundant include check with -C" { target *-*-* } 0 } */
+   { dg-message "mi1c\.h" "redundant include check with -C" { target *-*-* } 0 } */
 
 #include "mi1c.h"
 #include "mi1c.h"
index e54d270..415186c 100644 (file)
@@ -11,7 +11,7 @@
 
 /* { dg-do preprocess }
    { dg-options "-H" }
-   { dg-error "mi7a\.h\n\[^\n\]*mi7a\.h\n\[^\n\]*mi7b\.h\n\[^\n\]*mi7b\.h" "redundant include check" { target *-*-* } 0 } */
+   { dg-message "mi7a\.h\n\[^\n\]*mi7a\.h\n\[^\n\]*mi7b\.h\n\[^\n\]*mi7b\.h" "redundant include check" { target *-*-* } 0 } */
 
 #include "mi7a.h"
 #include "mi7a.h"