From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id A13E03858402; Mon, 17 Jan 2022 10:14:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A13E03858402 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 62E6F1F399; Mon, 17 Jan 2022 10:14:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1642414487; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PowXuZt4LymRnr36Pm2HN1+8zNOqijJxOVjBurMn4CM=; b=yfTFgiEXFfEWlWWLqgUXFUp9zyUyms6uAZuKs0Suioo2ru+FgWHHZKoGANGgZkPGxxT2sM h4zfEwXShAF/+h2lWL83BDNwWc0PlxxG45ftutnIpR8kyb1dw4YE/sJMxNm61LqcFggEBq 8XZx/7BPHf3slPuE8tRTJOVPrOCen8E= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1642414487; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PowXuZt4LymRnr36Pm2HN1+8zNOqijJxOVjBurMn4CM=; b=mTpM8dvs2i3/9FqxTlN+xdVc4qoNayv/Tw7C4TrLVYwrVIKuUcvTH6QXTRbp/8loD42WYJ +gp81WJJRLEIK+AQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 4A33513B4E; Mon, 17 Jan 2022 10:14:47 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 1871EJdB5WEyTwAAMHmgww (envelope-from ); Mon, 17 Jan 2022 10:14:47 +0000 Message-ID: Date: Mon, 17 Jan 2022 11:14:46 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [r12-6585 Regression] FAIL: c-c++-common/Walloca-larger-than.c -Wc++-compat (test for excess errors) on Linux/x86_64 Content-Language: en-US To: "sunil.k.pandey" , gcc-patches@gcc.gnu.org, gcc-regression@gcc.gnu.org References: <20220115131507.AD1E52864719@gskx-2.sc.intel.com> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: <20220115131507.AD1E52864719@gskx-2.sc.intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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-regression@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-regression mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2022 10:14:50 -0000 On 1/15/22 14:15, sunil.k.pandey wrote: > On Linux/x86_64, > > d8b64476138671f3d89cd66f224a9b59e465631b is the first bad commit > commit d8b64476138671f3d89cd66f224a9b59e465631b > Author: Martin Liska > Date: Fri Jan 14 15:04:33 2022 +0100 > > testsuite: rename files in c-c++-common. > > caused > > FAIL: c-c++-common/Walloca-larger-than.c -std=gnu++14 (test for excess errors) > FAIL: c-c++-common/Walloca-larger-than.c -std=gnu++17 (test for excess errors) > FAIL: c-c++-common/Walloca-larger-than.c -std=gnu++2a (test for excess errors) > FAIL: c-c++-common/Walloca-larger-than.c -std=gnu++98 (test for excess errors) > FAIL: c-c++-common/Walloca-larger-than.c -Wc++-compat (test for excess errors) > > with GCC configured with > > ../../gcc/configure --prefix=/local/skpandey/gccwork/toolwork/gcc-bisect-master/master/r12-6585/usr --enable-clocale=gnu --with-system-zlib --with-demangler-in-ld --with-fpmath=sse --enable-languages=c,c++,fortran --enable-cet --without-isl --enable-libmpx x86_64-linux --disable-bootstrap > > To reproduce: > > $ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=c-c++-common/Walloca-larger-than.c --target_board='unix{-m32}'" > $ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=c-c++-common/Walloca-larger-than.c --target_board='unix{-m32\ -march=cascadelake}'" > $ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=c-c++-common/Walloca-larger-than.c --target_board='unix{-m64}'" > $ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=c-c++-common/Walloca-larger-than.c --target_board='unix{-m64\ -march=cascadelake}'" > Should be fixed on master. Martin > (Please do not reply to this email, for question about this report, contact me at skpgkp2 at gmail dot com)