summaryrefslogtreecommitdiff
path: root/testsuite/gna/bug22868/NOTES
diff options
context:
space:
mode:
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.