[Bug fortran/120812] [regression] buffer(80:80) = C_NEW_LINE not working with gfortran 15.1 under Mac

2025-06-26 Thread christophe.peyret at onera dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120812 --- Comment #11 from Christophe Peyret --- same on Mac ARM :)

[Bug fortran/120812] [regression] buffer(80:80) = C_NEW_LINE not working with gfortran 15.1 under Mac

2025-06-26 Thread christophe.peyret at onera dot fr via Gcc-bugs
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

[Bug fortran/120812] [regression] buffer(80:80) = C_NEW_LINE not working with gfortran 15.1 under Mac

2025-06-24 Thread christophe.peyret at onera dot fr via Gcc-bugs
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

[Bug fortran/120812] New: [regression] buffer(80:80) = C_NEW_LINE not working with gfortran 15.1 under Mac

2025-06-24 Thread christophe.peyret at onera dot fr via Gcc-bugs
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