x86->Alpha - some detail and stuff

2001-12-25 Thread Dr. David Alan Gilbert
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

Re: Hearsay: gcc-2.95.4 producing bogus kernels...

2001-12-25 Thread Matthias Klose
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)?

Bug#126411: gcc-3.0: Improper warning when casting from pointer to non-const array to const

2001-12-25 Thread Agthorr
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