]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/class.cc
Use gfc_add_*_component defines where appropriate
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sun, 19 Jun 2016 10:38:16 +0000 (12:38 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sun, 19 Jun 2016 10:38:16 +0000 (12:38 +0200)
commitd42844f1fadda7cb8bf37a104d57f4f0e0302a1f
treeb40b06f72522e2e295cc3d3c5b40fbc5c2e9f312
parent323524d939e45afe9b9e209f6e860980f3bad9d0
Use gfc_add_*_component defines where appropriate

A couple of places used gfc_add_component_ref(expr, "string") instead of
the defines from gfortran.h

From-SVN: r237580
gcc/fortran/ChangeLog
gcc/fortran/class.c
gcc/fortran/trans-intrinsic.c
gcc/fortran/trans.c