]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/dll-2.c: Revert revision 138893: Change "dg-message"
authordannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Oct 2008 08:54:52 +0000 (08:54 +0000)
committerdannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Oct 2008 08:54:52 +0000 (08:54 +0000)
back to "dg-warning".
* gcc.dg/dll-3.c: Likewise.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/dll-2.c
gcc/testsuite/gcc.dg/dll-3.c

index 94f1659c6eaa2bcbe18047ccbe159f14cb5adc65..5c14eceddbf1b6164f5f6895b6203111e21e9d8e 100644 (file)
@@ -1,3 +1,9 @@
+2008-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * gcc.dg/dll-2.c: Revert 2008-08-09 change (R138893): Change
+        "dg-message" back to "dg-warning".
+       * gcc.dg/dll-3.c: Likewise.
+
 2008-10-16  Alexander Monakov  <amonakov@ispras.ru>
 
        PR target/37381
index 334299f3a274b2c15221cd32e62b1e24005798f5..3b8b60eee41e0b05b9b08fb5e1adfaa62ceaab5e 100644 (file)
 /* { dg-require-dll "" } */
 
 __declspec (dllimport) int foo1 ();
-__declspec (dllexport) int foo1 ();    /* { dg-message "note: previous dllimport ignored" } */
+__declspec (dllexport) int foo1 ();    /* { dg-warning "previous dllimport ignored" } */
 __declspec (dllexport) int foo2 ();
 __declspec (dllimport) int foo2 ();    /* { dg-warning "dllimport ignored" } */
 
 __declspec (dllimport) int bar1;
-__declspec (dllexport) int bar1;       /* { dg-message "note: previous dllimport ignored" } */
+__declspec (dllexport) int bar1;       /* { dg-warning "previous dllimport ignored" } */
 
 __declspec (dllexport) int bar2;
 __declspec (dllimport) int bar2;       /* { dg-warning "dllimport ignored" } */
index 4272891a848c1065a95cde3cd583f3337f804ee6..0a3f7df09881ed4a2fc557b147375946eaec0377 100644 (file)
@@ -5,7 +5,7 @@
 /* { dg-do compile { target i?86-pc-mingw* } } */
 
 __declspec (dllimport) int foo1 ();
-__declspec (dllexport) int foo1 ();    /* { dg-message "note: previous dllimport ignored" } */
+__declspec (dllexport) int foo1 ();    /* { dg-warning "previous dllimport ignored" } */
 
 __declspec (dllexport) int foo2 ();
 __declspec (dllimport) int foo2 ();    /* { dg-warning "dllimport ignored" } */