--- Comment #3 from rguenther at suse dot de 2009-05-06 11:41 ---
Subject: Re: [4.5 Regression] ICE during
gimplify_init_constructor
On Wed, 6 May 2009, joseph at codesourcery dot com wrote:
> Subject: Re: [4.5 Regression] ICE during gimplify_init_constructor
>
> On Tue, 5 May 2009
--- Comment #2 from joseph at codesourcery dot com 2009-05-06 11:09 ---
Subject: Re: [4.5 Regression] ICE during gimplify_init_constructor
On Tue, 5 May 2009, rguenth at gcc dot gnu dot org wrote:
> Reduced testcase, maybe due to the C const expression changes(?)
I see nothing in the
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40026
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-05-05 15:12 ---
Reduced testcase, maybe due to the C const expression changes(?)
typedef struct {
unsigned long bits[(((128)+64 -1)/64)];
} cpumask_t;
struct sched_domain {
cpumask_t span;
int flags;
};
void
cpu_to_alln