Daily bump.

This commit is contained in:
GCC Administrator 2024-07-31 00:23:47 +00:00
parent ee6c5afec3
commit 10323e2cca
3 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2024-07-30 Lingling Kong <lingling.kong@intel.com>
PR target/115978
* config/i386/driver-i386.cc (host_detect_local_cpu): Enable
APX_F only for 64-bit codegen.
* config/i386/i386-options.cc (DEF_PTA): Skip PTA_APX_F if
not in 64-bit mode.
2024-07-29 Richard Biener <rguenther@suse.de>
Backported from master:

View file

@ -1 +1 @@
20240730
20240731

View file

@ -1,3 +1,9 @@
2024-07-30 Lingling Kong <lingling.kong@intel.com>
PR target/115978
* gcc.target/i386/pr115978-1.c: New test.
* gcc.target/i386/pr115978-2.c: Ditto.
2024-07-29 Marek Polacek <polacek@redhat.com>
Backported from master: