[Bug middle-end/20917] ICE in schedule_insns at sched-rg.c:2549

2005-04-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-12 20:47 --- Subject: Bug 20917 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-04-12 20:47:07 Modified files: gcc: Change

[Bug middle-end/20917] ICE in schedule_insns at sched-rg.c:2549

2005-04-09 Thread uweigand at gcc dot gnu dot org
--- Additional Comments From uweigand at gcc dot gnu dot org 2005-04-09 18:26 --- Here's a reduced test case: extern void abort (void); extern void **alloc (void); void *test (void) { void **p = alloc (); if (!p) abort (); __builtin_set_thread_pointer (p); return *p; } It wou

[Bug middle-end/20917] ICE in schedule_insns at sched-rg.c:2549

2005-04-09 Thread uweigand at gcc dot gnu dot org
--- Additional Comments From uweigand at gcc dot gnu dot org 2005-04-09 16:16 --- D'oh. Ignore my previous post; I forgot that the 4.0 branch now defaults to checking disabled. I can indeed reproduce the problem, an am looking into it now ... -- http://gcc.gnu.org/bugzilla/show_bu

[Bug middle-end/20917] ICE in schedule_insns at sched-rg.c:2549

2005-04-09 Thread uweigand at gcc dot gnu dot org
--- Additional Comments From uweigand at gcc dot gnu dot org 2005-04-09 16:09 --- I cannot reproduce the problem on today's GCC 4.0.0 version ... What is different for you? Do you have any patches on top? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20917

[Bug middle-end/20917] ICE in schedule_insns at sched-rg.c:2549

2005-04-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-09 14:41 --- It is ICE on: gcc_assert (deaths_in_region[rgn] == count_or_remove_death_notes (blocks, 0)); -- What|Removed |Added --

[Bug middle-end/20917] ICE in schedule_insns at sched-rg.c:2549

2005-04-09 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-04-09 14:40 --- Created an attachment (id=8571) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8571&action=view) Preprocessed source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20917