Daily bump.

This commit is contained in:
GCC Administrator 2021-12-25 00:16:18 +00:00
parent 8f921393e3
commit ffb5418fb7
3 changed files with 45 additions and 1 deletions

View file

@ -1,3 +1,32 @@
2021-12-24 Uroš Bizjak <ubizjak@gmail.com>
PR target/95046
PR target/103797
* config/i386/mmx.md (divv2sf3): New instruction pattern.
2021-12-24 Iain Sandoe <iain@sandoe.co.uk>
* config/darwin.c (darwin_override_options): Make a comment
more inclusive.
2021-12-24 Iain Sandoe <iain@sandoe.co.uk>
* config.gcc: Emit L2_MAX_OFILE_ALIGNMENT with suitable
values for the host.
* config/darwin.c (darwin_emit_common): Error for alignment
values > 32768.
* config/darwin.h (MAX_OFILE_ALIGNMENT): Rework to use the
configured L2_MAX_OFILE_ALIGNMENT.
2021-12-24 Iain Sandoe <iain@sandoe.co.uk>
* config/darwin.c (darwin_override_options): When checking for the
flag-reorder-and-partition case, also check that it is set on.
2021-12-24 Iain Sandoe <iain@sandoe.co.uk>
* config/darwin.h (OBJECT_FORMAT_MACHO): New.
2021-12-23 Roger Sayle <roger@nextmovesoftware.com>
Uroš Bizjak <ubizjak@gmail.com>

View file

@ -1 +1 @@
20211224
20211225

View file

@ -1,3 +1,18 @@
2021-12-24 Uroš Bizjak <ubizjak@gmail.com>
PR target/95046
PR target/103797
* gcc.target/i386/pr95046-1.c (test_div): Add.
(dg-options): Add -mno-recip.
2021-12-24 Iain Sandoe <iain@sandoe.co.uk>
* gcc.dg/darwin-aligned-globals.c: New test.
* gcc.dg/darwin-comm-1.c: New test.
* gcc.dg/attr-aligned.c: Amend for new alignment values on
Darwin.
* gcc.target/i386/pr89261.c: Likewise.
2021-12-23 H.J. Lu <hjl.tools@gmail.com>
* gcc.target/i386/smuldi3_highpart.c: Replace long with long long.