Problem with return register on x86-64

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Thu Dec 18 02:00:00 GMT 2003


If we have a fucntion that returns XCmode, DECL_RTL of DECL_RESULT
gets set to a CONCAT, which is fine, but then ix86_function_value
makes an XCmode register of FIRST_STACK_REG.

But that's not fine since print_reg aborts when printing it out, so
RTL dumps don't work too well.



More information about the Gcc mailing list