------- Comment #10 from janis at gcc dot gnu dot org 2008-02-12 01:35 ------- I'm still plugging away at this since I keep thinking of more things I might have broken. I've got some good new tests for the testsuite now that check how arguments and return values are actually passed for powerpc64-linux -m32 and -m64. I also have little tests, not for the testsuite, to check that I haven't broken argument and return passing for AIX and Darwin by comparing generated assembly with and without my patch. For those I've only tried 32-bit code and need to find out how to configure to build a cross cc1 for 64-bit code. There are lots of other powerpc targets I'd like to check; any suggestions for target triples for which to build cross cc1?
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34526