On Wed, 15 Mar 2006, Frank Heckenbach wrote:
Russell Whitaker wrote:
On Wed, 15 Mar 2006, Waldek Hebisch wrote:
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; }
Just now applied patch; did a make clean; make; and full pascal test: same two failures.
Most likely you made some mistake (perhaps testing with a previously built GPC), since the error message refers to the exact line Waldek's patch removed.
Yes. Doing a "make install" before the test solved the problem.
But, is there a way to force the test suite to use the newly built compiler without having to install it first?
Russ