re PR fortran/55868 (gfortran generates for CLASS(*) __m_MOD___vtab__$tar on NO_DOL...
authorPaul Thomas <pault@gcc.gnu.org>
Sat, 12 Jan 2013 12:52:41 +0000 (12:52 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sat, 12 Jan 2013 12:52:41 +0000 (12:52 +0000)
commitf5acf0f24b8d53cb754c4ece3b5b54cbd4abb461
treef5b055e68f9a182564e6b0204f6542edd95fc27c
parent90229b5d002782a34431d2821f10ca97573559c2
re PR fortran/55868 (gfortran generates for CLASS(*)   __m_MOD___vtab__$tar on NO_DOLLAR_IN_LABEL systems)

2013-01-08  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/55868
* class.c (get_unique_type_string): Change $tar to STAR and
replace sprintf by strcpy where there is no formatting.
* decl.c (gfc_match_decl_type_spec): Change $tar to STAR.

2013-01-08  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/55868
* gfortran.dg/unlimited_polymorphic_8.f90: Update
scan-tree-dump-times for foo.0.x._vptr to deal with change from
$tar to STAR.

From-SVN: r195124
gcc/fortran/ChangeLog
gcc/fortran/class.c
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/unlimited_polymorphic_8.f90