Russell Whitaker wrote:
Hi Built gpc using just released gcc-3.4.6 and gpc-20060215:
passed: 5054 unsuported: aregextest.pas fail: fjf9321.pas, fjf932b.pas
both failures got an ICE at the line "with v do"
Russ
This was reported by Angelo Fumagalli. The fix (which I already posted) is :
=================================================================== RCS file: /mn/a8/cvsroot/gpc/p/types.c,v retrieving revision 1.10 diff -u -r1.10 types.c --- p/types.c 15 Feb 2006 02:03:12 -0000 1.10 +++ p/types.c 27 Feb 2006 21:51:28 -0000 @@ -1884,7 +1884,6 @@ tree field2 = sorted_fields[i], ret; if (DECL_NAME (field2) == component) { - gcc_unreachable (); field = field2; break; }