https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109870
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114712
Bug ID: 114712
Summary: Missed optimization: simplify if-else basic blocks
that share common destinations
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114704
--- Comment #4 from Andrew Pinski ---
(In reply to XChy from comment #3)
> Do you mean "*p = a" at the end?
In this case a and t should be the same value :). So it does not matter. I was
showing that sometimes gcc messes up when using the origi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114712
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80301
--- Comment #5 from Andrew Pinski ---
Starting in GCC 11, we try to prop the add into the mem but then fail with:
```
cannot propagate from insn 9 into insn 10: would create an invalid MEM
cannot propagate from insn 9 into insn 16: would create a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103952
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed|2022-01-09 00:00:00 |2024-4-13
--- Comment #6 from Andrew Pi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104670
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Target Milestone|11.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107430
Bug 107430 depends on bug 104670, which changed state.
Bug 104670 Summary: [11/12/13/14 Regression] ICE when using decltype of a
lambda returning a struct inside of a struct
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104670
What
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105667
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed|2022-05-19 00:00:00 |2024-4-13
--- Comment #9 from Andrew Pi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112926
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99538
Andrew Pinski changed:
What|Removed |Added
Keywords||c++-lambda
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103410
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491
Bug 67491 depends on bug 103410, which changed state.
Bug 103410 Summary: ICE: in grokfndecl, at cp/decl.c:9903
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103410
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107430
Bug 107430 depends on bug 107024, which changed state.
Bug 107024 Summary: ICE in finish_expr_stmt, at cp/semantics.cc:872
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107024
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107024
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103807
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101704
--- Comment #4 from Andrew Pinski ---
I should note that clang 18+ (runtime) output is different from before and
looks correct.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107168
Andrew Pinski changed:
What|Removed |Added
Known to work||14.0
Summary|[11/12/13/14 Re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114686
JuzheZhong changed:
What|Removed |Added
CC||juzhe.zhong at rivai dot ai
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96672
Andrew Pinski changed:
What|Removed |Added
Depends on||57067
--- Comment #4 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94753
Andrew Pinski changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88557
Andrew Pinski changed:
What|Removed |Added
Keywords||c++-lambda, rejects-valid
Last reconfi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114618
Jerry DeLisle changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|DUPLICATE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65406
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed|2021-08-13 00:00:00 |2024-4-13
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29756
--- Comment #19 from Andrew Pinski ---
Created attachment 57941
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57941&action=edit
Uninclude version of the "More concise demonstration of the v4sf->float->v4sf
issue"
Uninclude version so it i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78921
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |12.0
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88918
Bug 88918 depends on bug 78921, which changed state.
Bug 78921 Summary: SSE/AVX shuffle intrinsics uses ia32_builtins instead of
__builtin_shuffle
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78921
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29756
Andrew Pinski changed:
What|Removed |Added
Known to work||14.0
--- Comment #20 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29756
--- Comment #21 from Andrew Pinski ---
r14-3381-g27de9aa152141e combined with
r13-3212-gb88adba751da63
r13-3271-g786e4c024f9416
Fixed the "More concise demonstration of the v4sf->float->v4sf issue" testcase.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29756
--- Comment #22 from Andrew Pinski ---
Created attachment 57942
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57942&action=edit
uninclude of the original testcase
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29756
Andrew Pinski changed:
What|Removed |Added
Known to work|14.0|
--- Comment #23 from Andrew Pinski ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77633
--- Comment #5 from Andrew Pinski ---
I see clang does not implement this intrinsics this way. They accept int.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77633
--- Comment #6 from Andrew Pinski ---
https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm512_shuffle_epi32&ig_expand=6414,6000
Specifically uses _MM_PERM_ENUM here too.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80022
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883
Bug 40883 depends on bug 80022, which changed state.
Bug 80022 Summary: arc: diagnostic ending in two periods
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80022
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95247
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94863
--- Comment #4 from Andrew Pinski ---
(In reply to Gabriel Ravier from comment #1)
> Note: The given outputs for LLVM and GCC are when compiling with `-O3
> -msse4.1`
I think you have the oppsite meaning with respect to `-msse4.1` here. They are
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99782
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |11.5
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99782
Andrew Pinski changed:
What|Removed |Added
Component|target |middle-end
--- Comment #2 from Andrew Pi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91811
Andrew Pinski changed:
What|Removed |Added
Known to work||13.1.0
--- Comment #2 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95700
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92439
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491
Bug 67491 depends on bug 92439, which changed state.
Bug 92439 Summary: [concepts] trunk crashes on constraint satisfaction failure
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92439
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104788
--- Comment #3 from Andrew Pinski ---
Created attachment 57943
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57943&action=edit
Slightly more reduced
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104788
Andrew Pinski changed:
What|Removed |Added
Attachment #57943|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113253
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |11.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112969
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |11.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112792
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112889
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |11.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |11.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108806
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |12.4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110014
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111266
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109059
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |11.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109077
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |11.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112790
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109802
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109577
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114373
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.3
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111289
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114578
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114593
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |11.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114677
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112493
Andrew Pinski changed:
What|Removed |Added
Keywords|needs-bisection |
--- Comment #3 from Andrew Pinski ---
101 - 164 of 164 matches
Mail list logo