comparison gcc/testsuite/gcc.dg/optimize-bswapsi-5.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-do compile } */ 1 /* { dg-do compile } */
2 /* { dg-require-effective-target bswap } */ 2 /* { dg-require-effective-target bswap } */
3 /* { dg-options "-O2 -fdump-tree-bswap" } */ 3 /* { dg-options "-O2 -fdump-tree-bswap -fno-inline-functions" } */
4 /* { dg-additional-options "-march=z900" { target s390-*-* } } */ 4 /* { dg-additional-options "-march=z900" { target s390-*-* } } */
5 5
6 struct L { unsigned int l[2]; }; 6 struct L { unsigned int l[2]; };
7 union U { double a; struct L l; } u; 7 union U { double a; struct L l; } u;
8 8