Fix ChangeLog bug id to be 70640, not 70680

From-SVN: r234922
This commit is contained in:
Michael Meissner 2016-04-12 21:06:47 +00:00
parent 5445cf2af1
commit 8a434ada27
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
2016-04-12 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/70680
PR target/70640
* config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
Do not use "=" constraint on an input constraint.
(ieee_128bit_vsx_abs<mode>2_internal): Likewise.

View file

@ -8,7 +8,7 @@
2016-04-12 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/70680
PR target/70640
* gcc.target/powerpc/pr70640.c: New test.
2016-04-12 Paolo Carlini <paolo.carlini@oracle.com>