From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A0BF33839819; Wed, 30 Mar 2022 21:52:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A0BF33839819 From: "mark4th at gmail dot com" To: glibc-bugs-regex@sourceware.org Subject: [Bug regex/23393] Handle [a-z] and [A-Z] in consistent portable fashion regardless of locale. Date: Wed, 30 Mar 2022 21:52:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: regex X-Bugzilla-Version: 2.28 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark4th at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: carlos at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: glibc-bugs-regex@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs-regex mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2022 21:52:22 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D23393 Mark Manning changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark4th at gmail dot com --- Comment #42 from Mark Manning --- .macro VOCAB name, cfa, thread .header "\name", \cfa \cfa: nop jal x25, do_voc .quad \thread .fill 63, 8, 0 .quad vlink .set vlink, \cfa .endm the above macro is failing for the same reason the .header macro was failing but while there was a work around for the .header macro the same work around does not work here for some reason that is utterly beyond my understanding. vocabs.s:123: Error: redefined symbol cannot be used on reloc line 123 invokes the above macro and that is failing on the .set vlink, \cf= a.=20=20 this is "it just works (tm)" in every other version of the gnu assembler I = have ever used and this literally kills my project dead in the water.=20=20 Why does the riscv assembler not allow this? it is a horrendous/fatal inconsistency! --=20 You are receiving this mail because: You are on the CC list for the bug.=