https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71761
--- Comment #13 from Andrew Pinski ---
New patch which includes the fix:
https://gcc.gnu.org/pipermail/gcc-patches/2025-June/687633.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71761
--- Comment #12 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #11)
> Patch posted:
> https://gcc.gnu.org/pipermail/gcc-patches/2025-June/687297.html
I have a new patch in testing which fixes the targetm.calls.structure_value_rtx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120830
--- Comment #7 from Andrew Pinski ---
This looks wrong:
else if (CONST_VECTOR_P (op))
{
rtx first = XVECEXP (op, 0, 0);
for (int i = 1; i < nunits; ++i)
{
rtx tmp = XVECEXP (op, 0, i);
/* Vector dupl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120830
--- Comment #3 from Andrew Pinski ---
(In reply to Sam James from comment #2)
>
> Breakpoint 1.899, as_a (p=,
> p=) at
> /usr/src/debug/sys-devel/gcc-16.0./gcc-16.0./gcc/is-a.h:255
> 255 gcc_checking_assert (is_a (p));
This is
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120824
--- Comment #2 from Andrew Pinski ---
https://www.open-std.org/JTC1/SC22/WG21/docs/papers/2020/p2115r0.html
Let me see if I can find the DR #.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95938
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |12.5
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95938
Andrew Pinski changed:
What|Removed |Added
CC||rush102333 at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120821
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
Keywords: testsuite-fail
Severity: normal
Priority: P3
Component: plugins
Assignee: unassigned at gcc dot gnu.org
Reporter: pinskia at gcc dot gnu.org
Target Milestone: ---
Host: x86_64-linux-gnu
Target: aarch64-linux-gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120809
--- Comment #5 from Andrew Pinski ---
(In reply to David Malcolm from comment #4)
> I figured it out: r16-1631-g2334d30cd8feac added optional generation of SVG
> diagrams to the generated HTML, by invoking "dot -Tsvg". state-diagram-5.c
> is th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120827
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-06-25
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120825
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71962
Andrew Pinski changed:
What|Removed |Added
CC||addmlbx at gmail dot com
--- Comment #16
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107095
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120817
--- Comment #2 from Andrew Pinski ---
(In reply to Sam James from comment #1)
> At -O3 on x86_64-pc-linux-gnu, we also get a bunch of -Wstringop-overflow
> appearing.
I think those are different.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106378
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120816
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |16.0
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120724
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120756
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120756
Andrew Pinski changed:
What|Removed |Added
Keywords||needs-bisection
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120798
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-06-24
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120742
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120795
--- Comment #10 from Andrew Pinski ---
This might be slightly smaller, (removes c++20 specific stuff) (I can't test it
with the failing case):
```
int a;
void b();
struct e {
int ab;
int d() { return ab; }
};
struct f {
e g;
auto d() {
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120813
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |15.2
Summary|[15/16 Regressi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120808
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120809
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |16.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120809
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120808
--- Comment #1 from Andrew Pinski ---
Hmm, I think there is a dup.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120803
Andrew Pinski changed:
What|Removed |Added
Keywords||documentation
--- Comment #2 from Andre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120720
--- Comment #5 from Andrew Pinski ---
std::max has been constexpr since c++14.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23094
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |8.0
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111299
Andrew Pinski changed:
What|Removed |Added
CC||anthony.hayward@ast-science
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102530
--- Comment #5 from Andrew Pinski ---
GCC does provide a warning for:
```
struct A {
~A();
int t;
};
struct B
{
A a;
A& get_a() { return a; }
};
int main()
{
A& ar = B().get_a();
// ar now refers to a destroyed object
return ar.t;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111299
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87403
Bug 87403 depends on bug 120785, which changed state.
Bug 120785 Summary: No compiler warning when wrapping a packed C-style array in
a std::span, array memcpy instead
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120785
What|Remov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120785
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120785
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-06-23
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120739
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-06-23
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120788
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120726
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Component|libgcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25790
Andrew Pinski changed:
What|Removed |Added
CC||dilyan.palauzov at aegee dot
org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71761
--- Comment #11 from Andrew Pinski ---
Patch posted:
https://gcc.gnu.org/pipermail/gcc-patches/2025-June/687297.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120776
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120726
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|1 |0
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120775
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120766
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120773
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120777
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54770
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82705
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Keywords|FIXME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71761
Andrew Pinski changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71761
Andrew Pinski changed:
What|Removed |Added
CC||jmuizelaar at mozilla dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115606
Bug 115606 depends on bug 82705, which changed state.
Bug 82705 Summary: Missing tail calls for large structs returns
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82705
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82705
--- Comment #8 from Andrew Pinski ---
Created attachment 61682
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61682&action=edit
Patch which I am testing but needs some testcases too
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120762
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82705
Andrew Pinski changed:
What|Removed |Added
Keywords||FIXME
--- Comment #7 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120762
--- Comment #3 from Andrew Pinski ---
See
https://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries
which documents this downstream in debian.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120758
--- Comment #1 from Andrew Pinski ---
EDG also rejects this code.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120758
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120735
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56456
Bug 56456 depends on bug 120735, which changed state.
Bug 120735 Summary: -Warray-bounds error via std::vector::data after unsigned
int overflow potential
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120735
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120759
Andrew Pinski changed:
What|Removed |Added
Known to fail||4.7.1
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120750
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120719
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Severity|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120726
Andrew Pinski changed:
What|Removed |Added
Component|bootstrap |libgcc
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120709
Andrew Pinski changed:
What|Removed |Added
Summary|[15/16 Regression] ICE in |[15/16 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120706
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |14.4
Summary|Incorrect under
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120720
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-06-22
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120725
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120720
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Blocks|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120745
--- Comment #1 from Andrew Pinski ---
I am not sure bugzilla is the right place to ask for help while working on a
patch/pass; the gcc@ mailing list is where that normally takes place.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120736
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |15.2
Summary|[16 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120732
Andrew Pinski changed:
What|Removed |Added
Summary|Compiler doesn't generate a |simd attribute needs better
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120719
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120683
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120757
Andrew Pinski changed:
What|Removed |Added
Known to fail||12.4.0, 13.1.0, 14.1.0
Target Milesto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120748
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |16.0
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120754
Andrew Pinski changed:
What|Removed |Added
Summary|Segfault when trying to |[12/13/14/15/16 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120744
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120735
Andrew Pinski changed:
What|Removed |Added
Keywords||diagnostic
Blocks|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120727
--- Comment #3 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #2)
> I am sure this is a false positive since there is no such thing as unsigned
> overflow. It is always wrapping.
Whoops that was for a different bug report
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120727
--- Comment #2 from Andrew Pinski ---
I am sure this is a false positive since there is no such thing as unsigned
overflow. It is always wrapping.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120738
--- Comment #1 from Andrew Pinski ---
Can you point to the definition of CTF_FP_LDOUBLE? Because it seems wrong to
have IEEE 128 and IEEE 80 share both CTF_FP_LDOUBLE.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120739
Andrew Pinski changed:
What|Removed |Added
Keywords||btf-debug
--- Comment #1 from Andrew Pi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120739
--- Comment #2 from Andrew Pinski ---
A patch for this was already rejected:
https://patchwork.sourceware.org/project/gcc/patch/20250501213426.2252847-2-bruce.mccull...@oracle.com/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120738
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |SUSPENDED
--- Comment #3 from Andrew Pi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120738
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120738
--- Comment #4 from Andrew Pinski ---
Long double could be 64bit while having _Float128 too. This is allowed with c23
even. Even _Float16 is not able to be represented.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110181
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |16.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120721
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120720
--- Comment #1 from Andrew Pinski ---
You could always use the non builtin constexpr function to do the same for
constexpr part like is required for strlen, etc.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120718
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
||pinskia at gcc dot gnu.org
Target Milestone|--- |15.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120707
--- Comment #4 from Andrew Pinski ---
What happens if you don't build in the src tree as recommended in the install
documentation?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120707
Andrew Pinski changed:
What|Removed |Added
Target||X86_64
Summary|Comparing sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120707
Andrew Pinski changed:
What|Removed |Added
Component|rust|bootstrap
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120609
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|REOPENED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120704
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120704
Andrew Pinski changed:
What|Removed |Added
Known to work||13.4.0
Summary|[14/15/16 reg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120704
--- Comment #5 from Andrew Pinski ---
Created attachment 61663
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61663&action=edit
Self contained testcase without the questionable coce
1 - 100 of 11270 matches
Mail list logo