https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103511
Bug ID: 103511
Summary: __builtin_bit_cast requires a constructor call
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: rejects-valid
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103453
--- Comment #8 from cqwrteur ---
(In reply to cqwrteur from comment #7)
> (In reply to cqwrteur from comment #6)
> > (In reply to Jonathan Wakely from comment #3)
> > > Fixed on trunk so far, but this is backportable.
> >
> > Turns out _GLIBCXX
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103512
Bug ID: 103512
Summary: The failure of the substitution in explicit-specifier
should be considered when overload resolution
Product: gcc
Version: 11.2.1
Status: UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98954
Andrew Pinski changed:
What|Removed |Added
Attachment #50271|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64992
--- Comment #11 from Andrew Pinski ---
Note the latest patch for PR 98954 fixes this one.
rithms: zlib
gcc version 12.0.0 20211130 (experimental) (GCC)
Can also quickly check here: https://godbolt.org/z/W18G8jn7E
Thanks,
Haoxin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103513
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103513
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2021-12-01
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103510
--- Comment #1 from ashimida ---
For example, such a c code works find in clang with libunwind,
and will cause a crash in gcc with libgcc in aarch64.
#include
#include
#include
_Unwind_Reason_Code callback(struct _Unwind_Context *context, v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103497
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103500
Richard Biener changed:
What|Removed |Added
Target||aarch64
--- Comment #1 from Richard Bi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103506
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |10.4
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103513
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103514
Bug ID: 103514
Summary: Missing XOR-EQ-AND Optimization
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimiza
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103513
--- Comment #3 from Andrew Pinski ---
Note we disable the creation of the cond_expr here normally until
!canonicalize_math_p () is true
But evrp does:
Folding statement: _10 = _9 * 20;
Matching expression match.pd:2075, gimple-match.c:819
Match
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103514
--- Comment #1 from Andrew Pinski ---
Note the loop should be:
(for first_op (bit_xor eq )
second_op (eq bit_xor)
(simplify
(first_op:c (bit_and:c truth_valued_p@0 truth_valued_p@1) (second_op:c @0
@1))
(bit_not (bit_ior @0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103514
--- Comment #2 from Navid Rahimi ---
Exactly. Actually in my final version I had it with single loop, but didn't
know I can remove the condition too. Thanks Andrew.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103274
--- Comment #11 from Martin Storsjö ---
(In reply to Eric Botcazou from comment #10)
> Thanks for reporting the problem.
Thanks for the fix! I can confirm that the version of the patch backported on
the gcc-10 branch fixes the testcase at least
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102239
--- Comment #11 from luoxhu at gcc dot gnu.org ---
+(define_insn_and_split "*anddi3_insn_dot"
+ [(set (pc)
+(if_then_else (eq (and:DI (match_operand:DI 1 "gpc_reg_operand" "%r,r")
+ (match_operand:DI 2 "const_int
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101912
--- Comment #5 from rguenther at suse dot de ---
On Tue, 30 Nov 2021, eggert at cs dot ucla.edu wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101912
>
> --- Comment #4 from eggert at cs dot ucla.edu ---
> (In reply to Aldy Hernandez fr
201 - 220 of 220 matches
Mail list logo