------- Comment #2 from matz at gcc dot gnu dot org 2009-09-09 00:44 ------- Subject: Bug 41268
Author: matz Date: Wed Sep 9 00:43:36 2009 New Revision: 151544 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151544 Log: PR middle-end/41268 * cfgexpand.c (expand_gimple_stmt_1): Use an int for storing SUBREG_PROMOTED_UNSIGNED_P, instead of a bool. * rtl.h (struct rtx, SUBREG_PROMOTED_UNSIGNED_P): Update comments to reflect reality. Modified: trunk/gcc/ChangeLog trunk/gcc/cfgexpand.c trunk/gcc/rtl.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41268