Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 22 Mar 2021 00:16:20 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 22 Mar 2021 00:16:20 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP

index a908f07..e89ee1b 100644 (file)
@@ -1,3 +1,11 @@
+2021-03-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/99388
+       * dwarf2out.c (insert_float): Change return type from void to
+       unsigned, handle GET_MODE_SIZE (mode) == 2 and return element size.
+       (mem_loc_descriptor, loc_descriptor, add_const_value_attribute):
+       Adjust callers.
+
 2021-03-20  H.J. Lu  <hjl.tools@gmail.com>
 
        PR target/99679
index 168782f..e5e2f23 100644 (file)
@@ -1 +1 @@
-20210321
+20210322