https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66928

Abe <abe_skolnik at yahoo dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abe_skolnik at yahoo dot com

--- Comment #2 from Abe <abe_skolnik at yahoo dot com> ---
from a recent ["Mon Apr 1 19:18:36 2024 +0100"] Git revision
["4bd2f59af4a78cdc80039cffa51c1d9ad91081a3"], and including line numbers on the
left...

———

gcc/gcov-tool.cc
————————————————
183 /* Print merge usage and exit.  */
184
185 static void ATTRIBUTE_NORETURN
186 merge_usage (void)
187 {
188   fnotice (stderr, "Merge subcommand usage:");
189   print_merge_usage_message (true);
190   exit (FATAL_EXIT_CODE);
191 }

...

505 /* Print overlap usage and exit.  */
506
507 static void ATTRIBUTE_NORETURN
508 overlap_usage (void)
509 {
510   fnotice (stderr, "Overlap subcommand usage:");
511   print_overlap_usage_message (true);
512   exit (FATAL_EXIT_CODE);
513 }



———



fortran/lang.opt
————————————————
384 faggressive-function-elimination
385 Fortran Var(flag_aggressive_function_elimination)
386 Eliminate multiple function invocations also for impure functions.

...

431 Enum
432 Name(gfc_convert) Type(enum gfc_convert) UnknownError(Unrecognized option
to endianness value: %qs)



———

... so my conclusion is "no to all 4": all 4 of the reported bugs are dead at
least of roughly April 1 2024 [no joke ;-)].

Reply via email to