[Bug tree-optimization/31095] [4.3 Regression] ICE in expand_expr_real_1, at expr.c:8786
tbm at cyrius dot com
gcc-bugzilla@gcc.gnu.org
Fri Mar 9 08:31:00 GMT 2007
------- Comment #1 from tbm at cyrius dot com 2007-03-09 08:30 -------
Testcase:
typedef long unsigned int size_t;
__extension__ typedef long int __time_t;
__extension__ typedef long int __suseconds_t;
typedef struct
{
}
__sigset_t;
struct timeval
{
__time_t tv_sec;
__suseconds_t tv_usec;
};
extern void bcopy (__const void *__src, void *__dest, size_t __n)
__attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
capture_next_packet (int bpf, int timeout, int *sz)
{
struct timeval past, now, then;
{
bcopy (&then, &past, sizeof (then));
}
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31095
More information about the Gcc-bugs
mailing list