On Wed, 2003-01-22 at 18:46, Frank Heckenbach wrote:
Richard D. Jackson wrote:
Ok commented out the above two lines. Now I'm getting a whole bunch of undefined reference errors. So for now I'm going to stick with the vanilla gcc sources ( which works ). For your referance though below I've listed some of the undefined reference errors you will note that the errors are in both gpc and gcc.
gcc/p/gpc-common.c:845: more undefined references to `tree_code_type' gcc/p/gpc-typeck.c:2852: undefined reference to `tree_code_length'
Apparently they've changed more things. If someone can provide me with the respective changes, I'll integrate them. Otherwise I'll wait until they appear in the next GCC release.
Frank
I can supply you with the branch update patch that is used in Gentoo. Along with the other patches that are applied to the sources if you want them. Just let me know where to send them. I would like to set this done as from what I understand the branch update fixes some CPU optimization code.
Richard