* gcc.dg/pr83623.c: Add additional options on hppa*-&-hpux* and arm*-*-*. 73/207473/1 accepted/tizen/base/20190613.220236 submit/tizen_base/20190605.111927
authorDongkyun Son <dongkyun.s@samsung.com>
Wed, 5 Jun 2019 06:56:45 +0000 (15:56 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Wed, 5 Jun 2019 07:03:10 +0000 (16:03 +0900)
(includes 5839d47d0d65a35fa4791220ef57f50912ca40d5)

Change-Id: Icd2eab553e9fd30d4317301a93b2d5e2c56a27e4
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
gcc/testsuite/gcc.dg/pr83623.c

index 5d62c04..ee0fe2e 100644 (file)
@@ -2,6 +2,8 @@
 /* { dg-do compile } */
 /* { dg-options "-O2" } */
 /* { dg-additional-options "-mmovbe" { target i?86-*-* x86_64-*-* } } */
+/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
+/* { dg-additional-options "-march=armv7-a -mfloat-abi=softfp -mfpu=neon" { target arm*-*-* } } */
 
 unsigned short __attribute__ ((__vector_size__ (16))) x;