On Sun, Jul 15, 2018 at 5:36 AM, Andrew Haley <aph@xxxxxxxxxx> wrote: > On 07/14/2018 10:48 AM, Jeffrey Walton wrote: >> We just cleared a similar problem with GCC 5.4. We experienced >> "multiply defined symbols" on i686 for some code using inline assembly >> and a label. > > Inline assembly should use local labels. Thanks. We tried that too by adding '%=' to the label for GCC. Then the program failed to link. Jeff