File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Fortran/gfortran/regression Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 180
180
" scalar_mask_2.f90 " :
181
181
disabled_on : ["powerpc-*-aix"]
182
182
183
+ # libm's routine lround returns incorrect values on AIX
184
+ " nint_2.f90 " :
185
+ disabled_on : ["powerpc-*-aix"]
186
+
183
187
# ------------------------ PERMANENTLY OVERRIDDEN TESTS ------------------------
184
188
185
189
# namelist_print_2.f and print_fmt_2.f90 use ```print <namelist name>```. This
Original file line number Diff line number Diff line change @@ -5450,7 +5450,7 @@ run;newunit_1.f90;;;;
5450
5450
run;newunit_3.f90;;;;
5451
5451
run;newunit_5.f90;;;;
5452
5452
run;nint_1.f90;;;;
5453
- run;nint_2.f90;;;;
5453
+ run;nint_2.f90;;;;powerpc-.+-aix
5454
5454
run;no-automatic.f90;;-fno-automatic;;
5455
5455
run;no_arg_check_2a.f90;;;;
5456
5456
run;no_range_check_1.f90;;-fno-range-check -O0;;
You can’t perform that action at this time.
0 commit comments