From: Richard Earnshaw Date: Fri, 10 Jan 2014 15:21:21 +0000 (+0000) Subject: re PR target/59744 (miscompilation of unsigned comparison on aarch64) X-Git-Tag: releases/gcc-4.9.0~1714 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7783a2467447ff89253346c6cc7cafffb9e7482d;p=thirdparty%2Fgcc.git re PR target/59744 (miscompilation of unsigned comparison on aarch64) PR target/59744 Fix ChangeLog typos in previous commit (r206529). From-SVN: r206530 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4811aa3a4b49..243f55194da7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,10 +1,10 @@ 2014-01-10 Richard Earnshaw - PR target/9744 + PR target/59744 * aarch64-modes.def (CC_Zmode): New flags mode. * aarch64.c (aarch64_select_cc_mode): Only allow NEG when the condition represents an equality. - (aarch64_get_condition_code0): Handle CC_Zmode. + (aarch64_get_condition_code): Handle CC_Zmode. * aarch64.md (compare_neg): Restrict to equality operations. 2014-01-10 Andreas Krebbel