https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67791
--- Comment #17 from Jonathan Wakely ---
GCC 9 hasn't changed, so it must be something in your Ubuntu environment or
your code.
I don't think the RTLD_xxx approach was ever robust, the libpthread.so library
needs to be loaded before the first __
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109684
--- Comment #9 from Neil Carlson ---
Bug is still present in 13.2.0.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105990
--- Comment #4 from Andrew Pinski ---
(In reply to Hongtao.liu from comment #1)
> foo() also can be eliminated.
This one is similar to PR 105832 really.
```
_2 = (int) a.2_1;
_3 = 2 >> _2;
if (_3 == 2)
goto ; [34.00%]
else
goto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110862
--- Comment #4 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:5d87f71bb462ccb78dd3d9d810ea08d96869cb4b
commit r14-3066-g5d87f71bb462ccb78dd3d9d810ea08d96869cb4b
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110860
--- Comment #5 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:bb3ceeb6520c13fc5ca08af7d43fbd3f975e72b0
commit r14-3069-gbb3ceeb6520c13fc5ca08af7d43fbd3f975e72b0
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110917
--- Comment #4 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:c5ea5aecac323e9094e4dc967f54090cb244bc6a
commit r14-3068-gc5ea5aecac323e9094e4dc967f54090cb244bc6a
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110938
Bug ID: 110938
Summary: miscompile if implicit special member is deleted in a
subtle way
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110938
Andrew Pinski changed:
What|Removed |Added
Summary|miscompile if implicit |miscompile if implicit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110938
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |11.5
Summary|miscompile if i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110938
--- Comment #2 from Andrew Pinski ---
Note 4.8.5 (and before), seems to have the wrong ABI for non-mutable case too.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109684
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109684
--- Comment #11 from Steve Kargl ---
On Mon, Aug 07, 2023 at 10:04:54PM +, kargl at gcc dot gnu.org wrote:
>
> Note final->attr.pure = 0 seems to contradict C1595 while constructing
> the wrapper. I'm not too familiar with this portion of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108310
--- Comment #5 from Eric Gallager ---
(In reply to Jonathan Wakely from comment #4)
> void f(float);
>
> void g()
> {
> f(1.0);
> }
>
> conv.c: In function ‘g’:
> conv.c:5:5: warning: passing argument 1 of ‘f’ as ‘float’ rather than
> ‘doubl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109684
--- Comment #12 from Steve Kargl ---
On Mon, Aug 07, 2023 at 10:04:54PM +, kargl at gcc dot gnu.org wrote:
>
> diff --git a/gcc/fortran/resolve.cc b/gcc/fortran/resolve.cc
> index 3cd470ddcca..b0bb8bc1471 100644
> --- a/gcc/fortran/resolve.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108179
--- Comment #12 from CVS Commits ---
The releases/gcc-13 branch has been updated by Patrick Palka
:
https://gcc.gnu.org/g:2c6e76ff039782401f705cacda60c11f8dfac3b1
commit r13-7692-g2c6e76ff039782401f705cacda60c11f8dfac3b1
Author: Patrick Palka
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110566
--- Comment #8 from CVS Commits ---
The releases/gcc-13 branch has been updated by Patrick Palka
:
https://gcc.gnu.org/g:2c6e76ff039782401f705cacda60c11f8dfac3b1
commit r13-7692-g2c6e76ff039782401f705cacda60c11f8dfac3b1
Author: Patrick Palka
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110197
--- Comment #9 from CVS Commits ---
The releases/gcc-13 branch has been updated by Patrick Palka
:
https://gcc.gnu.org/g:61d24d3f40638326b4a24baadeb25a88610d76d8
commit r13-7693-g61d24d3f40638326b4a24baadeb25a88610d76d8
Author: Patrick Palka
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109761
--- Comment #10 from CVS Commits ---
The releases/gcc-12 branch has been updated by Patrick Palka
:
https://gcc.gnu.org/g:ddf411e67cc15a80d635b512b812107985b361d4
commit r12-9804-gddf411e67cc15a80d635b512b812107985b361d4
Author: Patrick Palka
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110779
--- Comment #8 from Gaius Mulley ---
Created attachment 55703
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55703&action=edit
Proposed fix (addendum)
Here is a patch which tests for all the functions and structs in wrapclock.cc.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100798
--- Comment #3 from Andrew Pinski ---
Patch posted:
https://gcc.gnu.org/pipermail/gcc-patches/2023-August/626580.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14483
Andrew Pinski changed:
What|Removed |Added
Component|rtl-optimization|tree-optimization
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99908
--- Comment #9 from Andrew Pinski ---
Created attachment 55704
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55704&action=edit
testcase
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99908
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43529
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110912
Jiang An changed:
What|Removed |Added
CC||de34 at live dot cn
--- Comment #1 from Jian
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110939
Bug ID: 110939
Summary: 14.0 ICE at rtl.h:2297 while bootstrapping on
loongarch64
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110939
Andrew Pinski changed:
What|Removed |Added
Keywords||build, ice-on-valid-code
Sum
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110927
waffl3x changed:
What|Removed |Added
CC||waffl3x at protonmail dot com
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109181
--- Comment #6 from waffl3x ---
PR 110927 presents a similar use case that originally lead me to this bug, I
also posted the workarounds that I had since discovered there. If anyone coming
across this bug is looking for a solution you can find t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110940
Bug ID: 110940
Summary: ICE at -O3 on x86_64-linux-gnu: in apply_scale, at
profile-count.h:1180
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: nor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110940
Andrew Pinski changed:
What|Removed |Added
Summary|ICE at -O3 on |[14 Regression] ICE at -O3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95014
--- Comment #3 from Andrew Pinski ---
Note cross jumping on the RTL level is what is able to combine both basic
blocks.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82188
Andrew Pinski changed:
What|Removed |Added
Known to work||13.1.0
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110869
--- Comment #19 from CVS Commits ---
The master branch has been updated by Stefan Schulze Frielinghaus
:
https://gcc.gnu.org/g:f3a8dde08b420dbe9cacbc1a1febaaf77357f4d4
commit r14-3074-gf3a8dde08b420dbe9cacbc1a1febaaf77357f4d4
Author: Stefan Sc
101 - 134 of 134 matches
Mail list logo