--- Comment #7 from law at redhat dot com 2006-03-24 06:45 ---
Ultimately this is the same root cause as 26806.
*** This bug has been marked as a duplicate of 26806 ***
--
law at redhat dot com changed:
What|Removed |Added
--- Comment #6 from law at redhat dot com 2006-03-24 06:43 ---
Subject: Re: [4.2 Regression] ICE
Segmentation fault
On Thu, 2006-03-23 at 22:19 +, pinskia at gcc dot gnu dot org wrote:
> void yasm_lc3b__parse_insn( int num_info, int *num_operands
> , int *operands, int op)
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-03-23 22:37 ---
(In reply to comment #4)
> If you are referring to 26781 as opposed to the present 26833; yes, the first
> was from linuxkernel-2.6.16 and the present is from yasm-0.4.0.
Actually it was in reference to PR 26806 whi
--- Comment #4 from malitzke at metronets dot com 2006-03-23 22:35 ---
If you are referring to 26781 as opposed to the present 26833; yes, the first
was from linuxkernel-2.6.16 and the present is from yasm-0.4.0.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26833
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-23 22:19 ---
Reduced testcase:
void yasm_lc3b__parse_insn( int num_info, int *num_operands
, int *operands, int op)
{
int found = 0;
int i;
for (; num_info>0 && !found; num_info--)
{
int mismatch = 0;
for(i = 0
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-23 21:41 ---
Reducing.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26833
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|