This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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: java/5489: -fverbose-asm crashes jc1 on ARM cross-compiler


Synopsis: -fverbose-asm crashes jc1 on ARM cross-compiler

Responsible-Changed-From-To: unassigned->rearnsha
Responsible-Changed-By: rearnsha
Responsible-Changed-When: Sat Mar 23 10:31:09 2002
Responsible-Changed-Why:
    Mine
State-Changed-From-To: open->closed
State-Changed-By: rearnsha
State-Changed-When: Sat Mar 23 10:31:09 2002
State-Changed-Why:
    The ARM back-end was playing a trick when using the special
    output rule '%d<op>' where NULL meant don't put out anything.
    
    This was causing the verbose-asm code to get upset -- it expected
    an operand it could dereference.  So pass const_true_rtx in
    those cases when we want the condition to be 'always'.  For the 
    '%D<op>' case abort if passed const_true_rtx, since that means
    'not always' (ie never), and we shouldn't be generating such
    instructions.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5489


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