https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122052

--- Comment #9 from edison <edison_chan_gz at hotmail dot com> ---
(In reply to Tamar Christina from comment #7)
> (In reply to kargls from comment #6)
> > (In reply to Tamar Christina from comment #5)
> > > > Fortran flags: -fallow-argument-mismatch -fall-intrinsics
> > > 
> > > I just noticed the -fall-intrinsics which I didn't try with.
> > > 
> > > I'll try using that additional flag.
> > 
> > Caveat empptor: I have no access to arm64 hardware nor SPEC code.
> > 
> > I would be surprised if -fall-intrinsics is the issue or related to
> > the issue.  This option is only relevant if one of the -std= options
> > is used (e.g., -std=f2018).  The options, I suspect you need to be
> > concerned about, are -fallow-argument-mismatch and -DSPEC_LP64.
> 
> Indeed, I still am unable to reproduce this failure.
> 
> edison could you paste the output of gcc -v?

 gfortran -v
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/home/edison/gcc15/libexec/gcc/aarch64-linux-gnu/15.2.0/lto-wrapper
Target: aarch64-linux-gnu
Configured with: ../configure --prefix=/home/edison/gcc15
--target=aarch64-linux-gnu --build=aarch64-linux-gnu --host=aarch64-linux-gnu
--enable-languages=c,c++,fortran --disable-multilib --enable-libgomp
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 15.2.0 (GCC)
edison@localhost:~$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/edison/gcc15/libexec/gcc/aarch64-linux-gnu/15.2.0/lto-wrapper
Target: aarch64-linux-gnu
Configured with: ../configure --prefix=/home/edison/gcc15
--target=aarch64-linux-gnu --build=aarch64-linux-gnu --host=aarch64-linux-gnu
--enable-languages=c,c++,fortran --disable-multilib --enable-libgomp
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 15.2.0 (GCC)

Reply via email to