This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix libbacktrace -fPIC breakage from "Use libbacktrace in libgfortran"
- From: FX <fxcoudert at gmail dot com>
- To: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, ubizjak at gmail dot com, ian at airs dot com, fortran at gcc dot gnu dot org
- Date: Mon, 24 Aug 2015 20:05:36 +0200
- Subject: Re: Fix libbacktrace -fPIC breakage from "Use libbacktrace in libgfortran"
- Authentication-results: sourceware.org; auth=none
- References: <201508241640 dot t7OGercr016460 at ignucius dot se dot axis dot com>
> You're absolutely right on both accounts. Also, the function
> body is supposed to be a function body (...) or else we get a
> nested function (i.e. foo inside main). Might as well provide
> both empty. Also fixing the ChangeLog entry. Sorry for
> goofing. (At least I had a look at config.log this timeâ)
That looks better :)
But I canât approve the patch.
FX