https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109753
Richard Biener changed:
What|Removed |Added
Component|target |c++
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109759
--- Comment #1 from Richard Biener ---
Odd, the code is explicitely guarded:
inline wi::hwi_with_prec::hwi_with_prec (HOST_WIDE_INT v, unsigned int p,
signop s)
: precision (p), sgn (s)
{
if (precisi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109764
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49959
--- Comment #6 from CVS Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:69f1a8af45d8a42003c21489019ddfb01d88d30d
commit r14-573-g69f1a8af45d8a42003c21489019ddfb01d88d30d
Author: Andrew Pinski
Date: Wed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103771
--- Comment #43 from CVS Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:69f1a8af45d8a42003c21489019ddfb01d88d30d
commit r14-573-g69f1a8af45d8a42003c21489019ddfb01d88d30d
Author: Andrew Pinski
Date: We
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64700
--- Comment #5 from CVS Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:6d6c17e45f62cfe0b7de502af299348fca548b01
commit r14-575-g6d6c17e45f62cfe0b7de502af299348fca548b01
Author: Andrew Pinski
Date: Thu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59424
--- Comment #6 from CVS Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:6d6c17e45f62cfe0b7de502af299348fca548b01
commit r14-575-g6d6c17e45f62cfe0b7de502af299348fca548b01
Author: Andrew Pinski
Date: Thu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109424
--- Comment #5 from CVS Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:6d6c17e45f62cfe0b7de502af299348fca548b01
commit r14-575-g6d6c17e45f62cfe0b7de502af299348fca548b01
Author: Andrew Pinski
Date: Thu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103771, which changed state.
Bug 103771 Summary: [12/13/14 Regression] Missed vectorization under -mavx512f
-mavx512vl after r12-5489
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103771
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109424
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103771
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|13.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947
Bug 53947 depends on bug 103771, which changed state.
Bug 103771 Summary: [12/13/14 Regression] Missed vectorization under -mavx512f
-mavx512vl after r12-5489
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103771
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64700
--- Comment #6 from Andrew Pinski ---
Right now we just handle unary operations, binary and others will come next.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59424
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89018
Bug 89018 depends on bug 59424, which changed state.
Bug 59424 Summary: Optimization issue on min/max
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59424
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51964
Bug 51964 depends on bug 59424, which changed state.
Bug 59424 Summary: Optimization issue on min/max
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59424
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109424
Bug 109424 depends on bug 59424, which changed state.
Bug 59424 Summary: Optimization issue on min/max
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59424
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49959
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109764
--- Comment #3 from Uroš Bizjak ---
(In reply to Richard Biener from comment #2)
> Confirmed. Pattern recog recognizes the widening multiplication but not a
> highpart multiplication. That's currently missing.
Please note that the following t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109758
--- Comment #9 from Jonathan Wakely ---
(In reply to g.peterhoff from comment #7)
> 1) Can you please still submit a proposal to the STD/ISO committee so that
> abs (besides copysign/signbit) ALWAYS works ?
What does that even mean?
Should abs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109758
--- Comment #10 from Jonathan Wakely ---
(In reply to Jakub Jelinek from comment #8)
> If the builtin isn't supported, perhaps we could use bit_cast if supported
> to toggle the sign bit if we know where it is, but if that isn't supported
> eith
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109758
--- Comment #11 from Jakub Jelinek ---
We'd need to bitcast with
struct
{
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
uint64_t __high;
uint64_t __low;
#else
uint64_t __low;
uint64_t __high;
#endif
} __words64;
};
and back (w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109766
Bug ID: 109766
Summary: Passing doubles through the stack generates a stack
adjustment pear each such argument at -Os/-Oz.
Product: gcc
Version: unknown
Status: UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109767
Bug ID: 109767
Summary: [OpenMP][5.2] Missing loop-variable privatization
inside 'teams'
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Keywords: openmp, wrong
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109768
Bug ID: 109768
Summary: Construct an anonymous union variable with a variant
member that has deleted the destructor should be
ill-formed
Product: gcc
Version: 12
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106075
--- Comment #10 from Eric Botcazou ---
> Eric, maybe you can help with RTL DSE here?
Sure, let me have a look.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108853
--- Comment #5 from Pali Rohár ---
Back to the original question. Can gcc add a new option -mcpu=e500 as alias to
-mcpu=8540 ?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109756
--- Comment #6 from Jakub Jelinek ---
Created attachment 55019
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55019&action=edit
gcc14-pr109756.patch
Untested patch to diagnose ellipsis after attributes with no arguments.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109769
Bug ID: 109769
Summary: gcc testsuite being run on x86 tests when the target
device is risc-v based
Product: gcc
Version: og12 (devel/omp/gcc-12)
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109756
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108623
--- Comment #11 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:e2b993db57f90fedd1bd7756f7ad4c5bfded4b8f
commit r14-577-ge2b993db57f90fedd1bd7756f7ad4c5bfded4b8f
Author: Michael Meissner
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108623
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40635
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #28 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82601
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #9 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87489
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #20 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78391
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #12 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97680
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #18 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90036
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #14 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82178
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #3 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99277
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #12 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95644
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #18 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101909
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #8 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82968
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #9 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99987
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #3 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96339
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #7 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102058
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #9 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #73 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99179
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #6 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101461
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #3 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102416
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #4 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92546
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #34 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101527
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #7 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102261
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #5 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102620
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #6 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101790
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #4 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98218
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #19 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102334
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #5 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102772
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #52 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101990
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #5 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=5
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #6 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102459
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #4 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103115
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #10 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102314
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #8 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100756
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #9 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102587
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #12 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103139
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #5 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102378
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #7 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101444
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #3 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102697
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #7 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103253
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #16 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102454
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #10 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101456
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #12 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102705
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #5 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103819
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #7 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102537
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #6 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101853
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #13 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102758
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #7 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104151
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #17 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102954
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #5 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102312
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #6 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104165
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #9 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102879
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #8 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103388
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #8 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102756
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #9 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102981
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #10 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104178
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #7 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103548
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #6 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103069
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #24 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102982
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #9 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104475
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #26 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104019
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #16 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104739
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #3 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103298
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #7 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103223
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #14 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103370
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #10 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105010
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #24 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103416
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #9 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104200
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #8 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104368
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #4 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105682
Richard Biener changed:
What|Removed |Added
Target Milestone|12.3|12.4
--- Comment #9 from Richard Biene
1 - 100 of 340 matches
Mail list logo