public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/61794] New: internal error: unrecognizable insn, from avx512 extract instruction
@ 2014-07-13 14:29 agner at agner dot org
  2014-07-18 10:19 ` [Bug target/61794] " ubizjak at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: agner at agner dot org @ 2014-07-13 14:29 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61794
           Summary: internal error: unrecognizable insn, from avx512
                    extract instruction
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: agner at agner dot org

Created attachment 33117
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33117&action=edit
c++ file producing error

The attached file bug1.cpp generates internal error when compiling:
g++ -mavx512f bug1.cpp

g++ version: 4.9 and 4.10.0 20140706
binutils version: 2.24
Ubuntu version: 12.04.2 LTS


Error message:
==============
a@a-desktop:~/avx512$ g++ -mavx512f bug1.cpp
bug1.cpp: In member function ‘int32_t Vec16i::extract(uint32_t) const’:
bug1.cpp:59:5: error: unrecognizable insn:
     }
     ^
(insn 29 28 30 8 (set (reg:V4SI 89 [ D.12727 ])
        (vec_merge:V4SI (vec_select:V4SI (reg:V16SI 88 [ D.12726 ])
                (parallel [
                        (const_int 0 [0])
                        (const_int 1 [0x1])
                        (const_int 2 [0x2])
                        (const_int 3 [0x3])
                    ]))
            (reg:V4SI 86 [ D.12724 ])
            (reg:QI 113))) bug1.cpp:38 -1
     (nil))
bug1.cpp:59:5: internal compiler error: in extract_insn, at recog.c:2204
0xb25c68 _fatal_insn(char const*, rtx_def const*, char const*, int, char
const*)
    ../.././gcc/rtl-error.c:109
0xb25c99 _fatal_insn_not_found(rtx_def const*, char const*, int, char const*)
    ../.././gcc/rtl-error.c:117
0xaf609e extract_insn(rtx_def*)
    ../.././gcc/recog.c:2204
0x980803 instantiate_virtual_regs_in_insn
    ../.././gcc/function.c:1561
0x980803 instantiate_virtual_regs
    ../.././gcc/function.c:1932
0x980803 execute
    ../.././gcc/function.c:1983
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.
>From gcc-bugs-return-456220-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Jul 13 14:46:23 2014
Return-Path: <gcc-bugs-return-456220-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 15902 invoked by alias); 13 Jul 2014 14:46:23 -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 15649 invoked by uid 48); 13 Jul 2014 14:46:17 -0000
From: "anlauf at gmx dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/61615] Failure to resolve correct generic with TYPE(C_PTR) arguments
Date: Sun, 13 Jul 2014 14:46: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: 4.10.0
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: anlauf at gmx dot de
X-Bugzilla-Status: WAITING
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: cc
Message-ID: <bug-61615-4-D4hPgi03dn@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61615-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61615-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-07/txt/msg00811.txt.bz2
Content-length: 689

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

Harald Anlauf <anlauf at gmx dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anlauf at gmx dot de

--- Comment #3 from Harald Anlauf <anlauf at gmx dot de> ---
(In reply to Dominique d'Humieres from comment #2)
> I don't understand how the code in comment 0 can distinguish bar_s from
> bar_a1d based on the variable locations in memory,

TKR, i.e. rank in the present case?

> nor why it chooses bar_a1d.

Intel 14.2, NAG 5.3.2(951) and PGI 14.4-0 succeed with the original
testcase.


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

* [Bug target/61794] internal error: unrecognizable insn, from avx512 extract instruction
  2014-07-13 14:29 [Bug c++/61794] New: internal error: unrecognizable insn, from avx512 extract instruction agner at agner dot org
@ 2014-07-18 10:19 ` ubizjak at gmail dot com
  2014-07-18 16:14 ` uros at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ubizjak at gmail dot com @ 2014-07-18 10:19 UTC (permalink / raw)
  To: gcc-bugs

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

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |ubizjak at gmail dot com

--- Comment #2 from Uroš Bizjak <ubizjak at gmail dot com> ---
Patch in testing:

--cut here--
Index: sse.md
===================================================================
--- sse.md      (revision 212778)
+++ sse.md      (working copy)
@@ -5892,9 +5892,10 @@
              (match_operand 5  "const_0_to_15_operand")]))
          (match_operand:<ssequartermode> 6 "memory_operand" "0")
          (match_operand:QI 7 "register_operand" "Yk")))]
-  "TARGET_AVX512F && (INTVAL (operands[2]) = INTVAL (operands[3]) - 1)
-  && (INTVAL (operands[3]) = INTVAL (operands[4]) - 1)
-  && (INTVAL (operands[4]) = INTVAL (operands[5]) - 1)"
+  "TARGET_AVX512F
+   && (INTVAL (operands[2]) == (INTVAL (operands[3]) - 1)
+       && INTVAL (operands[3]) == (INTVAL (operands[4]) - 1)
+       && INTVAL (operands[4]) == (INTVAL (operands[5]) - 1))"
 {
   operands[2] = GEN_INT ((INTVAL (operands[2])) >> 2);
   return "vextract<shuffletype>32x4\t{%2, %1, %0%{%7%}|%0%{%7%}, %1, %2}";
@@ -5914,9 +5915,10 @@
             (match_operand 3  "const_0_to_15_operand")
             (match_operand 4  "const_0_to_15_operand")
             (match_operand 5  "const_0_to_15_operand")])))]
-  "TARGET_AVX512F && (INTVAL (operands[2]) = INTVAL (operands[3]) - 1)
-  && (INTVAL (operands[3]) = INTVAL (operands[4]) - 1)
-  && (INTVAL (operands[4]) = INTVAL (operands[5]) - 1)"
+  "TARGET_AVX512F
+   && (INTVAL (operands[2]) == (INTVAL (operands[3]) - 1)
+       && INTVAL (operands[3]) == (INTVAL (operands[4]) - 1)
+       && INTVAL (operands[4]) == (INTVAL (operands[5]) - 1))"
 {
   operands[2] = GEN_INT ((INTVAL (operands[2])) >> 2);
   return "vextract<shuffletype>32x4\t{%2, %1,
%0<mask_operand6>|%0<mask_operand6>, %1, %2}";
--cut here--
>From gcc-bugs-return-456701-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Jul 18 10:31:06 2014
Return-Path: <gcc-bugs-return-456701-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 15890 invoked by alias); 18 Jul 2014 10:31:05 -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 15759 invoked by uid 48); 18 Jul 2014 10:30:59 -0000
From: "redi at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/42734] trivial use of std::thread fails with "pure virtual method called"
Date: Fri, 18 Jul 2014 10:31:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: libstdc++
X-Bugzilla-Version: 4.4.2
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: redi at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
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-42734-4-1RQ94lz7cO@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-42734-4@http.gcc.gnu.org/bugzilla/>
References: <bug-42734-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-07/txt/msg01292.txt.bz2
Content-length: 402

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

--- Comment #41 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Damien Buhl (daminetreg) from comment #40)
> I can also confirm the crash with gcc-4.8.1 for an arm platform.

You'll have to provide more information about your compilation, see
http://gcc.gnu.org/bugs.html

You might need to link with -latomic on arm (I'm not sure)


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

* [Bug target/61794] internal error: unrecognizable insn, from avx512 extract instruction
  2014-07-13 14:29 [Bug c++/61794] New: internal error: unrecognizable insn, from avx512 extract instruction agner at agner dot org
  2014-07-18 10:19 ` [Bug target/61794] " ubizjak at gmail dot com
@ 2014-07-18 16:14 ` uros at gcc dot gnu.org
  2014-07-18 16:18 ` uros at gcc dot gnu.org
  2014-07-24 18:44 ` LpSolit at netscape dot net
  3 siblings, 0 replies; 5+ messages in thread
From: uros at gcc dot gnu.org @ 2014-07-18 16:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from uros at gcc dot gnu.org ---
Author: uros
Date: Fri Jul 18 16:13:45 2014
New Revision: 212824

URL: https://gcc.gnu.org/viewcvs?rev=212824&root=gcc&view=rev
Log:
    PR target/61794
    * config/i386/sse.md (avx512f_vextract<shuffletype>32x4_1_maskm):
    Fix instruction constraint.
    (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>): Ditto.

testsuite/ChangeLog:

    PR target/61794
    * gcc.target/i386/pr61794.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/i386/pr61794.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/sse.md
    trunk/gcc/testsuite/ChangeLog


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

* [Bug target/61794] internal error: unrecognizable insn, from avx512 extract instruction
  2014-07-13 14:29 [Bug c++/61794] New: internal error: unrecognizable insn, from avx512 extract instruction agner at agner dot org
  2014-07-18 10:19 ` [Bug target/61794] " ubizjak at gmail dot com
  2014-07-18 16:14 ` uros at gcc dot gnu.org
@ 2014-07-18 16:18 ` uros at gcc dot gnu.org
  2014-07-24 18:44 ` LpSolit at netscape dot net
  3 siblings, 0 replies; 5+ messages in thread
From: uros at gcc dot gnu.org @ 2014-07-18 16:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from uros at gcc dot gnu.org ---
Author: uros
Date: Fri Jul 18 16:18:02 2014
New Revision: 212825

URL: https://gcc.gnu.org/viewcvs?rev=212825&root=gcc&view=rev
Log:
    Backport from mainline
    2014-07-18  Uros Bizjak  <ubizjak@gmail.com>

    PR target/61794
    * config/i386/sse.md (avx512f_vextract<shuffletype>32x4_1_maskm):
    Fix instruction constraint.
    (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>): Ditto.

testsuite/ChangeLog:

    Backport from mainline
    2014-07-18  Uros Bizjak  <ubizjak@gmail.com>

    PR target/61794
    * gcc.target/i386/pr61794.c: New test.


Added:
    branches/gcc-4_9-branch/gcc/testsuite/gcc.target/i386/pr61794.c
Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/config/i386/sse.md
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog


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

* [Bug target/61794] internal error: unrecognizable insn, from avx512 extract instruction
  2014-07-13 14:29 [Bug c++/61794] New: internal error: unrecognizable insn, from avx512 extract instruction agner at agner dot org
                   ` (2 preceding siblings ...)
  2014-07-18 16:18 ` uros at gcc dot gnu.org
@ 2014-07-24 18:44 ` LpSolit at netscape dot net
  3 siblings, 0 replies; 5+ messages in thread
From: LpSolit at netscape dot net @ 2014-07-24 18:44 UTC (permalink / raw)
  To: gcc-bugs

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

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|4.10.0                      |4.9.2

--- Comment #5 from Uroš Bizjak <ubizjak at gmail dot com> ---
Fixed for 4.9.2+.
>From gcc-bugs-return-457048-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jul 24 18:44:37 2014
Return-Path: <gcc-bugs-return-457048-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 19288 invoked by alias); 24 Jul 2014 18:44:37 -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 19163 invoked by uid 48); 24 Jul 2014 18:44:33 -0000
From: "LpSolit at netscape dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug go/61840] [4.9 regression] sync/atomic FAILs on x86_64-unknown-linux-gnu
Date: Thu, 24 Jul 2014 18:44:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: go
X-Bugzilla-Version: 4.9.1
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: LpSolit at netscape dot net
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: ian at airs dot com
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-61840-4-kuWkMo7CKb@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61840-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61840-4@http.gcc.gnu.org/bugzilla/>
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: 2014-07/txt/msg01639.txt.bz2
Content-length: 515

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

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #5 from Uroš Bizjak <ubizjak at gmail dot com> ---
So, a duplicate after all.

*** This bug has been marked as a duplicate of bug 59432 ***
>From gcc-bugs-return-457049-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jul 24 18:44:38 2014
Return-Path: <gcc-bugs-return-457049-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 19545 invoked by alias); 24 Jul 2014 18:44:38 -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 19189 invoked by uid 48); 24 Jul 2014 18:44:33 -0000
From: "LpSolit at netscape dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libgcc/61845] New: Minor build warnings for gcc-4.9.1
Date: Thu, 24 Jul 2014 18:44:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: libgcc
X-Bugzilla-Version: 4.9.1
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: LpSolit at netscape dot net
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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter
Message-ID: <bug-61845-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-07/txt/msg01640.txt.bz2
Content-length: 1856

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

            Bug ID: 61845
           Summary: Minor build warnings for gcc-4.9.1
           Product: gcc
           Version: 4.9.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: bdubbs at linuxfromscratch dot org

I would think that gcc would build itself cleanly.  The following warnings are
produced when building:

libgcc/config/libbid/bid64_div.c:523:51: warning: variable 'Ql' set but not
used
libgcc/config/libbid/bid64_div.c:937:51: warning: variable 'Ql' set but not
used
libgcc/config/libbid/bid64_div.c:1374:51: warning: variable 'Ql' set but not
used

libgcc/config/libbid/bid128_div.c:39:51: warning: variable 'Ql' set but not
used
libgcc/config/libbid/bid128_div.c:490:51: warning: variable 'Ql' set but not
used
libgcc/config/libbid/bid128_div.c:949:51: warning: variable 'Ql' set but not
used
libgcc/config/libbid/bid128_div.c:1406:51: warning: variable 'Ql' set but not
used

libsanitizer/ubsan/ubsan_diag.h:192:72: warning:
'Loc.__ubsan::Location::MemoryLoc' may be used uninitialized in this function
[-Wmaybe-uninitialized]

libssp/gets-chk.c:62:5: warning: 'gets' is deprecated
libssp/gets-chk.c:69:5: warning: 'gets' is deprecated
libssp/gets-chk.c:69: warning: the `gets' function is dangerous and should not
be used.

Built with:

mkdir ../gcc-build
cd    ../gcc-build
            \
../gcc-4.9.1/configure           \
     --prefix=/usr               \
     --enable-shared             \
     --enable-threads=posix      \
     --enable-__cxa_atexit       \
     --enable-clocale=gnu        \
     --enable-languages=c,c++    \
     --disable-multilib          \
     --disable-bootstrap         \
     --with-system-zlib

make


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

end of thread, other threads:[~2014-07-24 18:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-13 14:29 [Bug c++/61794] New: internal error: unrecognizable insn, from avx512 extract instruction agner at agner dot org
2014-07-18 10:19 ` [Bug target/61794] " ubizjak at gmail dot com
2014-07-18 16:14 ` uros at gcc dot gnu.org
2014-07-18 16:18 ` uros at gcc dot gnu.org
2014-07-24 18:44 ` LpSolit at netscape dot net

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).