https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116905
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116898
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116891
--- Comment #6 from Walter Mascarenhas ---
Hi Andrew,
The proper optimization in this case would be to use the instruction
vfnmsub132pd followed by a change of sign. It could be something like
fma_ru:
vfnmsub132pd xmm0, xmm2, xmm1
vmovddup
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98935
Iain Sandoe changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116905
--- Comment #3 from GCC Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:60fa7f51c84f042af70a3feea14236c102d6a9c2
commit r15-3987-g60fa7f51c84f042af70a3feea14236c102d6a9c2
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115140
Thomas Schwinge changed:
What|Removed |Added
Status|NEW |RESOLVED
Assignee|unassigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116906
--- Comment #4 from Richard Biener ---
(In reply to Richard Biener from comment #3)
> Found partial redundancy for expression {trunc_mod_expr,1,p_9(D)} (0008)
> Inserted _33 = 1 % p_9(D);
> in predecessor 13 (0008)
> Inserting expression in blo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116571
--- Comment #8 from rguenther at suse dot de ---
On Tue, 1 Oct 2024, tschwinge at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116571
>
> --- Comment #7 from Thomas Schwinge ---
> (In reply to Richard Biener from comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116925
--- Comment #3 from Andrew Pinski ---
Created attachment 59257
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59257&action=edit
cleaned up reduced testcase
`-mavx -O2 -ffloat-store` is enough to reproduce the issue.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116925
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2024-10-01
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116927
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113954
Sam James changed:
What|Removed |Added
Target Milestone|--- |15.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113932
Bug 113932 depends on bug 113954, which changed state.
Bug 113954 Summary: Finish LRA transition for arc by removing -mlra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113954
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116080
--- Comment #18 from Christophe Lyon ---
Sorry, no, this is not the cause of the problem (actually musttail7.c also
fails in gcc.log).
I looked into this, and it's a bit tricky
in arm_function_ok_for_sibcall() (from arm.cc), we have:
/*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116899
Jakub Jelinek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88771
qinzhao at gcc dot gnu.org changed:
What|Removed |Added
CC||qinzhao at gcc dot gnu.org
-
Hello,
We’re reaching out to propose an article that we believe will resonate with
your audience. We’d like to share insights on how your readers can
seamlessly integrate mindfulness into their daily routines.
In the article we’d like to write for your site, we’ll provide practical
tips, simple
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116927
--- Comment #4 from Andrew Pinski ---
early_ra::is_dead_insn checks side_effects_p but deletable_insn_p (dce.cc) has
an extra check:
/* Don't delete insns that may throw if we cannot do so. */
if (!(cfun->can_delete_dead_exceptions && can_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116928
Bug ID: 116928
Summary: Error on NTTP with '>' in braced default
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115361
--- Comment #4 from GCC Commits ---
The releases/gcc-14 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:47b205b4dcca8be98bff96ea6b6f80682c65a0b1
commit r14-10727-g47b205b4dcca8be98bff96ea6b6f80682c65a0b1
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115987
--- Comment #24 from GCC Commits ---
The releases/gcc-14 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:7232bc180632f0ccce260bd33598faf6297d4fe6
commit r14-10726-g7232bc180632f0ccce260bd33598faf6297d4fe6
Author: Marek Polacek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116928
--- Comment #1 from Andrew Pinski ---
EDG rejects it in a similar fashion as GCC:
"", line 2: error: expected an expression
template 0 }>
^
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116922
--- Comment #2 from Andrew Pinski ---
Created attachment 59260
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59260&action=edit
Testcase without vectors
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116922
--- Comment #3 from Andrew Pinski ---
Created attachment 59261
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59261&action=edit
Patch which seems to work and am testing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116907
--- Comment #18 from Andrew Pinski ---
So this gc freed memory is somewhere in the BLOCK tree. I have some ideas on
how to go and debug this but I won't be able to get to that until later
tonight.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116907
Andrew Pinski changed:
What|Removed |Added
Component|ipa |lto
--- Comment #19 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116931
--- Comment #4 from Matt Bentley ---
Okay, so that's a language defect, because const int * const isn't invalid, so
neither should a typedef of the same.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116654
--- Comment #7 from GCC Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:b56dc0a9ac403891ddad8bce1d697ed7f5c365f7
commit r15-4005-gb56dc0a9ac403891ddad8bce1d697ed7f5c365f7
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116654
--- Comment #8 from GCC Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:eb0698ae62fedae90e5c5cc071c8aa5c1cb2f74d
commit r15-4006-geb0698ae62fedae90e5c5cc071c8aa5c1cb2f74d
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116578
Bug 116578 depends on bug 116654, which changed state.
Bug 116654 Summary: [15 regression] many vector test case failures after
r15-3509-gd34cda72098867
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116654
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116654
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116654
--- Comment #6 from Richard Biener ---
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c scan-tree-dump-times vect
"vectorizing stmts using SLP" 3
the testcase needs adjustment (will push fix)
FAIL: gcc.target/powerpc/p9-vec-length-full-8.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116929
Bug ID: 116929
Summary: ICE in write_unnamed_type_name when building redumper
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116929
Sam James changed:
What|Removed |Added
Version|15.0|14.2.1
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116613
--- Comment #13 from David Malcolm ---
I'm experimenting with a new
-fdiagnostics-add-output=
with this rough grammar:
:
":" key_value_pairs
: "text"
: "sarif"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116929
--- Comment #1 from Sam James ---
Created attachment 59262
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59262&action=edit
foo.tar.xz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116907
--- Comment #20 from Andrew Pinski ---
#2 0x01271d97 in DFS::DFS_write_tree_body (this=0x7fffd3c0,
ob=0x3f52620, expr=, expr_state=0x3f76060,
ref_p=true) at /home/apinski/src/upstream-gcc/gcc/gcc/lto-streamer-out.cc:1104
1104
Priority: P3
Component: driver
Assignee: unassigned at gcc dot gnu.org
Reporter: sjames at gcc dot gnu.org
Target Milestone: ---
```
$ gcc --version
gcc (Gentoo Hardened 15.0. p, commit
4dffefc137f5ba6524cdb6eb598313646c5df6c8) 15.0.0 20
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116930
--- Comment #1 from Sam James ---
Note that the way we inject our versioning is maybe a bit janky and old, it
predates me:
```
# Needed for gcc --version to include the upstream commit used
# rather than only the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116930
--- Comment #2 from Andrew Pinski ---
Part of that might be because you use --with-pkgversion= .
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116654
--- Comment #4 from GCC Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:e592ea8ddffb44bab52d36d9862bb39ffae4d144
commit r15-4004-ge592ea8ddffb44bab52d36d9862bb39ffae4d144
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116654
--- Comment #5 from Richard Biener ---
OK, so I can still confirm the following of which the generic vect/ cases
are known and affect other targets as well.
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c scan-tree-dump-times vect
"vectorizi
101 - 142 of 142 matches
Mail list logo