From 0379cdbe8f29230c20e9ccd3124da75469eaf38e Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 28 Jan 2023 20:10:52 +0100 Subject: testsuite/gna: adjust reproducer of #610 --- testsuite/gna/issue610/repro2.vhdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/gna/issue610/repro2.vhdl b/testsuite/gna/issue610/repro2.vhdl index 1473eeb76..a36d5de2d 100644 --- a/testsuite/gna/issue610/repro2.vhdl +++ b/testsuite/gna/issue610/repro2.vhdl @@ -5,7 +5,7 @@ end repro2; architecture behav of repro2 is begin process - variable v : string (0 to l); + variable v : string (1 to l); alias a : string is v; begin v := (others => ' '); -- cgit v1.2.3