Daily bump.

This commit is contained in:
GCC Administrator 2024-12-27 00:17:37 +00:00
parent 06867d9fa6
commit c6f7a298b8
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
2024-12-26 John David Anglin <danglin@gcc.gnu.org>
PR target/118050
* timevar.cc (get_time): Only use CLOCK_MONOTONIC if
'_POSIX_TIMERS > 0 && defined(_POSIX_MONOTONIC_CLOCK)'.
Otherise, use CLOCK_REALTIME.
2024-12-26 Gerald Pfeifer <gerald@pfeifer.com>
* doc/gm2.texi (Dialect): Move PM4 link to https.
2024-12-25 Maciej W. Rozycki <macro@orcam.me.uk>
* config/alpha/alpha.cc

View file

@ -1 +1 @@
20241226
20241227