public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/57929] New: gcc-4.8: FTBFS on m68k: ICE compiling libjava/interpret.cc
@ 2013-07-18 19:24 tg at mirbsd dot org
  2013-07-19  9:54 ` [Bug java/57929] " mikpe at it dot uu.se
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tg at mirbsd dot org @ 2013-07-18 19:24 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="UTF-8", Size: 4456 bytes --]

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57929

            Bug ID: 57929
           Summary: gcc-4.8: FTBFS on m68k: ICE compiling
                    libjava/interpret.cc
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tg at mirbsd dot org

Created attachment 30525
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30525&action=edit
original preprocessed source code

Hi,

this is a forward for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711558
which is an ICE trying to bootstrap gcj-4.8 that I *think* remember seeing for
gcj-4.7 (but not gcj-4.6 which works fine) already too, on the Debian/m68k
Linux 3.x (NPTL, atomics via syscall) platform.

The problem is now that the gcj part got merged into the main gcc source
package and this is kinda holding up our entire toolchain update (also, I think
gcj-4.6 got removed from sid).

Since I was unable to get OpenJDK/zero working either, gcj is our only hope to
keep Linux/m68k spinning so I’m hoping that $skilled_people will have a look at
it.

Preprocessed source attached here, too (xz compressed, hope that’s ok).
>From gcc-bugs-return-426368-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jul 18 19:32:31 2013
Return-Path: <gcc-bugs-return-426368-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 25738 invoked by alias); 18 Jul 2013 19:32:31 -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 23401 invoked by uid 48); 18 Jul 2013 19:30:29 -0000
From: "vincenzo.innocente at cern dot ch" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/57927] -march=core-avx2  different than -march=native on INTEL Haswell (i7-4700K)
Date: Thu, 18 Jul 2013 19:32: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: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: vincenzo.innocente at cern dot ch
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-57927-4-i7UWAqcTMG@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57927-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57927-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: 2013-07/txt/msg00875.txt.bz2
Content-length: 1325

http://gcc.gnu.org/bugzilla/show_bug.cgi?idW927

--- Comment #2 from vincenzo Innocente <vincenzo.innocente at cern dot ch> ---
COLLECT_GCC_OPTIONS='-S' '-O3' '-march=native' '-o' 'LU.native' '-v'
'-shared-libgcc'

/afs/cern.ch/user/i/innocent/w2/libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/cc1plus
-quiet -v -D_GNU_SOURCE LU.c -march=corei7-avx -mmmx -mno-3dnow -msse -msse2
-msse3 -mssse3 -mno-sse4a -mcx16 -msahf -mmovbe -maes -mpclmul -mpopcnt -mabm
-mno-lwp -mfma -mno-fma4 -mno-xop -mbmi -mbmi2 -mno-tbm -mavx -mavx2 -msse4.2
-msse4.1 -mlzcnt -mno-rtm -mno-hle -mrdrnd -mf16c -mfsgsbase -mno-rdseed
-mno-prfchw -mno-adx -mfxsr -mxsave -mxsaveopt --param l1-cache-size2 --param
l1-cache-line-sized --param l2-cache-size92 -mtune=generic -quiet
-dumpbase LU.c -auxbase-strip LU.native -O3 -version -o LU.native
GNU C++ (GCC) version 4.9.0 20130718 (experimental) [trunk revision 201034]
(x86_64-unknown-linux-gnu)

versus

COLLECT_GCC_OPTIONS='-S' '-O3' '-march=core-avx2' '-o' 'LU.avx2' '-v'
'-shared-libgcc'

/afs/cern.ch/user/i/innocent/w2/libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/cc1plus
-quiet -v -D_GNU_SOURCE LU.c -quiet -dumpbase LU.c -march=core-avx2
-auxbase-strip LU.avx2 -O3 -version -o LU.avx2
GNU C++ (GCC) version 4.9.0 20130718 (experimental) [trunk revision 201034]
(x86_64-unknown-linux-gnu)


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

end of thread, other threads:[~2013-07-19 13:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-18 19:24 [Bug java/57929] New: gcc-4.8: FTBFS on m68k: ICE compiling libjava/interpret.cc tg at mirbsd dot org
2013-07-19  9:54 ` [Bug java/57929] " mikpe at it dot uu.se
2013-07-19 11:05 ` tg at mirbsd dot de
2013-07-19 13:26 ` schwab@linux-m68k.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).