This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32909] New: Replace gfc_c_int_type_node with integer_type_node
- From: "jb at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jul 2007 21:52:21 -0000
- Subject: [Bug fortran/32909] New: Replace gfc_c_int_type_node with integer_type_node
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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