OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [expr/] [incomplete1.C] - Blame information for rev 698

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// 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
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.