Re: code is not clean. libjava/interpret.cc:1480
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
On 01/16/2011 10:20 AM, majia gm wrote: > libjava/interpret.cc:1480 > > gcc 4.4.0, 4.4.2 and 4.5.2 have the same problem. So it is, thanks. Line 1477 should be: exc[i].handler_type.i)).clazz; I guess this code has rotted. Perhaps the non-direct-threaded case should be removed, and perhaps it should have been removed at the time; I suppose #define'd-out code will always rot. Andrew.