GNU Pascal Homepage - gpc - gpc-announce - gpc-de - gpc-doc
Diese Seite auf deutsch

Mail #11109 (Unformatted/full headers)

Back to main page of archive

Previous mail   Next mail   Formatted
Overview  10 days   Subject   Date   Thread   Author  

From gpc-owner@gnu.de  Thu Dec  2 17:06:32 2004
Received: from mail.ncifcrf.gov ([129.43.100.101] helo=AVAS.ncifcrf.gov)
	by adele.gerwinski.de with esmtp (Exim 4.34)
	id 1CZtTH-0002PZ-3R
	for gpc@gnu.de; Thu, 02 Dec 2004 17:06:19 +0100
Received: from mail.NCIFCRF.GOV(129.43.100.101) by AVAS3.ncifcrf.gov via smtp
	 id 0a8d_2445f9c0_447b_11d9_9005_0002b3c7efef;
	Thu, 02 Dec 2004 10:59:26 -0500 (EST)
Received: from mail.ncifcrf.gov(129.43.100.101) by AVAS.ncifcrf.gov via csmap 
	 id 2e71c388_447c_11d9_979a_0002b3c7efe4_23228;
	Thu, 02 Dec 2004 11:06:53 -0500 (EST)
Received: from strawberry.ncifcrf.gov (strawberry.NCIFCRF.GOV [129.43.6.74])
	by mail.ncifcrf.gov (8.12.10/8.12.10) with ESMTP id iB2G57os018706;
	Thu, 2 Dec 2004 11:05:07 -0500
Received: (from toms@localhost)
	by strawberry.ncifcrf.gov (8.12.10+Sun/8.12.10/Submit) id iB2G57Co013946;
	Thu, 2 Dec 2004 11:05:07 -0500 (EST)
From: Tom Schneider <toms@ncifcrf.gov>
Message-Id: <200412021605.iB2G57Co013946@strawberry.ncifcrf.gov>
Subject: Re: your mail
In-Reply-To: <E1CZiVp-0008C2-F6@adele.gerwinski.de> from "gpc-owner@gnu.de" at "Dec 2, 2004 05:23:36 am"
To: gpc@gnu.de
Date: Thu, 2 Dec 2004 11:05:06 -0500 (EST)
Cc: progan@cmh.edu, phylogenetix@everestkc.net (Phylogenetix.Laboratories),
        jk141n@nih.gov (jpkim),
        thalhamc@od.nih.gov (cristina.thalhammer-reyero),
        jeffreyt@mail.nih.gov (jeffrey.thomas)
X-Mailer: ELM [version 2.4ME+ PL34 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by mail.ncifcrf.gov id iB2G57os018706
X-Archive-Number: 200412/5
X-Sequence-Number: 4824

Pete, Tod:

> GPC: daily digest
>=20
> This is Digest Volume 1 : Issue 587 : Digest Style "text"
> Below is a summary of all the messages, showing the subject of each pos=
t
> and who posted it, followed by the full text of all messages.
>=20
>   internal compiler error: in find_function_data, at function.c:317
>   Re: internal compiler error: in find_function_data, at function.c:317
>=20
> ----------------------------------------------------------------------
>=20
> 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.inte=
rnal>
>=20
> REVISION -- Note: I included the lister.i file as a zip because it is o=
ver
> 11,000 lines long.
>=20
> 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 o=
f
> researchers here would like to get this working. Any help will be very
> much appreciated!
>=20
> Thanks!
> Todd
>=20
>=20
> I am compiling on Mac OS X. Here are my specs.
>=20
> $ 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=A0 Power
> Macintosh powerpc
>=20
> $ 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)
>=20
> $ gpc -v
>=20
> Reading specs from
> /Developer/Pascal/gpc332d1/lib/gcc-lib/powerpc-apple-darwin/3.3.2/specs
> Configured with: ../gpc-332d1/configure --enable-languages=3Dpascal,c
> --prefix=3D/Developer/Pascal/gpc332d1 --enable-threads=3Dposix
> --target=3Dpowerpc-apple-darwin Thread model: posix gpc version 2003083=
0,
> based on gcc-3.3.2
>=20
>=20
> I ran gpc with the following command line:
>=20
> gpc -x Pascal -save-temps lister.p -o lister
>=20
> 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 sourc=
e
> if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions.
>=20
>=20
>=20
> [Attachment of type application/zip removed.]
>=20
> ------------------------------
>=20
> 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 functio=
n.c:317
> Message-ID: <F8EDEB53-440B-11D9-BAA2-000A27944772@microbizz.nl>
>=20
> Fiedler, Todd, A wrote:
>=20
> > 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=20
> > source
> > if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for=20
> > instructions.
>=20
> Reproducable with the latest gpc sources on Mac OS X.
>=20
> Regards,
>=20
> Adriaan van Os
>=20
>=20
>=20
> ------------------------------
>=20
> End of=20
> **********

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

Previous mail   Next mail   Formatted
Overview  10 days   Subject   Date   Thread   Author  


Replies

Author Subject Date
Adriaan van Os your mail 2 Dec 2004, 18:17:37

Back to main page of archive


Note: This page contains information that does not originate from the owner of this web site, but from the authors of the mails archived. The owner of this web site is not responsible for the content of such information. Any use of that infomation requires the consent of the respective author.

Where WWW addresses (URLs) in the mails archived are marked as hyperlinks, this is only for the comfort of the reader. The content of the web pages linked to like this does not necessarily reflect the opinion of the owner of this web site or of the authors of the mails archived. The owner of this web site is not responsible for the content of such web pages. Those pages are explicitly not to be considered as part of the content of this page, but merely as references.


This page was created by Crystal 0.999 (Linux 2.4.27/i686).