comparison gcc/testsuite/gcc.dg/pr77673.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* { dg-do compile { target fpic } } */ 1 /* { dg-do compile { target fpic } } */
2 /* { dg-require-effective-target bswap32 } */ 2 /* { dg-require-effective-target bswap } */
3 /* { dg-options "-O2 -fPIC -fdump-tree-bswap" } */ 3 /* { dg-options "-O2 -fPIC -fdump-tree-bswap" } */
4 /* { dg-additional-options "-march=z900" { target s390*-*-* } } */ 4 /* { dg-additional-options "-march=z900" { target s390*-*-* } } */
5 5
6 void mach_parse_compressed(unsigned char* ptr, unsigned long int* val) 6 void mach_parse_compressed(unsigned char* ptr, unsigned long int* val)
7 { 7 {