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
Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr83100-1.c
blob
233c1f687b0bbce969e99a3a25e070991f4115aa
1
/* PR target/83100 */
2
/* { dg-do compile { target *-*-linux* *-*-gnu* } } */
3
/* { dg-options "-O2 -fcommon -fdata-sections" } */
4
5
const int
a
;
6
7
/* { dg-final { scan-assembler "comm" } } */