--- Comment #5 from pinskia at gcc dot gnu dot org 2007-05-01 19:34 ---
Subject: Bug 31740
Author: pinskia
Date: Tue May 1 19:34:32 2007
New Revision: 124337
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124337
Log:
2007-05-01 Andrew Pinski <[EMAIL PROTECTED]>
PR mi
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-05-01 19:26 ---
Yes this was fixed after:
2007-05-01 Ian Lance Taylor <[EMAIL PROTECTED]>
PR tree-optimization/31739
* tree-vrp.c (vrp_val_is_max): New static function.
(vrp_val_is_min): New static functio
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-05-01 19:15 ---
Reduced testcase:
typedef signed int signed16 __attribute__ ((__mode__ (__HI__)));
typedef unsigned int unsigned16 __attribute__ ((__mode__ (__HI__)));
typedef signed16 HI;
typedef unsigned16 UHI;
unsigned short
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |blocker
Component|target |middle-end