summaryrefslogtreecommitdiffstats
path: root/tests/gnu/not_comma.out
Commit message (Collapse)AuthorAgeFilesLines
* opt: Fix an invalid assertion in sink_not_comma()Tavian Barnes12 days1-0/+34
When optimizing -not \( -a , -b \), the child is a comma expression, not the parent. Fixes: 4a36bb9 ("expr: Make expressions variadic")