1! { dg-do compile } 2! PR fortran/84734 3 integer :: b(huge(1_8)+1_8) = 0 ! { dg-error "Arithmetic overflow" } 4 end 5