public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, libgfortran, committed] Make GFORTRAN_9 symbol node depend on GFORTRAN_8
@ 2019-01-07  6:43 Janne Blomqvist
  0 siblings, 0 replies; only message in thread
From: Janne Blomqvist @ 2019-01-07  6:43 UTC (permalink / raw)
  To: Fortran List, GCC Patches

At some point when the GFORTRAN_9 node was added it was forgotten to
make it depend on GFORTRAN_8. This patch fixes this.

Committed as obvious.

Index: ChangeLog
===================================================================
--- ChangeLog   (revision 267620)
+++ ChangeLog   (working copy)
@@ -1,3 +1,8 @@
+2019-01-07  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * gfortran.map (GFORTRAN_9): Make GFORTRAN_9 node depend on
+       GFORTRAN_8.
+
 2019-01-01  Jakub Jelinek  <jakub@redhat.com>

        Update copyright years.
Index: gfortran.map
===================================================================
--- gfortran.map        (revision 267620)
+++ gfortran.map        (working copy)
@@ -1578,4 +1578,4 @@ GFORTRAN_9 {
   __ieee_arithmetic_MOD_ieee_support_subnormal_4;
   __ieee_arithmetic_MOD_ieee_support_subnormal_8;
   __ieee_arithmetic_MOD_ieee_support_subnormal_noarg;
-};
+} GFORTRAN_8;


-- 
Janne Blomqvist

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-07  6:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-07  6:43 [PATCH, libgfortran, committed] Make GFORTRAN_9 symbol node depend on GFORTRAN_8 Janne Blomqvist

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).