Pete, Tod:
GPC: daily digest
This is Digest Volume 1 : Issue 587 : Digest Style "text" Below is a summary of all the messages, showing the subject of each post and who posted it, followed by the full text of all messages.
internal compiler error: in find_function_data, at function.c:317 Re: internal compiler error: in find_function_data, at function.c:317
Date: Wed, 1 Dec 2004 19:27:16 -0600 From: "Fiedler, Todd, A" tafiedler@cmh.edu To: gpc@gnu.de Subject: internal compiler error: in find_function_data, at function.c:317 Message-ID: 958B228E6A626242A3FEAB621C4C933504B12A0D@exch2000.cmh.internal
REVISION -- Note: I included the lister.i file as a zip because it is over 11,000 lines long.
Hello. I am attempting to compile a program named lister.p, that does some genomic work. I can compile some programs in this suite while others always generate an error. I'm not much of a pascal programmer, it's been 15 years since I actually wrote anything in it, but a group of researchers here would like to get this working. Any help will be very much appreciated!
Thanks! Todd
I am compiling on Mac OS X. Here are my specs.
$ uname -a Darwin seed.cmh.edu 7.6.0 Darwin Kernel Version 7.6.0: Sun Oct 10 12:05:27 PDT 2004; root:xnu/xnu-517.9.4.obj~1/RELEASE_PPCÂ Power Macintosh powerpc
$ gcc -v Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1666)
$ gpc -v
Reading specs from /Developer/Pascal/gpc332d1/lib/gcc-lib/powerpc-apple-darwin/3.3.2/specs Configured with: ../gpc-332d1/configure --enable-languages=pascal,c --prefix=/Developer/Pascal/gpc332d1 --enable-threads=posix --target=powerpc-apple-darwin Thread model: posix gpc version 20030830, based on gcc-3.3.2
I ran gpc with the following command line:
gpc -x Pascal -save-temps lister.p -o lister
lister.p: In procedure `showpiece': lister.p:7730: internal compiler error: in find_function_data, at function.c:317 Please submit a full bug report, with preprocessed source if appropriate. See URL:http://gcc.gnu.org/bugs.html for instructions.
[Attachment of type application/zip removed.]
Date: Thu, 2 Dec 2004 03:43:39 +0100 From: Adriaan van Os gpc@microbizz.nl To: gpc@gnu.de Subject: Re: internal compiler error: in find_function_data, at function.c:317 Message-ID: F8EDEB53-440B-11D9-BAA2-000A27944772@microbizz.nl
Fiedler, Todd, A wrote:
lister.p: In procedure `showpiece': lister.p:7730: internal compiler error: in find_function_data, at function.c:317 Please submit a full bug report, with preprocessed source if appropriate. See URL:http://gcc.gnu.org/bugs.html for instructions.
Reproducable with the latest gpc sources on Mac OS X.
Regards,
Adriaan van Os
End of
Unfortunately this appears to be a release of the source code for sequence walkers. However, it says "Attachment of type application/zip removed." Does that mean it appeared in the archive but not the mailing list?
Tom
Tom Schneider wrote:
Unfortunately this appears to be a release of the source code for sequence walkers.
Sequence walkers ?
However, it says "Attachment of type application/zip removed." Does that mean it appeared in the archive but not the mailing list?
It appeared on the list (and that is what the email said)
REVISION -- Note: I included the lister.i file as a zip because it is over 11,000 lines long."
Regards,
Adriaan van Os