On Wed, Jun 29, 2011 at 8:31 AM, Ira Rosen wrote:
> Hi,
>
> This is a follow-up patch for
> http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01205.html.
> The previous patch added a support for widen-mult in intermediate type, e.g.,:
>
> char a_t;
> short a_it;
> int a_T, prod_T, prod_T';
Hi,
This is a follow-up patch for
http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01205.html.
The previous patch added a support for widen-mult in intermediate type, e.g.,:
char a_t;
short a_it;
int a_T, prod_T, prod_T';
S1 a_t = ;
S3 a_T = (int) a_t;
'--> a_i