The frontend creates a tree gfc_c_int_type_node in multiple places, to represent integers the same size as C int. This is unnecessary, as the same thing is found in the tree integer_type_node defined by the middle-end.
Assigning this to myself. -- Summary: Replace gfc_c_int_type_node with integer_type_node Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: jb at gcc dot gnu dot org ReportedBy: jb at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32909