From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10208 invoked by alias); 29 Oct 2014 15:16:21 -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 10192 invoked by uid 89); 29 Oct 2014 15:16:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f52.google.com Received: from mail-la0-f52.google.com (HELO mail-la0-f52.google.com) (209.85.215.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 29 Oct 2014 15:16:19 +0000 Received: by mail-la0-f52.google.com with SMTP id pv20so888485lab.39 for ; Wed, 29 Oct 2014 08:16:15 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.112.135.229 with SMTP id pv5mr12038008lbb.52.1414595775501; Wed, 29 Oct 2014 08:16:15 -0700 (PDT) Received: by 10.25.160.147 with HTTP; Wed, 29 Oct 2014 08:16:15 -0700 (PDT) Date: Fri, 31 Oct 2014 07:29:00 -0000 Message-ID: Subject: User account creation has been restricted From: Gonzalez Pedro To: overseers@gcc.gnu.org Content-Type: multipart/mixed; boundary=089e0122930ab38c510506913ef5 X-SW-Source: 2014-q4/txt/msg00053.txt.bz2 --089e0122930ab38c510506913ef5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-length: 1183 hello, I wanted to create account to submit bug, but got back this error message: User account creation has been restricted. Contact your administrator or the maintainer (overseers@gcc.gnu.org) for information about creating an account. Anyway, here are the bug details Title: Temporary object stack space is not re-used Related to: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D51060 Description: The only difference between this issue and 51060 is that code is being compiled without "Os". $ g++ -c 51060.cpp -Wframe-larger-than=3D2048 -Werror 51060.cpp: In function =E2=80=98void Test()=E2=80=99: 51060.cpp:37:1: error: the frame size of 10240 bytes is larger than 2048 bytes [-Werror=3Dframe-larger-than=3D] } ^ cc1plus: all warnings being treated as errors See attached code sample. Environment: $ g++ --version g++ (GCC) 4.8.3 20140911 (Red Hat 4.8.3-7) Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ uname -s -r -v -p -i -o Linux 3.16.6-200.fc20.x86_64 #1 SMP Wed Oct 15 13:06:51 UTC 2014 x86_64 x86_64 GNU/Linux --089e0122930ab38c510506913ef5 Content-Type: text/x-c++src; charset=US-ASCII; name="51060.cpp" Content-Disposition: attachment; filename="51060.cpp" Content-Transfer-Encoding: base64 X-Attachment-Id: f_i1uts7jq0 Content-length: 899 Ly8KLy8gU2hvd3MgYSBwcm9ibGVtIG9mIG5vdCByZS11c2luZyBzdGFjayBz cGFjZToKLy8gQ29tcGlsZSBhczogZysrIC1jIDUxMDYwLmNwcCAtV2ZyYW1l LWxhcmdlci10aGFuPTIwNDggLVdlcnJvcgovLyBSZXN1bHQ6IHdhcm5pbmc6 IHRoZSBmcmFtZSBzaXplIG9mIDEwMjQwIGJ5dGVzIGlzIGxhcmdlciB0aGFu IDIwNDggYnl0ZXMgWy1XZnJhbWUtbGFyZ2VyLXRoYW49XQovLwojaW5jbHVk ZSA8aW9zdHJlYW0+CgpzdHJ1Y3QgU3RhY2tPYmplY3QKewogICAgU3RhY2tP YmplY3QoKQogICAgewogICAgICAgIC8vIHByZXZlbnQgb3B0aW1pemF0aW9u CiAgICAgICAgYnVmZmVyWzBdID0gMDsKICAgICAgICBzdGQ6OmNlcnIgPDwg YnVmZmVyOwogICAgfQogICAgY2hhciBidWZmZXJbMTAyNF07Cn07Cgp2b2lk IFRlc3QoKQp7CiNkZWZpbmUgVEVTVF9TVUIoKSBcCiAgICB7IFN0YWNrT2Jq ZWN0KCk7IH0KICAgIAojZGVmaW5lIFRFU1QoKSBcCiAgICBURVNUX1NVQigp IFwKICAgIFRFU1RfU1VCKCkgXAogICAgVEVTVF9TVUIoKSBcCiAgICBURVNU X1NVQigpIFwKICAgIFRFU1RfU1VCKCkgXAogICAgVEVTVF9TVUIoKSBcCiAg ICBURVNUX1NVQigpIFwKICAgIFRFU1RfU1VCKCkgXAogICAgVEVTVF9TVUIo KSBcCiAgICBURVNUX1NVQigpCgogICAgVEVTVCgpCn0= --089e0122930ab38c510506913ef5--