https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120812
--- Comment #11 from Christophe Peyret ---
same on Mac ARM :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120812
--- Comment #10 from Christophe Peyret ---
Hello,
on Mac Intel, it works but not sure it still works on Mac ARM.
I test it more on tomorow but behaviour seems to be different
Sincerely,
Christophe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120812
--- Comment #8 from Christophe Peyret ---
try this on Mac with Fortran 15.1.0
program main
use iso_c_binding
implicit none
character(len=:), pointer :: str =>null()
allocate( character(len=11) :: str )
str = “0123456789x”
print “((A))", s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120812
Bug ID: 120812
Summary: [regression] buffer(80:80) = C_NEW_LINE not working
with gfortran 15.1 under Mac
Product: gcc
Version: 15.1.0
Status: UNCONFIRMED
Sever