This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/24870] make check fails for fixincl
- From: "aj at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Nov 2005 08:14:35 -0000
- Subject: [Bug other/24870] make check fails for fixincl
- References: <bug-24870-260@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from aj at gcc dot gnu dot org 2005-11-15 08:14 -------
Jim Wilson commented in http://gcc.gnu.org/ml/gcc/2005-11/msg00619.html:
Just grepping for "_STRING_INCLUDED" it is easy to see the input rule
in inclhack.def that defines this transformation, and the output rule
in fixincl.x that actually does the transformation.
This seems to be a generic problem. Anything using the "replace =
<shell input>" type rule is ending up with a missing newline on the
last line. Looking at gcc-3.3.4, I see that the trailing newline is
there in the fixincl.x file, but it isn't there in mainline. Offhand,
I don't know what changed here. It could be that autogen changed, it
could be that something in fixincluded changed, or it could even be
that someone checked in the result of a broken autogen.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24870