Hacker News new | ask | show | jobs
by gpderetta 178 days ago
I think Fortran function arguments are assumed not to alias. I'm not sure if it matches C restrict semantics though.
1 comments

Yeah, that's why I was wondering whether GCC might have shaken out its aliasing bugs. Sibling seems to recall otherwise, though.