| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
| |
A subtype definition does not mean anymore that the subtype is constrained.
It is now defined by the subtype indication of the name.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix for ghdl/docker#29
|
|
|
|
| |
Fix #1385
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Copy bounds from the object.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Improve error message in case of (integer) index not in bounds.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
When the expression is an aggregate of the form (others => X), do not use
intermediate variables.
|
|
|
|
| |
This simplifies the definition of --std=93c
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
So that stack2 is released if needed.
|
|
|
|
|
| |
Be sure the stack2 is released if used in the condition of a control statement,
as the statement may no execute the normal release of stack2.
|