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
LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr34351.c
blob
f407170821cec22719c0633148b20cc7a36d9cbc
1
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2
/* { dg-options "-Wall" } */
3
4
register
int
*
volatile
x
asm
(
"ebx"
);
/* { dg-warning "optimization may eliminate reads and/or writes to register variables" } */