@@ -853,7 +853,6 @@ gfc_conv_intrinsic_lib_function (gfc_se * se, gfc_expr * expr)
853853
854854 if (m -> id == GFC_ISYM_NONE )
855855 {
856- printf ("Id %d none %d\n" ,id ,GFC_ISYM_NONE );
857856 gfc_internal_error ("Intrinsic function %qs (%d) not recognized" ,
858857 expr -> value .function .name , id );
859858 }
@@ -1852,7 +1851,7 @@ conv_caf_send (gfc_code *code) {
18521851 gfc_se lhs_se , rhs_se ;
18531852 stmtblock_t block ;
18541853 tree caf_decl , token , offset , image_index , tmp , lhs_kind , rhs_kind ;
1855- tree may_require_tmp , src_stat , dst_stat , dst_team , src_team ;
1854+ tree may_require_tmp , src_stat , dst_stat , dst_team ;
18561855 tree lhs_type = NULL_TREE ;
18571856 tree vec = null_pointer_node , rhs_vec = null_pointer_node ;
18581857 symbol_attribute lhs_caf_attr , rhs_caf_attr ;
@@ -1868,7 +1867,7 @@ conv_caf_send (gfc_code *code) {
18681867 lhs_caf_attr = gfc_caf_attr (lhs_expr );
18691868 rhs_caf_attr = gfc_caf_attr (rhs_expr );
18701869 src_stat = dst_stat = null_pointer_node ;
1871- src_team = dst_team = null_pointer_node ;
1870+ dst_team = null_pointer_node ;
18721871
18731872 /* LHS. */
18741873 gfc_init_se (& lhs_se , NULL );
0 commit comments