Re: Fortran BTI crashes on arm64

2025-01-10 Thread Stuart Henderson
yes I think that's a reasonable approach, ok On 2025/01/10 17:53, Jeremie Courreges-Anglas wrote: > > Running a full bulk build on an apple M2, I see lots of failures due > to code generated by lang/gcc/8,-f95 not being BT compliant, resulting > in SIGILL crashes. Moving to lang/gcc/11 may help

Re: Fortran BTI crashes on arm64

2025-01-10 Thread Pascal Stumpf
On Fri, 10 Jan 2025 17:53:19 +0100, Jeremie Courreges-Anglas wrote: > > Running a full bulk build on an apple M2, I see lots of failures due > to code generated by lang/gcc/8,-f95 not being BT compliant, resulting > in SIGILL crashes. Moving to lang/gcc/11 may help fix this, but we're > not there

Re: Fortran BTI crashes on arm64

2025-01-10 Thread Peter Hessler
OK On 2025 Jan 10 (Fri) at 17:53:19 +0100 (+0100), Jeremie Courreges-Anglas wrote: : :Running a full bulk build on an apple M2, I see lots of failures due :to code generated by lang/gcc/8,-f95 not being BT compliant, resulting :in SIGILL crashes. Moving to lang/gcc/11 may help fix this, but we're

Fortran BTI crashes on arm64

2025-01-10 Thread Jeremie Courreges-Anglas
Running a full bulk build on an apple M2, I see lots of failures due to code generated by lang/gcc/8,-f95 not being BT compliant, resulting in SIGILL crashes. Moving to lang/gcc/11 may help fix this, but we're not there yet. The bulk of those failures is easily fixed by the diff below. I think