#214: Stack overflow when compiler macro with fallback is triggered -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: closed Priority: minor | Milestone: 1.1.0 Component: compiler | Version: 1.0.1 Resolution: fixed | Keywords: -----------------------+---------------------------------------------------- Changes (by ehuelsmann):
* status: accepted => closed * resolution: => fixed
Comment:
(In [14075]) Fix #214: NOTINLINE declaration in expansion of compiler macro is ignored.
Note: The truth be told, but all optimization declarations (inline/ notinnline) were ignored in pass1, except in some rare cases.