]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 24 Aug 2020 00:16:20 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 24 Aug 2020 00:16:20 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 2323d79c4398c9100097e0511bf438519ef411c3..f7d6b04fe9d1c5e553021e18de3e5b9db7c7e6de 100644 (file)
@@ -1,3 +1,16 @@
+2020-08-23  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/96744
+       * config/i386/i386-options.c (IX86_ATTR_IX86_YES): New.
+       (IX86_ATTR_IX86_NO): Likewise.
+       (ix86_opt_type): Add ix86_opt_ix86_yes and ix86_opt_ix86_no.
+       (ix86_valid_target_attribute_inner_p): Handle general-regs-only,
+       ix86_opt_ix86_yes and ix86_opt_ix86_no.
+       (ix86_option_override_internal): Check opts->x_ix86_target_flags
+       instead of opts->x_ix86_target_flags.
+       * doc/extend.texi: Document target("general-regs-only") function
+       attribute.
+
 2020-08-21  Richard Sandiford  <richard.sandiford@arm.com>
 
        * doc/extend.texi: Update links to Arm docs.
index eec05c433b936273441333f8ee2e3eb99f5d8c67..d0461daaefd050c9ddae60ed3f272538faa73d48 100644 (file)
@@ -1 +1 @@
-20200823
+20200824
index b43e91eb66e868bc498692eabee37f3eea010a34..783ac7102eb076b7bcc882162d83ce33b2ac3d8c 100644 (file)
@@ -1,3 +1,10 @@
+2020-08-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/96737
+       * trans-types.c (gfc_get_derived_type): Derived types that are
+       used in submodules are not compatible with TYPE_CANONICAL from
+       any of the global namespaces.
+
 2020-08-20  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/96100
index 600d5ba2b65feac2b918c3ca365a3cd3f0ffc279..1ee74bd8eb4b20a7b1cfbff817d9b1652f8a49bd 100644 (file)
@@ -1,3 +1,33 @@
+2020-08-23  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/96744
+       * gcc.target/i386/pr96744-1.c: New test.
+       * gcc.target/i386/pr96744-2.c: Likewise.
+       * gcc.target/i386/pr96744-3a.c: Likewise.
+       * gcc.target/i386/pr96744-3b.c: Likewise.
+       * gcc.target/i386/pr96744-4.c: Likewise.
+       * gcc.target/i386/pr96744-5.c: Likewise.
+       * gcc.target/i386/pr96744-6.c: Likewise.
+       * gcc.target/i386/pr96744-7.c: Likewise.
+       * gcc.target/i386/pr96744-8a.c: Likewise.
+       * gcc.target/i386/pr96744-8b.c: Likewise.
+       * gcc.target/i386/pr96744-9.c: Likewise.
+
+2020-08-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/92785
+       * gfortran.dg/unlimited_polymorphic_31.f03: Change to stop 1.
+
+2020-08-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/96737
+       * gfortran.dg/pr96737.f90: Add option -g.
+
+2020-08-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/96737
+       * gfortran.dg/pr96737.f90: New test.
+
 2020-08-22  David Malcolm  <dmalcolm@redhat.com>
 
        PR analyzer/94851
This page took 0.125491 seconds and 5 git commands to generate.