From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22793 invoked by alias); 21 Sep 2015 11:48: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 22744 invoked by uid 48); 21 Sep 2015 11:48:38 -0000 From: "olegendo at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/67657] [SH][5/6 Regression]: internal compiler error: in cselib_record_set, at cselib.c:2396 when compiling libjpeg-turbo Date: Mon, 21 Sep 2015 11:48:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: olegendo at gcc dot gnu.org 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: 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-09/txt/msg01696.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67657 --- Comment #11 from Oleg Endo --- (In reply to John Paul Adrian Glaubitz from comment #10) > (In reply to Oleg Endo from comment #1) > > Thanks for reporting. I was a bit confused ... the attached source is not > > cselib.c (which is a GCC file) but rather the problematic jidctflt.c > > Oops, my bad, sorry! No problem. > > (In reply to Oleg Endo from comment #8) > > BTW, I'd recommend not specifying -ffloat-store on SH. It doesn't affect FP > > precision (unlike on x86) and just creates slower code. > > Ok, I will send a bug report to the maintainers of libjpeg-turbo regarding > this, using your comment as reference. Instead, they might want to try -ffast-math for the FP code... > (In reply to Oleg Endo from comment #9) > > No new failures on sh-elf for make -k check > > RUNTESTFLAGS="--target_board=sh-sim\{-m2/-ml,-m2/-mb,-m2a/-mb,-m4/-ml,-m4/- > > mb,-m4a/-ml,-m4a/-mb}" > > Sounds good, thanks! I'd be surprised if it caught anything. After all, this bug has not been detected by the testsuite nor by the GCC 5 bootstrap. I guess I'll just commit it to trunk and GCC 5 branch.