summaryrefslogtreecommitdiff
path: root/test/files/run/t5272_2.flags
Commit message (Collapse)AuthorAgeFilesLines
* remove -Xoldpatmat where test no longer needs itAdriaan Moors2012-05-021-1/+0
|
* don't emit tiny switches: optimizer chokes on themAdriaan Moors2012-04-141-0/+1
workaround for inliner bug in run/t3835 see SI-5672 for the optimizer bug tiny switches (2 cases or less) don't make sense anyway, so this is not a big deal the annotDepMethType.flags contained -Xexperimental, which causes Any* to be considered as a valid return type, before we weren't exposed to this, because the product methods used (tiny) switches; with this change, they went back to pattern matches in any case, the -Xexperimental was intended to turn on dependent method types, not Any* as valid type (I can only assume), and they are now on by default the other tests were affected by our refusal to emit tiny switches