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
ada: Move special case for null string literal from frontend to backend
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
builtin.C
blob
0a2e241de00dc7272d39906baaec5040ac864e44
1
// { dg-do assemble }
2
// { dg-options "-Wno-abi" { target arm_eabi } }
3
// Bug: Checking whether A depends on template parms, we crash because
4
// __builtin_va_list lacks TYPE_LANG_SPECIFIC.
5
6
7
void f (__builtin_va_list arg)
8
{
9
enum { a } A;
10
}