https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-04-17
Resolution|MOVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |MOVED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
--- Comment #5 from Andrew Pinski ---
assert.h comes from libc though ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
Andrew Pinski changed:
What|Removed |Added
See Also||https://sourceware.org/bugz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
--- Comment #4 from Andrew Pinski ---
https://wg21.link/P2264R7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
Andrew Pinski changed:
What|Removed |Added
Component|c++ |libbacktrace
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119846
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
--- Comment #2 from Andrew Pinski ---
GCC actually documents this too:
https://gcc.gnu.org/onlinedocs/cpp/Macro-Arguments.html
Even though that is part of the standard.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118947
--- Comment #6 from Andrew Pinski ---
The aliasing improvement patch:
https://gcc.gnu.org/pipermail/gcc-patches/2025-April/681345.html
The STRING_CST part was already approved and I will be pushing it tomorrow.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119845
--- Comment #3 from Andrew Pinski ---
double c = split_factor * a;
...
res.x = c-(c-a);
>not compliant with floating point standards
Kinda of.
If you use -std=c23 instead of the default of -std=gnu23 (assuming the trunk,
13 defaulte
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118902
Andrew Pinski changed:
What|Removed |Added
Keywords||patch
URL|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97640
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Depends on|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107360
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-04-17
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16994
Bug 16994 depends on bug 119846, which changed state.
Bug 119846 Summary: function returning vla causes ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119846
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107360
Andrew Pinski changed:
What|Removed |Added
CC||xiaohuba2021 at 163 dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119847
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119851
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116356
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-04-17
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116356
Andrew Pinski changed:
What|Removed |Added
CC||peppe at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119850
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106902
Andrew Pinski changed:
What|Removed |Added
CC||gabriel.fougeron at hotmail
dot fr
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119845
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119843
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119837
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119742
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97640
Andrew Pinski changed:
What|Removed |Added
Component|c++ |tree-optimization
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119842
--- Comment #3 from Andrew Pinski ---
Note this shows up only on x86_64 too. So maybe this is a backend bug ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79189
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70723
Andrew Pinski changed:
What|Removed |Added
CC||ldionne.2 at gmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119837
--- Comment #4 from Andrew Pinski ---
I was looking into this and don't see COLUMNS env being used for diagnostic
messages width any more. But I could be wrong. I did it being used for printing
out the line of the source file though.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119842
Andrew Pinski changed:
What|Removed |Added
Target|x86_64 |x86_64 powerpc*-*-* (32bit)
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119842
--- Comment #2 from Andrew Pinski ---
By worked I mean we emitted a warning:
```
:3:5: warning: conflicting types for built-in function 'vfprintf';
expected 'int(void *, const char *, __va_list_tag *)'
[-Wbuiltin-declaration-mismatch]
3 | in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119842
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82956
Andrew Pinski changed:
What|Removed |Added
Keywords|link-failure|
--- Comment #5 from Andrew Pinski ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82956
--- Comment #3 from Andrew Pinski ---
The minimized testcase looks correct.
This also might be a binutils/ld bug.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82956
Andrew Pinski changed:
What|Removed |Added
See Also||https://sourceware.org/bugz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82956
--- Comment #1 from Andrew Pinski ---
No what happened was there is now a direct call to
_ZThn120_N14Gtid_log_event13get_data_sizeEv (and not via PLT) and the
_ZThn120_N14Gtid_log_event13get_data_sizeEv gets emitting in the object file
as:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119739
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119745
Andrew Pinski changed:
What|Removed |Added
Keywords||c++23
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119744
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119743
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-04-17
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119741
Andrew Pinski changed:
What|Removed |Added
Keywords||c++26
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119740
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119839
--- Comment #4 from Andrew Pinski ---
Note I am not even sure if we care about no strict aliasing performance issues
in this case either. Most code has been fixed to be compatible with the c
aliasing rules too.
Though you might be able to get a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119839
--- Comment #3 from Andrew Pinski ---
What options are you using to compile?
Are you using -fno-strict-aliasing?
If so what is happening and why it was really just bad luck before if all of
the uses of the variable were local to the partitionin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119839
--- Comment #2 from Andrew Pinski ---
Yes before the cloned symbols were put last. While now they ordered in the same
batch as what the source was.
so you will need to narrow down further why change_stack_pointer was pulled out
of the loop befo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119839
Andrew Pinski changed:
What|Removed |Added
Keywords||needs-reduction,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88670
Bug 88670 depends on bug 111285, which changed state.
Bug 111285 Summary: [12 Regression] vector ABSU is lowered incorrectly
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111285
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111285
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116922
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118476
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118922
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110009
Bug 110009 depends on bug 111285, which changed state.
Bug 111285 Summary: [12 Regression] vector ABSU is lowered incorrectly
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111285
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117243
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119838
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-04-16
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119830
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-04-16
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119831
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119830
Andrew Pinski changed:
What|Removed |Added
Host||Mingw
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108150
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108016
Andrew Pinski changed:
What|Removed |Added
CC||konstantin.vladimirov@gmail
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119828
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119828
Andrew Pinski changed:
What|Removed |Added
Component|c |middle-end
--- Comment #1 from Andrew P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64534
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64534
--- Comment #5 from Andrew Pinski ---
(In reply to Phong Nguyen from comment #4)
> I've been able to replicate this on GCC 8.5.0 but it looks like GCC 9.2.1,
> 10.3.1, 11.2.1, 12.2.1, 13.3.1 and 14.2.1 are showing expected behavior.
Huh? `gcc -m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116093
--- Comment #3 from Andrew Pinski ---
Based on my analysis in comment #1 makes this sound similar to the problem that
is being fixed by r15-9397-g3f9dfb94eab1ab1bbf9a2b5e20d1f61e36516063 .
Notice _5 = _2; there.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119779
--- Comment #9 from Andrew Pinski ---
See
https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/x86-Options.html#index-masm_003ddialect-1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113546
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118476
Andrew Pinski changed:
What|Removed |Added
Known to work||13.3.1
Summary|[12/13 Regres
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113546
Andrew Pinski changed:
What|Removed |Added
Known to work||14.2.1
Summary|[13/14 Regres
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78217
Andrew Pinski changed:
What|Removed |Added
CC||heiko at hexco dot de
--- Comment #6 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119824
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119824
--- Comment #1 from Andrew Pinski ---
Even simplier is rejected:
```
extern unsigned t;
auto t = 1u;
```
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79009
Andrew Pinski changed:
What|Removed |Added
Alias||cwg1347
Blocks|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119822
--- Comment #2 from Andrew Pinski ---
Sorry it is documented here:
https://gcc.gnu.org/onlinedocs/gcc-14.2.0/libstdc++/manual/manual/using.html#manual.intro.using.flags
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119822
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119816
--- Comment #6 from Andrew Pinski ---
The other thing is `-fuse-ld=gold`, the gold linker itself has been deprecated
in binutils upstream. You could also try removing that too.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119628
--- Comment #10 from Andrew Pinski ---
(In reply to Ken Jin from comment #9)
> :
>0: 55 pushq %rbp
>1: 48 89 e5movq%rsp, %rbp
>4: 48 89 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111285
Andrew Pinski changed:
What|Removed |Added
Summary|[12/13 Regression] vector |[12 Regression] vector ABSU
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116922
Andrew Pinski changed:
What|Removed |Added
Known to work||13.3.1
Summary|[12/13 Regres
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118922
Andrew Pinski changed:
What|Removed |Added
Summary|[12/13 regression] |[12 regression] Miscompile
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117243
Andrew Pinski changed:
What|Removed |Added
Known to work||13.3.1
Summary|[12/13 regres
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95782
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118922
Andrew Pinski changed:
What|Removed |Added
Known to fail||14.2.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117243
Andrew Pinski changed:
What|Removed |Added
Summary|[12/13/14 regression] |[12/13 regression] program
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119814
--- Comment #2 from Andrew Pinski ---
Interesting take the following:
```
void a(...);
template
bool b1()
{ return requires (void (*v)(...)) { v(v(1)); }; }
bool c() { return b1(); }
```
Clang and GCC both say this returns 1 but MSVC retu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119814
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119808
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119811
Bug ID: 119811
Summary: calls.h should not be needed for tree-ssa-phiopt.cc
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Keywords: internal-improvement
Severity: enhan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119811
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119341
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116922
Andrew Pinski changed:
What|Removed |Added
Known to fail|14.2.1 |
Summary|[12/13/14 Regressio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117869
--- Comment #5 from Andrew Pinski ---
And I can confirm I can build rust now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117869
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |15.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119342
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |15.0
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118476
--- Comment #15 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #14)
> Fixed also for GCC 14.3.0.
r14-11609-gf6efcd3d4855e57 for reference; I forgot to update the bug # to
reference this one too.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116098
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118476
Andrew Pinski changed:
What|Removed |Added
Summary|[12/13/14 Regression] |[12/13 Regression] Internal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111285
Andrew Pinski changed:
What|Removed |Added
Known to work||14.2.1
Summary|[12/13/14 Reg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116927
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
1 - 100 of 6851 matches
Mail list logo