This is the mail archive of the java@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: double call on array store; possible bug in branch front end?



Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
> BTW try compiling with --no-store-check and see if that works around it.

All hail Bryce's debugging instincts; it worked. Here's the test case:

  http://www.megacz.com/testcase.tgz

You can just do a simple

  for A in `find src -name \*.java`; do gcj -O0 $A; done

And then disassemble bin/org/mozilla/javascript/Interpreter.o. Check
in generateNestedFunctions() -- if you only see one call to
generateFunctionICode(), then you fixed it.

  - a

-- 
"If I put copyrighted material into the 'chewy nougat center', I can
 claim the crunchy chocolate coating is an 'Access Control
 Mechanism'."                                     --lynx_user_abroad

Why Windows NT/2k/XP is unreliable: www.zappadoodle.com


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