packed8.C: Remove -mstructure-size- boundary option and fix comment.
authorMichael Collison <michael.collison@arm.com>
Wed, 9 Aug 2017 21:46:10 +0000 (21:46 +0000)
committerMichael Collison <collison@gcc.gnu.org>
Wed, 9 Aug 2017 21:46:10 +0000 (21:46 +0000)
2017-08-09  Michael Collison  <michael.collison@arm.com>

* testsuite/g++.dg/ext/packed8.C: Remove -mstructure-size-
boundary option and fix comment.
* testsuite/g++.dg/init/array16.C: Remove -mstructure-size-
boundary option and fix comment.
* testsuite/g++.dg/other/crash-4.C: Remove -mstructure-size-
boundary option and fix comment.
* testsuite/gcc.dg/builtin-stringop-chk-1.c: Remove
-mstructure-size boundary option.

From-SVN: r251010

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/packed8.C
gcc/testsuite/g++.dg/init/array16.C
gcc/testsuite/g++.dg/other/crash-4.C
gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c

index f34416b950affcff30d5d6fb9abe08781de93f67..c2fea60edecef2511c378968667d22323ec6fcf4 100644 (file)
@@ -1,3 +1,14 @@
+2017-08-09  Michael Collison  <michael.collison@arm.com>
+
+       * testsuite/g++.dg/ext/packed8.C: Remove -mstructure-size-
+       boundary option and fix comment.
+       * testsuite/g++.dg/init/array16.C: Remove -mstructure-size-
+       boundary option and fix comment.
+       * testsuite/g++.dg/other/crash-4.C: Remove -mstructure-size-
+       boundary option and fix comment.
+       * testsuite/gcc.dg/builtin-stringop-chk-1.c: Remove
+       -mstructure-size boundary option.
+
 2017-08-09  Segher Boessenkool  <segher@kernel.crashing.org>
 
        PR rtl-optimization/81423
index 91ee8b3ee74dc6896c2029541678c1d1ccd347b9..1476010cef3c96c22123000d3fbb81896921e6f4 100644 (file)
@@ -1,8 +1,6 @@
 // PR c++/18378
 // NOTE: This test assumes packed structure layout differs from unpacked
-//       structure layout.  This isn't true, e.g., with the default
-//       arm-none-elf options.
-// { dg-options "-mstructure-size-boundary=8" { target arm*-*-* } }
+//       structure layout.
 
 class A
 {
index 188d1a84ff1920d6f6a335e1e0691dcf2cdd04c6..2f6c63dc8dba362c63746188fa23befbe2af905e 100644 (file)
@@ -1,7 +1,6 @@
 // Causes timeout for the MMIX simulator on a 3GHz P4 and we can't
 // have "compile" for some targets and "run" for others.
 // { dg-do run { target { ! mmix-*-* } } }
-// { dg-options "-mstructure-size-boundary=8" { target arm*-*-* } }
 
 // Copyright (C) 2004 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 8 Dec 2004 <nathan@codesourcery.com>
@@ -10,8 +9,7 @@
 // Origin:  Matt LaFary <lafary@activmedia.com>
 
 // NOTE: This test assumes that 4M instances of struct ELT can fit into
-//       a 5MB array.  This isn't true, e.g., with the default
-//       arm-none-elf options.
+//       a 5MB array.
 
 struct elt 
 {
index a77fe05d487abd57097272c61899ddf5271db30c..db5c5bd8a8e36d63c6d1dacd227ed75ba484ecea 100644 (file)
@@ -5,9 +5,7 @@
 // Origin:  Andrew Pinski pinskia@gcc.gnu.org
 
 // NOTE: This test assumes packed structure layout differs from unpacked
-//       structure layout.  This isn't true, e.g., with the default
-//       arm-none-elf options.
-// { dg-options "-mstructure-size-boundary=8" { target arm*-*-* } }
+//       structure layout.
 
 struct a
 {
index e26557854441ff182d1021db83e97d2b0d9cc042..35cc6dc93bb9f955c8056e2938ae2ef894c616b8 100644 (file)
@@ -2,7 +2,6 @@
    are emitted properly.  */
 /* { dg-do compile } */
 /* { dg-options "-O2 -Wno-format -std=gnu99 -ftrack-macro-expansion=0" } */
-/* { dg-additional-options "-mstructure-size-boundary=8" { target arm*-*-* } } */
 // { dg-skip-if "packed attribute missing for t" { "epiphany-*-*" } }
 
 extern void abort (void);