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 qdf24xx base tuning support.
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
pr69669.c
blob
ebeb4109ffa122752fddf1f08fec6ab6092ea609
1
/* PR c/69669 */
2
/* { dg-do compile } */
3
/* { dg-options "-fdump-rtl-final" } */
4
5
enum
__attribute__
((
mode
(
QI
)))
E
{
F
=
1
};
6
7
void
8
foo
(
enum
E
*
x
,
int
y
)
9
{
10
*
x
= (
enum
E
)
y
;
11
}
12
13
/* { dg-final { scan-rtl-dump-times "mem:QI" 1 "final" } } */