comparison libgomp/testsuite/libgomp.c/atomic-6.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents a06113de4d67
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* PR middle-end/36106 */ 1 /* PR middle-end/36106 */
2 /* { dg-options "-O2" } */ 2 /* { dg-additional-options "-mieee" { target alpha*-*-* } } */
3 /* { dg-options "-O2 -mieee" { target alpha*-*-* } } */ 3 /* { dg-additional-options "-march=i586" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
4 /* { dg-options "-O2 -march=i586" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
5 4
6 #ifdef __i386__ 5 #ifdef __i386__
7 # include "cpuid.h" 6 # include "cpuid.h"
8 #endif 7 #endif
9 8