From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13315 invoked by alias); 21 Sep 2015 11:43:38 -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 13240 invoked by uid 48); 21 Sep 2015 11:43:34 -0000 From: "glaubitz at physik dot fu-berlin.de" 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:43: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: glaubitz at physik dot fu-berlin.de 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/msg01693.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67657 --- Comment #10 from John Paul Adrian Glaubitz --- (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! (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. (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! Adrian