public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-1372] ada: Fix coding style in init.c
@ 2023-05-30  7:17 Marc Poulhi?s
  0 siblings, 0 replies; only message in thread
From: Marc Poulhi?s @ 2023-05-30  7:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7302efc23eb80f9a40954ac7e316889cd848ca12

commit r14-1372-g7302efc23eb80f9a40954ac7e316889cd848ca12
Author: Cedric Landet <landet@adacore.com>
Date:   Fri Mar 31 14:51:15 2023 +0200

    ada: Fix coding style in init.c
    
    The coding style rules require to avoid using FIXME comments. ??? is
    preferred.
    
    gcc/ada/
    
            * init.c: Replace FIXME by ???

Diff:
---
 gcc/ada/init.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/ada/init.c b/gcc/ada/init.c
index 5212a38490d..53ca1421111 100644
--- a/gcc/ada/init.c
+++ b/gcc/ada/init.c
@@ -248,7 +248,7 @@ __gnat_error_handler (int sig,
   switch (sig)
     {
     case SIGSEGV:
-      /* FIXME: we need to detect the case of a *real* SIGSEGV.  */
+      /* ??? we need to detect the case of a *real* SIGSEGV.  */
       exception = &storage_error;
       msg = "stack overflow or erroneous memory access";
       break;
@@ -340,7 +340,7 @@ __gnat_error_handler (int sig, siginfo_t *si ATTRIBUTE_UNUSED, void *ucontext)
   switch (sig)
     {
     case SIGSEGV:
-      /* FIXME: we need to detect the case of a *real* SIGSEGV.  */
+      /* ??? we need to detect the case of a *real* SIGSEGV.  */
       exception = &storage_error;
       msg = "stack overflow or erroneous memory access";
       break;

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

only message in thread, other threads:[~2023-05-30  7:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30  7:17 [gcc r14-1372] ada: Fix coding style in init.c Marc Poulhi?s

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).