This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/54862] [4.8 Regression] error: comparison between signed and unsigned integer expressions in simplify-rtx.c


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54862

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-10-10 10:40:42 UTC ---
Author: jakub
Date: Wed Oct 10 10:40:35 2012
New Revision: 192302

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192302
Log:
    PR middle-end/54862
    * simplify-rtx.c (simplify_truncation): Compare UINTVAL instead of
    INTVAL of second argument with precision resp. op_precision.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/simplify-rtx.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]