@@ -2634,7 +2634,6 @@ trans_num_images (gfc_se * se, gfc_expr *expr)
26342634 }
26352635 else
26362636 failed = build_int_cst (integer_type_node , -1 );
2637- // ARTLESS: how to return?
26382637 tmp = build_call_expr_loc (input_location , gfor_fndecl_caf_num_images , 2 ,
26392638 distance , failed );
26402639 se -> expr = fold_convert (gfc_get_int_type (gfc_default_integer_kind ), tmp );
@@ -3051,7 +3050,6 @@ conv_intrinsic_stride (gfc_se * se, gfc_expr * expr)
30513050 se -> expr = gfc_conv_descriptor_stride_get (desc , tmp );
30523051}
30533052
3054- // artless look at
30553053static void
30563054gfc_conv_intrinsic_abs (gfc_se * se , gfc_expr * expr )
30573055{
@@ -6150,7 +6148,6 @@ conv_generic_with_optional_char_arg (gfc_se* se, gfc_expr* expr,
61506148 gfc_free_symbol (sym );
61516149}
61526150
6153- // ARTLESS: THIS SEEMS LIKE A GOOD EXAMPLE
61546151/* The length of a character string. */
61556152static void
61566153gfc_conv_intrinsic_len (gfc_se * se , gfc_expr * expr )
@@ -9237,7 +9234,6 @@ gfc_conv_intrinsic_function (gfc_se * se, gfc_expr * expr)
92379234 gfc_conv_intrinsic_arith (se , expr , PLUS_EXPR , false);
92389235 break ;
92399236
9240- // ARTLESS: look at image_status
92419237 case GFC_ISYM_TEAM_NUMBER :
92429238 conv_intrinsic_team_number (se , expr );
92439239 break ;
0 commit comments