]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fortran/trans-intrinsic.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / fortran / trans-intrinsic.cc
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-08  Tobias BurnusOpenMP/Fortran: Implement omp allocators/allocate for...
2023-07-20  Francois-Xavier... Fortran: fix wrong rebase that broke bootstrap
2023-07-20  Francois-Xavier... Fortran: add IEEE_QUIET_* and IEEE_SIGNALING_* comparisons
2023-06-10  Francois-Xavier... Fortran: add Fortran 2018 IEEE_{MIN,MAX} functions
2023-05-18  Bernhard Reutner... fortran: use _P() defines from tree.h
2023-04-28  Tobias BurnusFortran: Fix (mostly) comment typos
2023-02-27  Harald AnlaufFortran: fix corner case of IBITS intrinsic [PR108937]
2023-01-16  Jakub JelinekUpdate copyright years.
2022-11-29  Harald AnlaufFortran: intrinsic MERGE shall use all its arguments...
2022-09-10  Francois-Xavier... fortran: Add IEEE_SIGNBIT and IEEE_FMA functions
2022-08-26  Jakub Jelinekfortran: Expand ieee_arithmetic module's ieee_value...
2022-08-26  Jakub Jelinekfortran: Expand ieee_arithmetic module's ieee_class...
2022-06-28  Jakub Jelinekfortran, libgfortran: Avoid using libquadmath for glibc...
2022-05-16  Martin LiskaUse more ARRAY_SIZE.
2022-03-09  Tobias BurnusFortran: Fix CLASS handling in SIZEOF intrinsic
2022-01-28  Andre VehreschildPrevent malicious descriptor stacking for scalar compon...
2022-01-28  Andre VehreschildRevert "Prevent malicious descriptor stacking for scala...
2022-01-28  Andre VehreschildPrevent malicious descriptor stacking for scalar compon...
2022-01-27  Harald AnlaufFortran: add missing conversions for result of intrinsi...
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.