repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Stop only if there aren't any usable algorithms
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr45500.c
blob
46e5100aeb2981bb81d5902ba60f0643425371fb
1
/* PR debug/45500 */
2
/* { dg-do compile } */
3
/* { dg-options "-g -msse" } */
4
5
typedef
char
V
__attribute__
((
__vector_size__
(
16
)));
6
static const
V s
= {
'
\n
'
,
'
\r
'
,
'?'
,
'
\\
'
};