-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathExceptionHandlingFeaturesOfFenvhUsed.expected
16 lines (16 loc) · 1.31 KB
/
ExceptionHandlingFeaturesOfFenvhUsed.expected
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| test.c:2:1:2:17 | #include <fenv.h> | Include of banned header 'fenv.h'. |
| test.c:6:11:6:23 | call to feclearexcept | Call to banned function 'feclearexcept'. |
| test.c:6:25:6:34 | FE_INVALID | Expansion of banned macro 'FE_INVALID'. |
| test.c:8:3:8:17 | call to fegetexceptflag | Call to banned function 'fegetexceptflag'. |
| test.c:8:24:8:36 | FE_ALL_EXCEPT | Expansion of banned macro 'FE_ALL_EXCEPT'. |
| test.c:9:3:9:15 | call to feraiseexcept | Call to banned function 'feraiseexcept'. |
| test.c:9:17:9:28 | FE_DIVBYZERO | Expansion of banned macro 'FE_DIVBYZERO'. |
| test.c:10:3:10:15 | call to feraiseexcept | Call to banned function 'feraiseexcept'. |
| test.c:10:17:10:27 | FE_OVERFLOW | Expansion of banned macro 'FE_OVERFLOW'. |
| test.c:11:3:11:17 | call to fesetexceptflag | Call to banned function 'fesetexceptflag'. |
| test.c:11:24:11:36 | FE_ALL_EXCEPT | Expansion of banned macro 'FE_ALL_EXCEPT'. |
| test.c:12:3:12:14 | call to fetestexcept | Call to banned function 'fetestexcept'. |
| test.c:12:16:12:27 | FE_UNDERFLOW | Expansion of banned macro 'FE_UNDERFLOW'. |
| test.c:15:3:15:10 | call to fesetenv | Call to banned function 'fesetenv'. |
| test.c:16:3:16:13 | call to feupdateenv | Call to banned function 'feupdateenv'. |
| test.c:17:3:17:12 | call to fesetround | Call to banned function 'fesetround'. |