public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/62254] New: gcc-4.9 miscompiles linux kernel zlib for armv3
@ 2014-08-25 10:07 kugan at gcc dot gnu.org
  2014-08-26 11:20 ` [Bug target/62254] gcc-4.9 ICEs on " rguenth at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: kugan at gcc dot gnu.org @ 2014-08-25 10:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62254

            Bug ID: 62254
           Summary: gcc-4.9 miscompiles linux kernel zlib for armv3
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: kugan at gcc dot gnu.org

Created attachment 33392
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33392&action=edit
testcase

rm-none-linux-gnueabi-gcc -O -march=armv3 inffast.i 
inffast.i: In function ‘inflate_fast’:
inffast.i:385:1: internal compiler error: Segmentation fault
 }
 ^
0x9b878f crash_signal
    /home/kugan/work/sources/gcc-fsf/trunk/gcc/toplev.c:337
0xc90cf6 arm_reload_in_hi(rtx_def**)
    /home/kugan/work/sources/gcc-fsf/trunk/gcc/config/arm/arm.c:15279
0xd025cc gen_reload_inhi(rtx_def*, rtx_def*, rtx_def*)
    /home/kugan/work/sources/gcc-fsf/trunk/gcc/config/arm/arm.md:6346
0x89ca2b insn_gen_fn::operator()(rtx_def*, rtx_def*, rtx_def*) const
    /home/kugan/work/sources/gcc-fsf/trunk/gcc/recog.h:309
0x89ca2b check_and_process_move
    /home/kugan/work/sources/gcc-fsf/trunk/gcc/lra-constraints.c:1163
0x89ca2b curr_insn_transform
    /home/kugan/work/sources/gcc-fsf/trunk/gcc/lra-constraints.c:3270
0x89d5ac lra_constraints(bool)
    /home/kugan/work/sources/gcc-fsf/trunk/gcc/lra-constraints.c:4200
0x88a59f lra(_IO_FILE*)
    /home/kugan/work/sources/gcc-fsf/trunk/gcc/lra.c:2189
0x848da6 do_reload
    /home/kugan/work/sources/gcc-fsf/trunk/gcc/ira.c:5306
0x848da6 execute
    /home/kugan/work/sources/gcc-fsf/trunk/gcc/ira.c:5465
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.



arm-none-linux-gnueabi-gcc -v
Using built-in specs.
COLLECT_GCC=/home/kugan/work/builds/gcc-fsf-trunk/tools/bin/arm-none-linux-gnueabi-gcc
COLLECT_LTO_WRAPPER=/home/kugan/work/builds/gcc-fsf-trunk/tools/libexec/gcc/arm-none-linux-gnueabi/5.0.0/lto-wrapper
Target: arm-none-linux-gnueabi
Configured with: /home/kugan/work/sources/gcc-fsf/trunk/configure
--target=arm-none-linux-gnueabi
--prefix=/home/kugan/work/builds/gcc-fsf-trunk/tools
--with-sysroot=/home/kugan/work/builds/gcc-fsf-trunk/sysroot-arm-none-linux-gnueabi
--disable-libssp --disable-libgomp --disable-libmudflap --disable-libatomic
--disable-libquadmath --without-libquadmath --enable-languages=c
--with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=softfp --with-thumb
Thread model: posix
gcc version 5.0.0 20140820 (experimental) (GCC)
>From gcc-bugs-return-459189-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Aug 25 10:19:59 2014
Return-Path: <gcc-bugs-return-459189-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 304 invoked by alias); 25 Aug 2014 10:19:58 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 32734 invoked by uid 48); 25 Aug 2014 10:19:51 -0000
From: "kugan at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/62254] gcc-4.9 miscompiles linux kernel zlib for armv3
Date: Mon, 25 Aug 2014 10:19: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.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: kugan at gcc dot gnu.org
X-Bugzilla-Status: UNCONFIRMED
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: <bug-62254-4-MRcqO18aLg@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-62254-4@http.gcc.gnu.org/bugzilla/>
References: <bug-62254-4@http.gcc.gnu.org/bugzilla/>
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: 2014-08/txt/msg01686.txt.bz2
Content-length: 170

https://gcc.gnu.org/bugzilla/show_bug.cgi?idb254

--- Comment #1 from kugan at gcc dot gnu.org ---
Imported from LP https://bugs.launchpad.net/gcc-linaro/+bug/1307197


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug target/62254] gcc-4.9 ICEs on linux kernel zlib for armv3
  2014-08-25 10:07 [Bug target/62254] New: gcc-4.9 miscompiles linux kernel zlib for armv3 kugan at gcc dot gnu.org
@ 2014-08-26 11:20 ` rguenth at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-08-26 11:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62254

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
            Summary|gcc-4.9 miscompiles linux   |gcc-4.9 ICEs on linux
                   |kernel zlib for armv3       |kernel zlib for armv3

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Not exactly "miscompile"


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-26 11:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-25 10:07 [Bug target/62254] New: gcc-4.9 miscompiles linux kernel zlib for armv3 kugan at gcc dot gnu.org
2014-08-26 11:20 ` [Bug target/62254] gcc-4.9 ICEs on " rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).