From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116303 invoked by alias); 7 Oct 2015 19:20:42 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 116255 invoked by uid 48); 7 Oct 2015 19:20:37 -0000 From: "vmakarov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/67477] [6 Regression] ICE in cselib_record_set, at cselib.c:2388 Date: Wed, 07 Oct 2015 19:20:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vmakarov at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 6.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-10/txt/msg00536.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D67477 --- Comment #1 from Vladimir Makarov --- (In reply to Ryan Mansfield from comment #0) > Created attachment 36298 [details] > reduced preprocessed source >=20 > $ ./xgcc -v > Using built-in specs. > COLLECT_GCC=3D./xgcc > Target: arm-unknown-linux-gnueabi > Configured with: ../configure --target=3Darm-unknown-linux-gnueabi > --prefix=3D/home/rmansfield/x-tools/arm-unknown-linux-gnueabi > --with-sysroot=3D/home/rmansfield/x-tools/arm-unknown-linux-gnueabi/arm- > unknown-linux-gnueabi//sys-root --disable-multilib > --with-local-prefix=3D/home/rmansfield/x-tools/arm-unknown-linux-gnueabi/= arm- > unknown-linux-gnueabi/sys-root --disable-nls --enable-threads=3Dposix > --enable-symvers=3Dgnu --enable-c99 --enable-long-long > --enable-target-optspace target_alias=3Darm-unknown-linux-gnueabi > --enable-languages=3Dc++ --disable-libssp --enable-checking > Thread model: posix > gcc version 6.0.0 20150907 (experimental) [trunk revision 227519] (GCC)=20 >=20 > $ ./xgcc -B. ~/ice.i -O3 -fstack-protector-strong -mfpu=3Dneon > -mfloat-abi=3Dsoftfp -march=3Darmv7-a -mfloat-abi=3Dsoftfp -c > /home/rmansfield/ice.i: In function 'swblit_1d_NV12_2_B8G8R8X8': > /home/rmansfield/ice.i:69:1: internal compiler error: in cselib_record_se= t, > at cselib.c:2388 > } > ^ > 0x6df43f cselib_record_set > ../../gcc/cselib.c:2388 > 0x6df43f cselib_record_sets > ../../gcc/cselib.c:2605 > 0x6e0137 cselib_process_insn(rtx_insn*) > ../../gcc/cselib.c:2678 > 0x99ef08 reload_cse_regs_1 > ../../gcc/postreload.c:235 > 0x99f23b reload_cse_regs > ../../gcc/postreload.c:81 > 0x99f23b execute > ../../gcc/postreload.c:2350 > Please submit a full bug report, > with preprocessed source if appropriate. > Please include the complete backtrace with any bug report. > See for instructions. >=20 > Started happening after r227382 >=20 > https://gcc.gnu.org/viewcvs/gcc?view=3Drevision&revision=3D227382 I can not reproduce it anymore. I guess it is a duplicate of PR67756 and = it was solved by https://gcc.gnu.org/viewcvs/gcc?view=3Drevision&revision=3D22= 8396. >>From gcc-bugs-return-498982-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Oct 07 19:39:36 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 29499 invoked by alias); 7 Oct 2015 19:39:35 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 29471 invoked by uid 48); 7 Oct 2015 19:39:31 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/67885] ICE on using parameter array in block Date: Wed, 07 Oct 2015 19:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 5.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on everconfirmed Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-10/txt/msg00537.txt.bz2 Content-length: 520 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67885 Dominique d'Humieres changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2015-10-07 Ever confirmed|0 |1 --- Comment #2 from Dominique d'Humieres --- Confirmed from 4.8 up to trunk (6.0).