]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/pr105871.C
fortran: Remove useless nested end of scalarization chain handling
[gcc.git] / gcc / testsuite / g++.dg / pr105871.C
CommitLineData
4c334e0e
JJ
1// PR c++/105871
2// { dg-do compile }
3// { dg-options "-Wno-psabi" }
4
5typedef __attribute__((__vector_size__ ( 1))) unsigned char U;
6typedef __attribute__((__vector_size__ (16))) unsigned char V;
7
8U
9foo (void)
10{
11 return __builtin_shufflevector ((U){}, (V){}, 0);
12}
This page took 2.08269 seconds and 5 git commands to generate.