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
PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr49927.c
blob
5850597d64cef39b0e4be7d5fa08a4cb90e2c9dc
1
/* { dg-do compile } */
2
/* { dg-options "-O0" } */
3
4
char
a
[
1
][
1
];
5
long long
b
;
6
7
void
8
foo
(
void
)
9
{
10
--
a
[
b
][
b
];
11
}