[Bug tree-optimization/26833] [4.2 Regression] ICE Segmentation fault

2006-03-23 Thread law at redhat dot com
--- 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

[Bug tree-optimization/26833] [4.2 Regression] ICE Segmentation fault

2006-03-23 Thread law at redhat dot com
--- 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)

[Bug tree-optimization/26833] [4.2 Regression] ICE Segmentation fault

2006-03-23 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug tree-optimization/26833] [4.2 Regression] ICE Segmentation fault

2006-03-23 Thread malitzke at metronets dot com
--- 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

[Bug tree-optimization/26833] [4.2 Regression] ICE Segmentation fault

2006-03-23 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug tree-optimization/26833] [4.2 Regression] ICE Segmentation fault

2006-03-23 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug tree-optimization/26833] [4.2 Regression] ICE Segmentation fault

2006-03-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |