This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/24870] make check fails for fixincl



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]