aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr45500.c
blob: 46e5100aeb2981bb81d5902ba60f0643425371fb (plain)
1
2
3
4
5
6
/* PR debug/45500 */
/* { dg-do compile } */
/* { dg-options "-g -msse" } */

typedef char V __attribute__ ((__vector_size__ (16)));
static const V s = { '\n', '\r', '?', '\\' };