https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94134

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2020-03-11
     Ever confirmed|0                           |1
           Assignee|unassigned at gcc dot gnu.org      |jakub at gcc dot gnu.org
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 48020
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48020&action=edit
gcc10-pr94134.patch

Untested fix.  I have no way to actually test it though.
The changes in the emitted assembly on the testcase in the patch are:
@@ -1,8 +1,7 @@
         .text
+        .data
         .even
-
 _a:     .=.+ 02
-        .data
         .even
 _b:
         .word   01

Reply via email to