From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89054 invoked by alias); 16 Feb 2017 06:22:34 -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 89045 invoked by uid 89); 16 Feb 2017 06:22:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Contact, administrator X-HELO: mail-it0-f41.google.com Received: from mail-it0-f41.google.com (HELO mail-it0-f41.google.com) (209.85.214.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 16 Feb 2017 06:22:23 +0000 Received: by mail-it0-f41.google.com with SMTP id x75so14119333itb.0 for ; Wed, 15 Feb 2017 22:22:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=P1SwMbvR9b8qGtxbR15u1k/p3ckqBt1Zk8mjH0ngq6k=; b=pVNAb9aLVkenR5ehbtfrYVrXUnI8Ghtt5G+eLLIdgWmRG5TrfHp1YYzZKPWf1EWLAr nzEK0OMYOQPXa8uYzGtPP6tCKmdC0oR0Ul9g4lLacUOxqe9JkPY4uJKVwzmYn11GlOjd Ap1UaDTP6bk9SFHBoaip399Qg/Wf8FBeoc624IFPYZFbKxnU7W/0Dt7Up9KNVGIZE4Hj W4QNF5xe1X1LpM5pC754lHAepqEMi+tpUOre5mgM8wz9Dx3aq1A1MuvYQ4mJ1NnOFRZ+ RQVbbjFaQWL0rsrleJDrHavBQ298HicuHIazvEQrmCVCIMiP+Nq+PQjxZ6dCg5yjtA8Z MksQ== X-Gm-Message-State: AMke39k+WOfFIk40bbDHgE4OLINoB2Es0L0WMLhk+m7RyepbwXrWIU+RqcT/0AvE1UCoHh9gMNz+j3Zv3ig5tA== X-Received: by 10.107.173.95 with SMTP id w92mr1084075ioe.136.1487226140644; Wed, 15 Feb 2017 22:22:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.247.71 with HTTP; Wed, 15 Feb 2017 22:22:20 -0800 (PST) From: =?UTF-8?B?0JDQvdC00YDQtdC5INCU0L7RhtC10L3QutC+?= Date: Thu, 16 Feb 2017 06:22:00 -0000 Message-ID: Subject: Account creation restricted, need help To: overseers@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2017-q1/txt/msg00084.txt.bz2 Hi. I tried to create account with https://gcc.gnu.org/bugzilla/createaccount.cgi but it gives me the message: > User account creation has been restricted. > ________________________________ > Contact your administrator or the maintainer (overseers@gcc.gnu.org) for information about creating an account. My mail could not send spam in any way, I use it only for job conversations. I need to create accout to add bug report about incorrect error message in this situation: #define PRINT_CHANGE(fmt, args...) \ do { \ fprintf(DEBUG_STREAM, "%s(", __FUNCTION__); \ const char *fmt_ = fmt; \ if (strcmp(fmt_, "") != 0) { \ fprintf(DEBUG_STREAM, fmt_, ##args); \ } \ fprintf(DEBUG_STREAM, ")\n"); \ } while (0) PRINT_CHANGE(""); > error: format not a string literal and no format arguments [-Werror=format-security] Thanks.