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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [expr/] [incomplete1.C] - Rev 301

Compare with Previous | Blame | View Log

// PR 10202
// { dg-do compile }
// { dg-options -O0 }

extern struct _smtp_account smtp_accounts[];
typedef struct _smtp_account {
        int flags;
} Smtp_Account;

void get_smtp_host_info ()
{
        if (smtp_accounts[0].flags & 0x01)
                get_smtp_host_info();
}

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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