This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[fortran,committed] Revert scanner.c revision 130016
- From: FX Coudert <fxcoudert at gmail dot com>
- To: "fortran at gcc dot gnu dot org List" <fortran at gcc dot gnu dot org>, gcc-patches list <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 16 Nov 2007 22:25:33 +0000
- Subject: [fortran,committed] Revert scanner.c revision 130016
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; bh=8V3HM75elxkpezCmASaBDLzDoYQU+gZ7gBmYx6ESHGw=; b=NHpcyTnSJwYJSCpNy7eqtiscRecyiYHgCPB1JQQ5LVHvdyITHnJg0D113/tpmJPCbf1ev8bm6HBo4zNCtmKvGCsVo1bbjYFMjMG+rfbXWN1jaB+QIVvAoI+hlkeD/ugKBN37pGSPYjTBIl6prfbPv3vffGhiyDQFPwoavEgsZg0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=jLoVKbMRWC5NLzkFVfXjIdWty/jWP78fp50F1uENERXXd3F3OwpppBHEQMTmr23J3jUIvJW0MSQoqRb/KarBVWRLK/nvYSefgh9+95d2Tj23YEvApJ2DVM1CHeUBtiXKrNYSdrDC277HsEvIZlfvy/Adbjm4YmAyClV5bL1Ryh8=
I have reverted the scanner.c revision 130016 (my workaround a file-
inclusion problem that only happened with darwin's ld64) because it
caused a regression (on a similar case; PR) on all targets,
regression that cannot be fixed by such a workaround. I'll have to
dig more and patch it earlier in the scanner.
Sorry for the regression,
FX