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
Fix type of malloc parameter in trans-expr.cc
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr85164-2.c
blob
9e9a7db2bf25891c5ef2735f1c6e6175bf5fcaca
1
/* { dg-options "-O2 -w" } */
2
int
a
;
3
long
b
;
4
void
c
() {
b
= -
9223372036854775807L
-
1
-
a
; }