gcc-14/changes.htm - Offloading: -lm/-lgfortran is autolinked diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index c403c94f..96653f05 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -51,6 +51,15 @@ a work-in-progress.

was extended. + +
  • For offload-device code generated via OpenMP and OpenACC, the math + library and the Fortran runtime library will now automatically be linked, + when the user or compiler links them on the host side. Thus, it is no + longer required to explicitly pass -lm and/or + -lgfortran to the offload-device linker using the -foffload-options= flag. +
  • New Languages and Language specific improvements