aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Ille <ondrej.ille@gmail.com>2021-04-05 18:59:21 +0200
committertgingold <tgingold@users.noreply.github.com>2021-04-05 20:10:44 +0200
commit68a7f85cdfe59115710ccd07358509c6163c78f0 (patch)
treee24f0c4ac94434bee027473dca5e591ce7d71e0a
parent27988b0bee76dffb1d7affe49fea0cb0f45431f3 (diff)
downloadghdl-68a7f85cdfe59115710ccd07358509c6163c78f0.tar.gz
ghdl-68a7f85cdfe59115710ccd07358509c6163c78f0.tar.bz2
ghdl-68a7f85cdfe59115710ccd07358509c6163c78f0.zip
testsuite: Adjust regression for caret-diagnostics on by default.
-rw-r--r--testsuite/gna/bug0101/repro1.ref2
-rw-r--r--testsuite/gna/bug063/dff.expected8
-rw-r--r--testsuite/gna/issue719/tb.ref4
3 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/gna/bug0101/repro1.ref b/testsuite/gna/bug0101/repro1.ref
index 1c5cbc8cf..96e339951 100644
--- a/testsuite/gna/bug0101/repro1.ref
+++ b/testsuite/gna/bug0101/repro1.ref
@@ -1 +1,3 @@
repro1.vhdl:7:16: no declaration for "sig1"
+ g : for i in sig1'range generate
+ ^
diff --git a/testsuite/gna/bug063/dff.expected b/testsuite/gna/bug063/dff.expected
index 3e8fb698b..fe714cff7 100644
--- a/testsuite/gna/bug063/dff.expected
+++ b/testsuite/gna/bug063/dff.expected
@@ -1,4 +1,12 @@
dff.vhdl:10:25: invalid use of UTF8 character for '
+ if (CLEAR = ‘1’) then
+ ^
dff.vhdl:11:23: invalid use of UTF8 character for '
+ Q <= ‘0’;
+ ^
dff.vhdl:12:23: invalid use of UTF8 character for '
+ elsif (CLK’event and CLK = ‘1’) then
+ ^
dff.vhdl:12:42: invalid use of UTF8 character for '
+ elsif (CLK’event and CLK = ‘1’) then
+ ^
diff --git a/testsuite/gna/issue719/tb.ref b/testsuite/gna/issue719/tb.ref
index 22f2ec691..a2eb1ec38 100644
--- a/testsuite/gna/issue719/tb.ref
+++ b/testsuite/gna/issue719/tb.ref
@@ -1,2 +1,6 @@
tb.vhdl:23:14:warning: declaration of "din" hides signal "din" [-Whide]
+ variable din : in std_logic;
+ ^
tb.vhdl:24:14:warning: declaration of "dout" hides port "dout" [-Whide]
+ variable dout : out std_logic
+ ^