I am pleased to announce that the GCC Steering Committee has appointed
Christophe Lyon as a MVE Reviewer for the AArch32 port.
Please join me in congratulating Christophe on his new role.
Christophe, please update your listings in the MAINTAINERS file.
Regards,
Ramana
Snapshot gcc-12-20240926 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/12-20240926/
and on various mirrors, see https://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 12 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
I am trying to understand how 'flag_pic' works.
It is used extensively in TARGET_OPTION_OVERRIDE functions in the form 'if
(flag_pic) ... '.
The flags fPic and fpic have a default value of -1, so as far as I
understand, if the two flags are not set in the command line, all 'if
(flag_pic)' will be t
On Thu, Sep 26, 2024 at 11:20:15PM +0200, Enrico via Gcc wrote:
> I am trying to understand how 'flag_pic' works.
> It is used extensively in TARGET_OPTION_OVERRIDE functions in the form 'if
> (flag_pic) ... '.
> The flags fPic and fpic have a default value of -1, so as far as I
> understand, if th
Thank you for your answer.
I did see that part of the code, but still I cannot understand, because the
TARGET_OPTION_OVERRIDE is called before the finalization.
So why doing a test on flag_pic before finalization?
Thank you
Best regards
Enrico Bragante
Il gio 26 set 2024, 23:43 Jakub Jelinek ha