public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/114671] New: [RISC-V] -fvar-tracking -gas-locview-support -ggdb emits a non-constant .uleb128
@ 2024-04-10  2:11 patrick at rivosinc dot com
  0 siblings, 0 replies; only message in thread
From: patrick at rivosinc dot com @ 2024-04-10  2:11 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114671
           Summary: [RISC-V] -fvar-tracking -gas-locview-support -ggdb
                    emits a non-constant .uleb128
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: patrick at rivosinc dot com
  Target Milestone: ---

Testcase:
int main() { int a = 0; }

Backtrace:
> /scratch/tc-testing/tc-apr-9/build-rv64gcv/bin/riscv64-unknown-linux-gnu-gcc -fvar-tracking -gas-locview-support -ggdb red.c -o red.out
/scratch/tmp/ccEGxw5q.s: Assembler messages:
/scratch/tmp/ccEGxw5q.s:174: Error: .uleb128 only supports constant or subtract
expressions
/scratch/tmp/ccEGxw5q.s:175: Error: .uleb128 only supports constant or subtract
expressions

Godbolt: https://godbolt.org/z/Pao7459f3

I'm not sure if this is the intended behavior of these flags since
-gas-locview-support tells the compiler that gas has support for "view
assignment and reset assertion checking in .loc directives". AFAICT risc-v GAS
doesn't have support for this.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-10  2:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-10  2:11 [Bug target/114671] New: [RISC-V] -fvar-tracking -gas-locview-support -ggdb emits a non-constant .uleb128 patrick at rivosinc dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).