Home
last modified time | relevance | path

Searched refs:gfc_arith_error (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darith.c90 gfc_arith_error (arith code) in gfc_arith_error() function
555 gfc_warning (OPT_Wunderflow, gfc_arith_error (val), &x->where); in check_result()
561 gfc_warning (0, gfc_arith_error (val), &x->where); in check_result()
1622 gfc_error (gfc_arith_error (rc), &op1->where); in eval_intrinsic()
2005 gfc_warning (0, gfc_arith_error (rc), &src->where); in gfc_int2int()
2162 gfc_warning (OPT_Woverflow, gfc_arith_error (rc), &src->where); in gfc_real2real()
2221 gfc_warning (OPT_Woverflow, gfc_arith_error (rc), &src->where); in gfc_real2complex()
2335 gfc_warning (OPT_Woverflow, gfc_arith_error (rc), &src->where); in gfc_complex2real()
2402 gfc_warning (OPT_Woverflow, gfc_arith_error (rc), &src->where); in gfc_complex2complex()
2417 gfc_warning (OPT_Woverflow, gfc_arith_error (rc), &src->where); in gfc_complex2complex()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darith.cc90 gfc_arith_error (arith code) in gfc_arith_error() function
554 gfc_warning (OPT_Wunderflow, gfc_arith_error (val), &x->where); in check_result()
560 gfc_warning (0, gfc_arith_error (val), &x->where); in check_result()
1669 gfc_error (gfc_arith_error (rc), &op1->where); in eval_intrinsic()
2055 gfc_warning (0, gfc_arith_error (rc), &src->where); in gfc_int2int()
2212 gfc_warning (OPT_Woverflow, gfc_arith_error (rc), &src->where); in gfc_real2real()
2271 gfc_warning (OPT_Woverflow, gfc_arith_error (rc), &src->where); in gfc_real2complex()
2385 gfc_warning (OPT_Woverflow, gfc_arith_error (rc), &src->where); in gfc_complex2real()
2452 gfc_warning (OPT_Woverflow, gfc_arith_error (rc), &src->where); in gfc_complex2complex()
2467 gfc_warning (OPT_Woverflow, gfc_arith_error (rc), &src->where); in gfc_complex2complex()
H A DChangeLog-20051080 * arith.c (gfc_arith_error): Change message to include locus.
1083 the new gfc_arith_error.
1451 * arith.c (gfc_arith_error): Add translation support for error
3074 * arith.c (gfc_arith_error): Remove handling of ARITH_0TO0.
H A DChangeLog-20201363 * arith.c (gfc_arith_error): Enclose strings in G_() instead
H A DChangeLog-2018649 * arith.h (gfc_arith_error): Issue error for ARITH_WRONGCONCAT.