This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] New pragma handling mechanism.
Dmitry Kurochkin <dmitry.kurochkin@gmail.com> writes:
>> This is wrong (removing those spaces causes the string to be
>> misformatted in releases) and should not be necessary.
> I've inserted this spaces in version.c directly, so the version string
> is the same.
In a release, DATESTAMP and DEVPHASE are empty, and that $(if ...)
mess makes the spaces go away. If you put them in version.c, that
doesn't happen, and the final string is wrong.
zw