--- 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
--- 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
--- 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
--- 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
--- 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
--
--- 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