summaryrefslogtreecommitdiff
path: root/testsuite/gna/bug22868/NOTES
diff options
context:
space:
mode:
authorTristan Gingold2014-10-29 20:36:02 +0100
committerTristan Gingold2014-10-29 20:36:02 +0100
commit236a876a8448b89061bb71869c36a68aea0199c3 (patch)
tree36f03ad7f2b9a5eec72f3c635f90228f84696cbd /testsuite/gna/bug22868/NOTES
parente00d31baa0e7190b959cfb03df03b260e402da05 (diff)
downloadghdl-236a876a8448b89061bb71869c36a68aea0199c3.tar.gz
ghdl-236a876a8448b89061bb71869c36a68aea0199c3.tar.bz2
ghdl-236a876a8448b89061bb71869c36a68aea0199c3.zip
Add testcase for bug 22868.
Diffstat (limited to 'testsuite/gna/bug22868/NOTES')
-rw-r--r--testsuite/gna/bug22868/NOTES9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/gna/bug22868/NOTES b/testsuite/gna/bug22868/NOTES
new file mode 100644
index 0000000..bef1471
--- /dev/null
+++ b/testsuite/gna/bug22868/NOTES
@@ -0,0 +1,9 @@
+I think these are the most stripped down examples I could figure out,
+and the gist of it seems to be that it has to do with splitting the
+right hand side of a port map by amounts that are not known at
+elaboration time...or something like that. In fails2.vhdl the
+variable isn't declared anywhere, but it still crashes with the
+bug notice, rather than just failing with an error message.
+
+works.vhdl is provided for contrast, i.e. generics are used
+except for the specific line that would cause it to crash.