https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87858
Bug ID: 87858
Summary: Building old multilib bootstrap GCC: stage1 32-bit
libstdc++ fails to build after building 64-bit
libstdc++
Product: gcc
Version: unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87858
--- Comment #1 from Matthew Krupcale ---
Created attachment 44945
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44945&action=edit
analogous patch for GCC 8.2 potentially allowing future GCC to build GCC 8.2
(untested)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85035
sandra at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87853
--- Comment #3 from Terry Guo ---
(In reply to H.J. Lu from comment #2)
> Xuepeng, can you take a look?
OK. Working on it now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70380
Eric Gallager changed:
What|Removed |Added
CC||jason at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87079
sandra at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40503
Eric Gallager changed:
What|Removed |Added
CC||joseph at codesourcery dot com
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70831
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80437
--- Comment #7 from Eric Gallager ---
(In reply to Markus Trippelsdorf from comment #6)
> (In reply to David Malcolm from comment #4)
> > If the warning is based of a const, maybe lead with that e.g. in the 2nd
> > place here:
> >
> > bug.c:11:5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80744
Eric Gallager changed:
What|Removed |Added
Blocks||87403
Summary|Detect Divide B
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87853
--- Comment #4 from Terry Guo ---
Thanks Derek for reporting. I can reproduce what Derek described and do think
this is a bug.
_mm_cmpgt_epi8 (__m128i __A, __m128i __B)
{
return (__m128i) ((__v16qi)__A > (__v16qi)__B);
}
This one performs sig
101 - 111 of 111 matches
Mail list logo