Daily bump.

This commit is contained in:
GCC Administrator 2022-06-22 00:19:10 +00:00
parent 2474c8e09a
commit 1ad2ee2182
3 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2022-06-21 H.J. Lu <hjl.tools@gmail.com>
Backported from master:
2022-06-20 H.J. Lu <hjl.tools@gmail.com>
PR target/105960
* config/i386/i386.cc (ix86_function_ok_for_sibcall): Return
false if PIC register is used when calling ifunc functions.
2022-06-20 Uros Bizjak <ubizjak@gmail.com>
Backported from master:

View File

@ -1 +1 @@
20220621
20220622

View File

@ -1,3 +1,11 @@
2022-06-21 H.J. Lu <hjl.tools@gmail.com>
Backported from master:
2022-06-20 H.J. Lu <hjl.tools@gmail.com>
PR target/105960
* gcc.target/i386/pr105960.c: New test.
2022-06-20 Uros Bizjak <ubizjak@gmail.com>
Backported from master: