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
Add __builtion_unreachable to vector::size(), vector::capacity()
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
temporary1.C
blob
f4c2ab380d641237937f944a55b756e6f821811e
1
// { dg-do assemble }
2
// GROUPS passed temporaries
3
#include <stdio.h>
4
5
int main ()
6
{
7
int a = 2;
8
9
if (----a == 0)
10
printf ("a = 0\n");
11
12
printf ("a = %d\n", a);
13
}