comparison gcc/testsuite/g++.dg/torture/pr63419.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 } 1 // { dg-do compile }
2 // { dg-additional-options "-Wno-psabi" } 2 // { dg-additional-options "-Wno-psabi -Wno-return-type" }
3 // Ignore warning on some powerpc-linux configurations. 3 // Ignore warning on some powerpc-linux configurations.
4 // { dg-prune-output "non-standard ABI extension" } 4 // { dg-prune-output "non-standard ABI extension" }
5 5
6 typedef float __m128 __attribute__ ((__vector_size__ (16))); 6 typedef float __m128 __attribute__ ((__vector_size__ (16)));
7 const int a = 0; 7 const int a = 0;