https://sourceware.org/bugzilla/show_bug.cgi?id=16685

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
            Version|unspecified                 |2.31
         Resolution|---                         |DUPLICATE
   Target Milestone|---                         |2.31

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed for 2.31:

[hjl@gnu-tools-1 tmp]$ cat x.c
const char main[] = "1\300\303";
[hjl@gnu-tools-1 tmp]$ gcc x.c
[hjl@gnu-tools-1 tmp]$ ./a.out 
Segmentation fault
[hjl@gnu-tools-1 tmp]$ gcc x.c -Wl,-z,noseparate-code
[hjl@gnu-tools-1 tmp]$ ./a.out 
[hjl@gnu-tools-1 tmp]$

*** This bug has been marked as a duplicate of bug 22393 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to