Home
last modified time | relevance | path

Searched refs:common_segment (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-common.c1160 segment_info *common_segment; in translate_common() local
1166 common_segment = NULL; in translate_common()
1175 current_segment = common_segment; in translate_common()
1239 common_segment = add_segments (common_segment, current_segment); in translate_common()
1246 if (common_segment == NULL) in translate_common()
1253 if (common_segment->offset != 0 && warn_align_commons) in translate_common()
1259 common->name, &common->where, (int)common_segment->offset); in translate_common()
1264 &common->where, (int)common_segment->offset); in translate_common()
1267 create_common (common, common_segment, saw_equiv); in translate_common()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-common.cc1189 segment_info *common_segment; in translate_common() local
1195 common_segment = NULL; in translate_common()
1204 current_segment = common_segment; in translate_common()
1268 common_segment = add_segments (common_segment, current_segment); in translate_common()
1275 if (common_segment == NULL) in translate_common()
1282 if (common_segment->offset != 0 && warn_align_commons) in translate_common()
1288 common->name, &common->where, (int)common_segment->offset); in translate_common()
1293 &common->where, (int)common_segment->offset); in translate_common()
1296 create_common (common, common_segment, saw_equiv); in translate_common()
H A DChangeLog-20052787 common_segment->offset to type int for warning message.
H A DChangeLog-20061986 * trans-common.c (translate_common): If common_segment is NULL