https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87077
--- Comment #5 from Richard Biener ---
We are now vectorizing the outer loop with the inner loop being unrolled.
If you add #pragma GCC unroll 0 to the inner loop we get comparatively good
code, but we reduce to scalar 4 times.
If you add #prag
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101741
Bug ID: 101741
Summary: [12 Regression] ICE in fold_stmt, at
gimple-range-fold.cc:541
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: ice-checking, ic
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101740
Bug ID: 101740
Summary: The symbol "<" after a name follows "~" as an
id-expression of a member access expression should be
interpreted as a delimiter of template-argument-list
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101739
Bug ID: 101739
Summary: Some function parameters in missing uglify
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98150
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97759
--- Comment #13 from Andrew Pinski ---
For aarch64, we get:
is_power2_popcnt(int):
fmovs0, w0
cnt v0.8b, v0.8b
addvb0, v0.8b
fmovw0, s0
cmp w0, 1
csetw0, eq
ret
is_po
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96918
--- Comment #10 from Hongtao.liu ---
(In reply to Hongtao.liu from comment #9)
> Or the backend add combine helper insn to match
>
> Failed to match this instruction:
> (set (reg:V8HI 90)
> (rotate:V8HI (reg:V8HI 91)
> (const_int 8 [
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96957
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2021-08-03
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96918
--- Comment #9 from Hongtao.liu ---
Or the backend add combine helper insn to match
Failed to match this instruction:
(set (reg:V8HI 90)
(rotate:V8HI (reg:V8HI 91)
(const_int 8 [0x8])))
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98283
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81176
--- Comment #2 from Andrew Pinski ---
Seems fixed in GCC 11+.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96917
Andrew Pinski changed:
What|Removed |Added
Blocks||54367
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96918
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65608
Bug 65608 depends on bug 37804, which changed state.
Bug 37804 Summary: friend declaration leaks into global scope at template
instantiation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37804
What|Removed |Adde
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37804
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43694
Andrew Pinski changed:
What|Removed |Added
CC||anders.granlund.0 at gmail dot
com
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96852
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96852
Andrew Pinski changed:
What|Removed |Added
Known to fail||4.1.2
--- Comment #1 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101732
Andrew Pinski changed:
What|Removed |Added
CC||hstong at ca dot ibm.com
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96529
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101533
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101533
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2021-08-03
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101315
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95784
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2021-08-03
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80566
--- Comment #7 from CVS Commits ---
The master branch has been updated by H.J. Lu :
https://gcc.gnu.org/g:585394d30dc975566186a02e75baf301dbbcc9ba
commit r12-2681-g585394d30dc975566186a02e75baf301dbbcc9ba
Author: H.J. Lu
Date: Mon Aug 2 20:3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90773
H.J. Lu changed:
What|Removed |Added
CC||vincenzo.innocente at cern dot
ch
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80566
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95125
--- Comment #11 from Hongtao.liu ---
(In reply to Andrew Pinski from comment #10)
> float_double and fix_double don't produce the best code yet.
It's because loop vectorizer can only use one vector size, since BB vect
supports different vector s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101736
--- Comment #5 from Roy Sundahl ---
(In reply to Andrew Pinski from comment #3)
> A workaround is to do -fno-reorder-blocks-and-partition if you do
> -fno-reorder-function
That worked! Many thanks Andrew for vetting this bug so quickly and sugg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95483
Andrew Pinski changed:
What|Removed |Added
CC||DrTroll at gmx dot de
--- Comment #6 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92013
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |11.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95125
--- Comment #10 from Andrew Pinski ---
float_double and fix_double don't produce the best code yet.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101521
Andrew Pinski changed:
What|Removed |Added
CC||gabravier at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94934
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80566
Hongtao.liu changed:
What|Removed |Added
CC||crazylht at gmail dot com,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89028
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80566
--- Comment #4 from Andrew Pinski ---
Note clang uses them.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80566
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2021-08-03
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80634
Andrew Pinski changed:
What|Removed |Added
CC||drraph at gmail dot com
--- Comment #7 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79491
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94956
Andrew Pinski changed:
What|Removed |Added
CC||fuz at fuz dot su
--- Comment #8 from An
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68294
Andrew Pinski changed:
What|Removed |Added
Known to work||11.1.0
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68655
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment #14 from Andrew
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89822
--- Comment #3 from Andrew Pinski ---
Oh the sub issue for aarch64 is solved in GCC 7+.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89822
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782
Andrew Pinski changed:
What|Removed |Added
CC||greened at obbligato dot org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45591
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89189
Andrew Pinski changed:
What|Removed |Added
Component|target |tree-optimization
Status|UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87104
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87077
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86722
Andrew Pinski changed:
What|Removed |Added
CC||pinskia at gcc dot gnu.org
Last reconf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36639
Andrew Pinski changed:
What|Removed |Added
CC||moinakb001 at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101738
Andrew Pinski changed:
What|Removed |Added
Resolution|INVALID |DUPLICATE
--- Comment #3 from Andrew Pi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101738
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947
Bug 53947 depends on bug 86557, which changed state.
Bug 86557 Summary: missed vectorization with std::vector compared to icc 18
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86557
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86557
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101738
--- Comment #1 from Moinak Bhattacharyya ---
Note: clang does not have this problem, generating:
```
test:
mov dword ptr [rsp - 4], 305419896
lea rax, [rsp - 4]
.asm_label:
ret
```
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101738
Bug ID: 101738
Summary: Variable value is not set when address passed as
register in inline assembly at O2
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Sever
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94795
Andrew Pinski changed:
What|Removed |Added
CC||vegard.nossum at oracle dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85224
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85224
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2021-08-03
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82812
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84781
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83031
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2021-08-03
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81602
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82259
--- Comment #8 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #7)
> Created attachment 51248 [details]
> patch for the eq issue
>
> This is the patch for the eq issue
Of course after that we get:
(set (reg:QI 92)
(xor:QI (su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82259
Andrew Pinski changed:
What|Removed |Added
Component|target |rtl-optimization
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82259
--- Comment #7 from Andrew Pinski ---
Created attachment 51248
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51248&action=edit
patch for the eq issue
This is the patch for the eq issue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82259
--- Comment #6 from Andrew Pinski ---
(In reply to Uroš Bizjak from comment #2)
> A couple of *scc_bt patterns are missing. These are similar to already
> existing *jcc_bt patterns. Combine wants:
>
> Failed to match this instruction:
> (set (re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79938
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81113
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80634
--- Comment #6 from Andrew Pinski ---
Trunk gives:
vect_cst__42 = {a_13(D), a_13(D), a_13(D), a_13(D)};
vect__4.7_41 = MEM [(float *)x_12(D)];
vect__7.11_46 = MEM [(float *)y_14(D)];
vect__8.12_47 = .FMA (vect__4.7_41, vect_cst__42, vec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947
Bug 53947 depends on bug 80634, which changed state.
Bug 80634 Summary: strangely missed vectorization optimizations
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80634
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80634
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Component|target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70721
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Component|t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80402
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79497
Andrew Pinski changed:
What|Removed |Added
Known to fail||12.0
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067
--- Comment #14 from Andrew Pinski ---
*** Bug 46250 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46250
Andrew Pinski changed:
What|Removed |Added
Resolution|FIXED |DUPLICATE
--- Comment #10 from Andrew Pi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46250
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79497
Andrew Pinski changed:
What|Removed |Added
Resolution|DUPLICATE |---
Status|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46250
Andrew Pinski changed:
What|Removed |Added
CC||gerhard.steinmetz.fortran@t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79497
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79497
--- Comment #2 from Andrew Pinski ---
extern void abort (void);
__thread int tls_gd __attribute__((tls_model("global-dynamic"))) = 0;
int get_gd (void)
{
return tls_gd;
}
int *get_gdp (void)
{
return &tls_gd;
}
int main (void)
{
int va
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101736
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101736
--- Comment #3 from Andrew Pinski ---
A workaround is to do -fno-reorder-blocks-and-partition if you do
-fno-reorder-function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101736
--- Comment #2 from Andrew Pinski ---
Seems to work in GCC 9 but GCC 9 does not do the partitioning of the function
so ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101737
--- Comment #1 from Thomas Petazzoni ---
This still happens with gcc 11.1.0, with the exact same conditions.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95601
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101734
Martin Sebor changed:
What|Removed |Added
Keywords||patch
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101735
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101737
Bug ID: 101737
Summary: SH4 -Os causes internal compiler error when building
pixman
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101736
--- Comment #1 from Roy Sundahl ---
Created attachment 51246
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51246&action=edit
This is the preprocessed file (.ii)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101736
Bug ID: 101736
Summary: Option -fno-reorder-functions breaks exceptions in gcc
8.2.1
Product: gcc
Version: 8.4.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101735
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Last reconfirmed||2021-08-02
Ever confirme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34072
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101735
Bug ID: 101735
Summary: Type parameter inquiries for substrings are rejected
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101711
Eric Gallager changed:
What|Removed |Added
CC||cmtice at google dot com,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77894
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |8.0
Status|NEW
1 - 100 of 236 matches
Mail list logo