comparison gcc/testsuite/gcc.dg/optimize-bswapsi-5.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* { dg-do compile } */ 1 /* { dg-do compile } */
2 /* { dg-require-effective-target bswap32 } */ 2 /* { dg-require-effective-target bswap } */
3 /* { dg-options "-O2 -fdump-tree-bswap" } */ 3 /* { dg-options "-O2 -fdump-tree-bswap" } */
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;