From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by sourceware.org (Postfix) with ESMTPS id DC9F23858000 for ; Fri, 7 Jan 2022 10:51:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DC9F23858000 Received: by mail-wm1-x330.google.com with SMTP id p1-20020a1c7401000000b00345c2d068bdso5165861wmc.3 for ; Fri, 07 Jan 2022 02:51:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CBE3/mT17L82fuHpB+m3uu2v8dEbY5NqMnyRkRyb4wI=; b=JTzhnkT59hvpiP+r72lBagZNdsCT3zWtKVTYET87EaZ3IVAUAasLHeKwYTQYS54DB0 vMkzk6ze0ZSVVMTtIYAs4eLOFUsXKqVNBSnW7cq1qT5ZB47zc3q2gGvFKXhTJQ4d1JoN Cp/ZL3xYCGdhIAEcIyQbIj/xtl5U/tPYvvfR9Hy8Zd7bLDCXM2Wwgw8mNVKPrtO83dlD bz7qczKPUEYFYNtyRVbjtIYSarDG0VRD72WeBh1IKzs7F0OEVtvO1mTCCWE+g2znOeDV lntafYIvrT//hsBHrLDLeJozrlwltpYc/GLkG7VS9FeegODbG2e0GDGHTIb/Mb/3pAxg najw== X-Gm-Message-State: AOAM531BlqXqY7SbBKKn2v0TUGqRej8VhH11aIXDXZBUt3O9kEuJ/3ik bJxEu6OTiI2dSx2foibuRxcwpqzVQS6G3LAky9E= X-Google-Smtp-Source: ABdhPJxKRrcNQyEwFv7AHWKPzqtExNzIyg4VZ2HZ/eJHfwcuiB3PAqaStoUR9TfXx/5nWMNxgizpS+At+5c2RR+svfc= X-Received: by 2002:a05:600c:384c:: with SMTP id s12mr10756202wmr.108.1641552684926; Fri, 07 Jan 2022 02:51:24 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Fri, 7 Jan 2022 10:51:13 +0000 Message-ID: Subject: Re: Mass rename of C++ .c files to .cc suffix? To: Martin Jambor Cc: GCC Mailing List Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2022 10:51:28 -0000 On Fri, 7 Jan 2022 at 10:26, Martin Jambor wrote: > I have already missed stuff when grepping because I did not include *.cc > files and the inconsistency is also just ugly and must be very confusing > to anyone who encounters it for the first time. Yes, and it affects tooling like syntax highlighting and indenting rules in editors. I think that's one of the strongest arguments in favour of renaming them. Apart from that, I don't have any strong opinion either way (libstdc++ has always used .cc and I rarely touch the rest of the compiler).