OSDN Git Service

* g++.dg/ext/bitfield2.C, g++.dg/ext/bitfield4.C,
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 2010 02:14:01 +0000 (02:14 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 2010 02:14:01 +0000 (02:14 +0000)
gcc.dg/bitfld-15.c, gcc.dg/bitfld-17.c,
gcc.target/i386/pr39082-1.c, gcc.target/i386/pr39545-1.c,
gcc.target/i386/pr39545-2.c, gcc.target/i386/pr39678.c: Update
expected messages.

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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/bitfield2.C
gcc/testsuite/g++.dg/ext/bitfield4.C
gcc/testsuite/gcc.dg/bitfld-15.c
gcc/testsuite/gcc.dg/bitfld-17.c
gcc/testsuite/gcc.target/i386/pr39082-1.c
gcc/testsuite/gcc.target/i386/pr39545-1.c
gcc/testsuite/gcc.target/i386/pr39545-2.c
gcc/testsuite/gcc.target/i386/pr39678.c

index ea2341e..1115512 100644 (file)
@@ -1,3 +1,11 @@
+2010-11-10  Joseph Myers  <joseph@codesourcery.com>
+
+       * g++.dg/ext/bitfield2.C, g++.dg/ext/bitfield4.C,
+       gcc.dg/bitfld-15.c, gcc.dg/bitfld-17.c,
+       gcc.target/i386/pr39082-1.c, gcc.target/i386/pr39545-1.c,
+       gcc.target/i386/pr39545-2.c, gcc.target/i386/pr39678.c: Update
+       expected messages.
+
 2010-11-10  Jan Hubicka  <jh@suse.cz>
 
        PR tree-optimize/38669
index 40effc7..753492c 100644 (file)
@@ -3,7 +3,7 @@
 /* { dg-options "" } */
 /* { dg-options "-mno-ms-bitfields" { target i?86-*-netware } } */
 
-struct t /* { dg-message "note: Offset of packed bit-field 't::b' has changed in GCC 4.4" "" { target pcc_bitfield_type_matters } } */
+struct t /* { dg-message "note: offset of packed bit-field 't::b' has changed in GCC 4.4" "" { target pcc_bitfield_type_matters } } */
 {
   char a:4;
   char b:8;
index 8dacfaf..7bf8553 100644 (file)
@@ -2,7 +2,7 @@
 /* { dg-options "" } */
 /* { dg-options "-mno-ms-bitfields" { target i?86-*-netware } } */
 
-struct t /* { dg-message "note: Offset of packed bit-field 't::b' has changed in GCC 4.4" "" { target pcc_bitfield_type_matters } } */
+struct t /* { dg-message "note: offset of packed bit-field 't::b' has changed in GCC 4.4" "" { target pcc_bitfield_type_matters } } */
 {
   char a:4;
   char b:8 __attribute__ ((packed));
index 968290f..44d53b3 100644 (file)
@@ -8,6 +8,6 @@ struct t
   char a:4;
   char b:8;
   char c:4;
-} __attribute__ ((packed)); /* { dg-message "note: Offset of packed bit-field 'b' has changed in GCC 4.4" "" { target pcc_bitfield_type_matters } } */
+} __attribute__ ((packed)); /* { dg-message "note: offset of packed bit-field 'b' has changed in GCC 4.4" "" { target pcc_bitfield_type_matters } } */
 
 int assrt[sizeof (struct t) == 2 ? 1 : -1];
index a0ad1ff..80099c6 100644 (file)
@@ -7,6 +7,6 @@ struct t
   char a:4;
   char b:8 __attribute__ ((packed));
   char c:4;
-}; /* { dg-message "note: Offset of packed bit-field 'b' has changed in GCC 4.4" "" { target pcc_bitfield_type_matters } } */
+}; /* { dg-message "note: offset of packed bit-field 'b' has changed in GCC 4.4" "" { target pcc_bitfield_type_matters } } */
 
 int assrt[sizeof (struct t) == 2 ? 1 : -1];
index 81b5bb6..0a788d1 100644 (file)
@@ -30,6 +30,6 @@ foo2 (void)
 int
 foo3 (int x)
 {
-  union un u = bar2 (x); /* { dg-message "note: The ABI of passing union with long double has changed in GCC 4.4" } */
+  union un u = bar2 (x); /* { dg-message "note: the ABI of passing union with long double has changed in GCC 4.4" } */
   return u.i;
 }
index 281c8cb..e7e4116 100644 (file)
@@ -17,7 +17,7 @@ foo (struct flex s)
 
 struct flex
 bar (int x)
-{ /* { dg-message "note: The ABI of passing struct with a flexible array member has changed in GCC 4.4" } */
+{ /* { dg-message "note: the ABI of passing struct with a flexible array member has changed in GCC 4.4" } */
   struct flex s;
   s.i = x;
   return s;
index 143c382..46deecb 100644 (file)
@@ -11,7 +11,7 @@ struct flex
 
 struct flex
 foo (int x)
-{ /* { dg-message "note: The ABI of passing struct with a flexible array member has changed in GCC 4.4" } */
+{ /* { dg-message "note: the ABI of passing struct with a flexible array member has changed in GCC 4.4" } */
   struct flex s;
   s.i = x;
   return s;
index 70e8ff4..0548466 100644 (file)
@@ -10,7 +10,7 @@ struct X {
 
 struct X
 foo (float *p)
-{ /* { dg-message "note: The ABI of passing structure with complex float member has changed in GCC 4.4" } */
+{ /* { dg-message "note: the ABI of passing structure with complex float member has changed in GCC 4.4" } */
   struct X x;
   x.c = -3;
   __real x.val = p[0];