https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106865
--- Comment #2 from cqwrteur ---
template
inline constexpr T add_carry(T a,T b,T carryin,T& carryout) noexcept
{
a+=b;
carryout=a
inline constexpr T sub_carry(T a,T b,T carryin,T& carryout) noexcept
{
a-=b;
carryout=bhttps://godb
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106866
Bug ID: 106866
Summary: [13 Regression] ICE in
predicate::init_from_control_deps
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106833
--- Comment #10 from Kewen Lin ---
(In reply to Segher Boessenkool from comment #9)
> Although, preferably we should not allow assigning one opaque type to another
> opaque type just because they will eventually use the same mode, not without
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106833
--- Comment #11 from Kewen Lin ---
One modified case from pr102347.c (same option set is used), which can
reproduce the ICE without any gcc source adjustment.
#pragma GCC target "cpu=power10"
int main ()
{
float *b;
const __vector_quad c;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106867
Bug ID: 106867
Summary: [13 Regression] ICE in set, at value-range.cc:372
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106736
--- Comment #12 from Kewen Lin ---
(In reply to Segher Boessenkool from comment #11)
> (In reply to Peter Bergner from comment #10)
> > (In reply to Segher Boessenkool from comment #9)
> > > When MMA is not enabled,
> > ...
> > > the __vector_{q
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106829
--- Comment #4 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:e90af965e5c858ba02c0cdfbac35d0a19da1c2f6
commit r13-2509-ge90af965e5c858ba02c0cdfbac35d0a19da1c2f6
Author: Jakub Jelinek
Date: W
101 - 107 of 107 matches
Mail list logo