Commit 50d02961 by Jakub Jelinek Committed by Jakub Jelinek

re PR target/56564 (movdqa on possibly-8-byte-aligned struct with -O3)

	PR target/56564
	* gcc.target/i386/pr56564-1.c: Skip on darwin, mingw and cygwin.
	* gcc.target/i386/pr56564-3.c: Likewise.

From-SVN: r199985
parent 946f9306
2013-06-12 Jakub Jelinek <jakub@redhat.com>
PR target/56564
* gcc.target/i386/pr56564-1.c: Skip on darwin, mingw and cygwin.
* gcc.target/i386/pr56564-3.c: Likewise.
2013-06-11 Tobias Burnus <burnus@net-b.de> 2013-06-11 Tobias Burnus <burnus@net-b.de>
PR fortran/57535 PR fortran/57535
......
/* PR target/56564 */ /* PR target/56564 */
/* { dg-do compile { target { fpic && lp64 } } } */ /* { dg-do compile { target { fpic && lp64 } } } */
/* { dg-skip-if "No symbol interposition for PIC" { *-*-mingw* *-*-cygwin* *-*-darwin* } } */
/* { dg-options "-O3 -fpic -fdump-tree-optimized" } */ /* { dg-options "-O3 -fpic -fdump-tree-optimized" } */
struct S { long a, b; } s = { 5, 6 }; struct S { long a, b; } s = { 5, 6 };
......
/* PR target/56564 */ /* PR target/56564 */
/* { dg-do compile { target { fpic && lp64 } } } */ /* { dg-do compile { target { fpic && lp64 } } } */
/* { dg-skip-if "No symbol interposition for PIC" { *-*-mingw* *-*-cygwin* *-*-darwin* } } */
/* { dg-options "-O3 -fpic -fdump-tree-optimized" } */ /* { dg-options "-O3 -fpic -fdump-tree-optimized" } */
__thread struct S { long a, b; } s = { 5, 6 }; __thread struct S { long a, b; } s = { 5, 6 };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment