Re: [patch] Fix PR middle-end/49732

2011-07-16 Thread Richard Guenther
On Thu, Jul 14, 2011 at 11:44 PM, Eric Botcazou wrote: > Hi, > > this is a regression present on mainline and 4.6 branch.  The compiler crashes > during gimplification because there is a COMPOUND_EXPR shared between the > TYPE_SIZE and TYPE_SIZE_UNIT expressions of an array type.  Now this isn't >

[patch] Fix PR middle-end/49732

2011-07-14 Thread Eric Botcazou
Hi, this is a regression present on mainline and 4.6 branch. The compiler crashes during gimplification because there is a COMPOUND_EXPR shared between the TYPE_SIZE and TYPE_SIZE_UNIT expressions of an array type. Now this isn't supposed to happen because we run an unsharing pass before gimp