Re: [OE-core] [PATCH] gcc-9.2: fix bug #91102 'aarch64 ICE on Linux kernel with -Os'

2020-02-05 Thread Mittal, Anuj
On Wed, 2020-02-05 at 01:25 +, Taras Kondratiuk (takondra) via Openembedded-core wrote: > The patch applies to zeus branch as is without conflicts. > Should still resend it separately for Zeus? I have picked this up along with some other patches for zeus-next. Thanks, Anuj --

Re: [OE-core] [PATCH] gcc-9.2: fix bug #91102 'aarch64 ICE on Linux kernel with -Os'

2020-02-04 Thread Taras Kondratiuk (takondra) via Openembedded-core
On Mon 2/3/20 20:17 akuster808 wrote: > On 2/3/20 7:57 PM, Khem Raj wrote: > > this is ok. Also please ask it to be backported to 9.3 on gcc bugzilla Asked to add it to 9.3 in the bugzilla. > > And zeus : ) The patch applies to zeus branch as is without conflicts. Should still resend it

Re: [OE-core] [PATCH] gcc-9.2: fix bug #91102 'aarch64 ICE on Linux kernel with -Os'

2020-02-03 Thread akuster808
On 2/3/20 7:57 PM, Khem Raj wrote: > this is ok. Also please ask it to be backported to 9.3 on gcc bugzilla And zeus : ) - armin > > On Mon, Feb 3, 2020 at 6:20 PM Taras Kondratiuk wrote: >> Linux kernel compilation for aarch64 triggers ICE if >> CONFIG_CC_OPTIMIZE_FOR_SIZE=y. >> >> The

Re: [OE-core] [PATCH] gcc-9.2: fix bug #91102 'aarch64 ICE on Linux kernel with -Os'

2020-02-03 Thread Khem Raj
this is ok. Also please ask it to be backported to 9.3 on gcc bugzilla On Mon, Feb 3, 2020 at 6:20 PM Taras Kondratiuk wrote: > > Linux kernel compilation for aarch64 triggers ICE if > CONFIG_CC_OPTIMIZE_FOR_SIZE=y. > > The rootcause is GCC bug #91102 'aarch64 ICE on Linux kernel with -Os'. >

[OE-core] [PATCH] gcc-9.2: fix bug #91102 'aarch64 ICE on Linux kernel with -Os'

2020-02-03 Thread Taras Kondratiuk via Openembedded-core
Linux kernel compilation for aarch64 triggers ICE if CONFIG_CC_OPTIMIZE_FOR_SIZE=y. The rootcause is GCC bug #91102 'aarch64 ICE on Linux kernel with -Os'. Apply the fix to 9.2. Signed-off-by: Taras Kondratiuk --- meta/recipes-devtools/gcc/gcc-9.2.inc | 1 +