re PR target/31568 (ICE with invalid %y operand (inline-asm))
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Tue, 15 Jul 2008 12:52:56 +0000 (12:52 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Tue, 15 Jul 2008 12:52:56 +0000 (05:52 -0700)
commitcb8cc791fdc4912ebf3cbe935f7912569e4e6ac3
tree3104440e046416750f78f036d0fce5f546443487
parentf73c3e7c4e08d4bcbe66dbb7f83ff8c023940dcd
re PR target/31568 (ICE with invalid %y operand (inline-asm))

2008-07-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR target/31568
        * config/rs6000/rs6000.c (print_operand <case 'y'>): Don't use
        gcc_assert, instead call output_operand_lossage.

2008-07-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR target/31568
        * gcc.target/powerpc/asm-y.c: New testcase.

From-SVN: r137837
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/asm-y.c [new file with mode: 0644]