https://sourceware.org/bugzilla/show_bug.cgi?id=14891
Fangrui Song <i at maskray dot me> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |i at maskray dot me --- Comment #2 from Fangrui Song <i at maskray dot me> --- A simpler reproduce for the ELF test case. % cat a.s foo: .section foo % as a.s # no diagnostic % cat b.s .section foo foo: % as b.s b.s: Assembler messages: b.s:2: Error: symbol `foo' is already defined There should be an error in both cases. -- You are receiving this mail because: You are on the CC list for the bug.