> Le 18 sept. 2018 à 20:02, Akim Demaille <[email protected]> a écrit : > > ICC sees that `longjmp(buf, 1);` does not return, it sees that > `abort();` does not either, but fails to see it for > `longjmp(buf, 1); abort();` This should have read but fails to see it for `longjmp(buf, 1), abort();` with a comma, not a semicolon :(
- glr.c: work around ICC limitations Akim Demaille
- Re: glr.c: work around ICC limitations Akim Demaille
