Fix small coding style issues (PR fortran/87394).
authorMartin Liska <mliska@suse.cz>
Tue, 25 Sep 2018 07:13:59 +0000 (09:13 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 25 Sep 2018 07:13:59 +0000 (07:13 +0000)
2018-09-25  Martin Liska  <mliska@suse.cz>

PR fortran/87394
* dbgcnt.c (dbg_cnt_process_single_pair): Return false
instead of NULL.
* dumpfile.c (dump_enable_all): Remove extra parenthesis.
* gcov-tool.c: Declare the function with ATTRIBUTE_NORETURN.
* godump.c (go_format_type): Remove extra parenthesis.
2018-09-25  Martin Liska  <mliska@suse.cz>

PR fortran/87394
* decl.c (add_hidden_procptr_result): Simplify condition
as we are in branch witch 'case1 || case2'.

From-SVN: r264562

gcc/ChangeLog
gcc/dbgcnt.c
gcc/dumpfile.c
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/gcov-tool.c
gcc/godump.c

index f5dcd16a1d4893eb70916a10a44b081314d5c537..e5891f6b7c181cd9c37800ac9be70f7e441d8a94 100644 (file)
@@ -1,3 +1,12 @@
+2018-09-25  Martin Liska  <mliska@suse.cz>
+
+       PR fortran/87394
+       * dbgcnt.c (dbg_cnt_process_single_pair): Return false
+       instead of NULL.
+       * dumpfile.c (dump_enable_all): Remove extra parenthesis.
+       * gcov-tool.c: Declare the function with ATTRIBUTE_NORETURN.
+       * godump.c (go_format_type): Remove extra parenthesis.
+
 2018-09-25  Martin Liska  <mliska@suse.cz>
 
        * alias.c (set_dest_equal_p): Remove unused function.
index ddb0e8e76d9b429ab08aa04640133aa09fa081fb..1eea65889a8cb5f3e2a104463819a8912ddf0616 100644 (file)
@@ -138,7 +138,7 @@ dbg_cnt_process_single_pair (const char *arg)
   int high, low;
 
   if (value1 == NULL)
-    return NULL;
+    return false;
 
   if (value2 == NULL)
     {
index 5655e460a5ab4b47d3bada18efd26b4b2834586b..b4faeaa45ff301aaee7bb18ceb7973945ae0c19b 100644 (file)
@@ -1511,7 +1511,7 @@ dump_enable_all (dump_kind dkind, dump_flags_t flags, const char *filename)
 
   for (i = TDI_none + 1; i < (size_t) TDI_end; i++)
     {
-      if ((dump_files[i].dkind == dkind))
+      if (dump_files[i].dkind == dkind)
         {
           const char *old_filename = dump_files[i].pfilename;
           dump_files[i].pstate = -1;
@@ -1532,7 +1532,7 @@ dump_enable_all (dump_kind dkind, dump_flags_t flags, const char *filename)
 
   for (i = 0; i < m_extra_dump_files_in_use; i++)
     {
-      if ((m_extra_dump_files[i].dkind == dkind))
+      if (m_extra_dump_files[i].dkind == dkind)
         {
           const char *old_filename = m_extra_dump_files[i].pfilename;
           m_extra_dump_files[i].pstate = -1;
index 7e1546f93fe71956b3b0f0aedd7e99f964a22c67..86d0a3ee9697a9bc01aff406041dbce053c12375 100644 (file)
@@ -1,3 +1,9 @@
+2018-09-25  Martin Liska  <mliska@suse.cz>
+
+       PR fortran/87394
+       * decl.c (add_hidden_procptr_result): Simplify condition
+       as we are in branch witch 'case1 || case2'.
+
 2018-09-25  Martin Liska  <mliska@suse.cz>
 
        * trans.c (remove_suffix): Remove
index 91a1f34d7f1dd6b1f343a70ca52d5d108780de41..7f79811d1529c4e720b9847fc811e3c2d54349e5 100644 (file)
@@ -6463,7 +6463,7 @@ add_hidden_procptr_result (gfc_symbol *sym)
       gfc_symtree *stree;
       if (case1)
        gfc_get_sym_tree ("ppr@", gfc_current_ns, &stree, false);
-      else if (case2)
+      else
        {
          gfc_symtree *st2;
          gfc_get_sym_tree ("ppr@", gfc_current_ns->parent, &stree, false);
index 88539f9647f143fedf6e34e27a3bde6c1506b8d2..173ed5e5af2453109fb0b98f6551b0d39a294d75 100644 (file)
@@ -438,7 +438,7 @@ static const struct option overlap_options[] =
 
 /* Print overlap usage and exit.  */
 
-static void
+static void ATTRIBUTE_NORETURN
 overlap_usage (void)
 {
   fnotice (stderr, "Overlap subcomand usage:");
index 88e1a7782f1d5d9972002f13dc2978892ec28777..baf21e27eecf4c8d465ae51346238f973da015a8 100644 (file)
@@ -961,7 +961,7 @@ go_format_type (struct godump_container *container, tree type,
                   unions.  */
                if (!is_anon_substructure)
                  {
-                   if ((DECL_NAME (field) == NULL))
+                   if (DECL_NAME (field) == NULL)
                      *p_art_i = go_append_artificial_name (ob, *p_art_i);
                    else
                      go_append_decl_name