From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5330 invoked by alias); 30 Nov 2014 19:28:39 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 5319 invoked by uid 89); 30 Nov 2014 19:28:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qc0-f179.google.com Received: from mail-qc0-f179.google.com (HELO mail-qc0-f179.google.com) (209.85.216.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 30 Nov 2014 19:28:37 +0000 Received: by mail-qc0-f179.google.com with SMTP id c9so6586586qcz.38 for ; Sun, 30 Nov 2014 11:28:34 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.140.39.201 with SMTP id v67mr78950160qgv.45.1417375714868; Sun, 30 Nov 2014 11:28:34 -0800 (PST) Received: by 10.140.84.147 with HTTP; Sun, 30 Nov 2014 11:28:34 -0800 (PST) Date: Tue, 02 Dec 2014 17:17:00 -0000 Message-ID: Subject: Account request From: Ryan Nicholl To: overseers@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-q4/txt/msg00097.txt.bz2 I am looking to create an account on the GCC bug-tracker in order to submit some feature requests. I get this message: User account creation has been restricted. ________________________________ Contact your administrator or the maintainer (overseers@gcc.gnu.org) for information about creating an account. Since I only have a couple suggestions, it may be more convenient for you to add them yourself rather than add me an account. I would like to suggest -Wident=foo which shall warn whenever foo is encountered in the code (useful for functions like gets which are specific to your codebase. Next is -Wextra-copy, which is a C++ specific option, to warn when calling a function with a value that the compiler can tell will be destroyed soon, without casting it to an r-value reference. Another possible suggestion is -felide-copies, which does violate the C++ standard, but would take the warnings above, and simply convert them to rvalue reference calls. Thank you for your time. -- Thank you, Ryan P. Nicholl Freelance C++ Developer (678)358-7765 r.p.nicholl@gmail.com