Hi,
I've had a bit of a dig at this one.
First of all you actually need very little code to trigger it; using the
cc1 I can give it:
void
__throw ()
{
struct eh_context *eh;
void *handler;
long offset;
__builtin_eh_return ((void *)eh, offset, handler);
}
(I just kept taking bits ou
Chris Wedgwood writes:
> There are reports on lk that gcc-2.95.4 (as found in Debian
> sid/unstable) producing bogus kernels.
searching on http://www.uwsg.indiana.edu/hypermail/linux/kernel/
I found only the old 2.95.2 problems. Please could you point to some
messages (URLs)?
Package: gcc-3.0
Version: 1:3.0.2-4
Severity: normal
gcc generates a warning for the following test program, that I believe
is inappropriate. The warning is that it cannot implicitly cast from
(foo *) to (const foo *). This occurs when foo is an array type. The
sample program compiles without w
3 matches
Mail list logo