expmed.c (extract_bit_field): Reverse operands of && condition to prevent a potential...
authorOlivier Hainque <hainque@act-europe.fr>
Mon, 21 Apr 2003 21:32:06 +0000 (23:32 +0200)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 21 Apr 2003 21:32:06 +0000 (17:32 -0400)
* expmed.c (extract_bit_field): Reverse operands of && condition to
        prevent a potential division by zero in the previously first branch.
* config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.

From-SVN: r65907


No differences found