&& !TARGET_NO_SDATA_SET)
g_switch_value = TARGET_LL64 ? 8 : 4;
From: Florian Weimer
Sent: Wednesday, July 7, 2021 1:06 PM
To: Richard Biener
Cc: GCC Development ; Joern Wolfgang Rennecke
; Claudiu Zissulescu
Subject: Re: GCC arc port defaults to -fcommon
* R
ener
Sent: Wednesday, July 7, 2021 12:58 PM
To: Florian Weimer
Cc: GCC Development ; Joern Wolfgang Rennecke
; Claudiu Zissulescu
Subject: Re: GCC arc port defaults to -fcommon
On Wed, Jul 7, 2021 at 11:56 AM Richard Biener
wrote:
>
> On Wed, Jul 7, 2021 at 11:00 AM Florian Weimer v
* Richard Biener:
> On Wed, Jul 7, 2021 at 11:56 AM Richard Biener
> wrote:
>>
>> On Wed, Jul 7, 2021 at 11:00 AM Florian Weimer via Gcc
>> wrote:
>> >
>> > It seems to me that the arc port still defaults to -fcommon, presumably
>> > due to this in gcc/common/config/arc/arc-common.c:
>> >
>> >
On Wed, Jul 7, 2021 at 11:56 AM Richard Biener
wrote:
>
> On Wed, Jul 7, 2021 at 11:00 AM Florian Weimer via Gcc
> wrote:
> >
> > It seems to me that the arc port still defaults to -fcommon, presumably
> > due to this in gcc/common/config/arc/arc-common.c:
> >
> > static void
> > arc_option_init
On Wed, Jul 7, 2021 at 11:00 AM Florian Weimer via Gcc wrote:
>
> It seems to me that the arc port still defaults to -fcommon, presumably
> due to this in gcc/common/config/arc/arc-common.c:
>
> static void
> arc_option_init_struct (struct gcc_options *opts)
> {
> opts->x_flag_no_common = 255; /