This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR16867: Fix a long standing DCE bug


On Thu, 2004-08-12 at 13:39, Bryce McKinlay wrote:

> Even at -O1/-O2? It was still failing for me yesterday.
>
Same here.

> Although strangely, it did work at -O3.
> 
Because at -O3 we inline getFoo, causing DCE to see both the def and the
use of the allocated memory.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]