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: PR java/18931: jar -> .so optimization problem


Richard Henderson writes:
 > On Fri, Dec 17, 2004 at 03:14:14PM +0000, Andrew Haley wrote:
 > > Also, we were using NOP_EXPRs rather than CONVERT_EXPRs when doing
 > > integral type conversions.  I'm pretty sure this is wrong too.
 > 
 > The whole compiler is generally wrong in this case.

 > If you use fold_convert here you'll at least match up with the rest
 > of the compiler.  And there'll be one less place to fix when we decide
 > which of the three conversion-like exprs we'd like to keep...

OK, right.

Andrew.


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