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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
init-compare-1.c
blob
a473f598ccc34390f54bee9dfcfd2bd1e2c2d0f4
1
/* { dg-do compile } */
2
/* { dg-additional-options "-fdelete-null-pointer-checks" } */
3
/* { dg-skip-if "" keeps_null_pointer_checks } */
4
5
extern
int
a
,
b
;
6
int
c
= &
a
== &
a
;
7
int
d
= &
a
!= &
b
;