repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
expr
/
incomplete1.C
blob
03e363a3d5a66633b2721850f9b7e46be46a1ddc
1
// PR 10202
2
// { dg-do compile }
3
// { dg-options -O0 }
4
5
extern struct _smtp_account smtp_accounts[];
6
typedef struct _smtp_account {
7
int flags;
8
} Smtp_Account;
9
10
void get_smtp_host_info ()
11
{
12
if (smtp_accounts[0].flags & 0x01)
13
get_smtp_host_info();
14
}