https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117463
--- Comment #2 from Andrew Pinski ---
Reduced testcase:
```
void *operator new (decltype(sizeof(0)), void void * p);
void *p;
auto t = new(p) int;
```
Without the double `void`, it works.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117158
--- Comment #6 from GCC Commits ---
The releases/gcc-14 branch has been updated by Simon Martin
:
https://gcc.gnu.org/g:951daf54174b88e30feaf413a4de0c8388a06d9d
commit r14-10892-g951daf54174b88e30feaf413a4de0c8388a06d9d
Author: Simon Martin
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117158
Simon Martin changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117463
Andrew Pinski changed:
What|Removed |Added
Known to fail||10.1.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117462
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2024-11-06
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117434
--- Comment #14 from GCC Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:4dbf4c0fdb188e1c348688de91e010f696cd59fc
commit r15-4974-g4dbf4c0fdb188e1c348688de91e010f696cd59fc
Author: Paul Thomas
Date: Wed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117447
Jose E. Marchesi changed:
What|Removed |Added
Last reconfirmed||2024-11-06
Status|UNCONF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117462
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-checking,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117447
Sam James changed:
What|Removed |Added
CC||david.faust at oracle dot com,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117463
Bug ID: 117463
Summary: internal compiler error: Segmentation fault at
is_nondependent_constant_expression(tree_node*)
Product: gcc
Version: unknown
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117462
Bug ID: 117462
Summary: internal compiler error: comptypes(tree_node*,
tree_node*, int)
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117455
--- Comment #4 from Sam James ---
https://www.redhat.com/en/blog/linkers-warnings-about-executable-stacks-and-segments
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117455
martin changed:
What|Removed |Added
CC||mscfd at gmx dot net
--- Comment #3 from marti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117158
--- Comment #5 from GCC Commits ---
The releases/gcc-13 branch has been updated by Simon Martin
:
https://gcc.gnu.org/g:75a5bc8c0143e7003ac19395317cc93b9a63c7d4
commit r13-9173-g75a5bc8c0143e7003ac19395317cc93b9a63c7d4
Author: Simon Martin
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115285
--- Comment #15 from frs.dumont at gmail dot com ---
On 05/11/2024 18:18, redi at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115285
>
> --- Comment #14 from Jonathan Wakely ---
> We're assuming that an iterator's refer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117438
--- Comment #5 from Hongtao Liu ---
I reproduce with 30% regression on CLX, there's more frontend-bound
with aligned case, it's uarch specific, will make it a uarch tune.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117304
--- Comment #5 from GCC Commits ---
The master branch has been updated by Hu :
https://gcc.gnu.org/g:8ac694ae67e24a798dce368587bed4c40b90fbc0
commit r15-4973-g8ac694ae67e24a798dce368587bed4c40b90fbc0
Author: Hu, Lin1
Date: Tue Nov 5 15:49:5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117461
Bug ID: 117461
Summary: ICE: in verify_dominators, at dominance.cc:1194
(during GIMPLE pass: asan) with -O1 and
-fsanitize=address
Product: gcc
Version: 15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117455
--- Comment #2 from Jerry DeLisle ---
I am using:
$ ld --version
GNU ld version 2.41-37.fc40
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117455
Iain Sandoe changed:
What|Removed |Added
CC||iains at gcc dot gnu.org
--- Comment #1 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117442
David Malcolm changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117442
--- Comment #2 from GCC Commits ---
The master branch has been updated by David Malcolm :
https://gcc.gnu.org/g:8c4184682d1cdfc43296f9550a48eaadb7501bbd
commit r15-4969-g8c4184682d1cdfc43296f9550a48eaadb7501bbd
Author: David Malcolm
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66528
--- Comment #8 from GCC Commits ---
The master branch has been updated by David Malcolm :
https://gcc.gnu.org/g:8c4184682d1cdfc43296f9550a48eaadb7501bbd
commit r15-4969-g8c4184682d1cdfc43296f9550a48eaadb7501bbd
Author: David Malcolm
Date: Tu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117460
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91420
Andrew Pinski changed:
What|Removed |Added
CC||aurelien at aurel32 dot net
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117460
Bug ID: 117460
Summary: riscv64 backend emits large relocations due to loop
strength reduction
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117459
Andrew Pinski changed:
What|Removed |Added
Target|x86_64-pc-linux-gnu |x86_64-pc-linux-gnu
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117459
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
tl-df-extra-nobootstrap-amd64
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 15.0.0 20241105 (experimental) (GCC)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117458
--- Comment #2 from Andrew Pinski ---
/* Handle SUBREGs and hard REGs that were rejected by
simplify_gen_subreg. */
else if (REG_P (x) || GET_CODE (x) == SUBREG)
...
else
{
/* The only additional case we can do is MEM. */
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117458
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2024-11-05
Host|x86_64-pc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117434
--- Comment #13 from Jerry DeLisle ---
(In reply to kargls from comment #12)
--- snip ---
> > If you consider that the warning should be treated as significant, then
> > there's an alternate implementation for the trampoline which places the
> >
nk-r15-4963-20241105175800-g161e246cf32-checking-yes-rtl-df-extra-nobootstrap-amd64
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 15.0.0 20241105 (experimental) (GCC)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117457
Bug ID: 117457
Summary: regex global buffer overflow LTO
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117456
Andrew Pinski changed:
What|Removed |Added
Component|middle-end |c
--- Comment #3 from Andrew Pinski --
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117456
--- Comment #2 from Andrew Pinski ---
The assert after all:
gcc_assert (VECTOR_MODE_P (TYPE_MODE (type))
|| type_has_mode_precision_p (type));
/* fall through */
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117456
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
u-ld
--with-as=/usr/bin/x86_64-pc-linux-gnu-as --enable-libsanitizer
--disable-libstdcxx-pch
--prefix=/repo/gcc-trunk//binary-trunk-r15-4963-20241105175800-g161e246cf32-checking-yes-rtl-df-extra-nobootstrap-amd64
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 15.0.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115054
--- Comment #8 from Trevor Gross ---
After some more digging it sounds like passing _Float128 arguments indirectly
is the correct thing to do, which is GCC's current behavior. Excerpts from the
calling convention [1]:
> Integer arguments are pa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115070
Paul Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101463
Patrick Palka changed:
What|Removed |Added
Summary|[12/13/14 Regression] Using |[12/13 Regression] Using a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101463
--- Comment #4 from GCC Commits ---
The releases/gcc-14 branch has been updated by Patrick Palka
:
https://gcc.gnu.org/g:124f2f62e01c6f110279608ad09e0f1d378e4899
commit r14-10890-g124f2f62e01c6f110279608ad09e0f1d378e4899
Author: Patrick Palka
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117455
Bug ID: 117455
Summary: ld warning about executable stack, follows from PR
117434
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115348
Paul Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115348
--- Comment #8 from GCC Commits ---
The releases/gcc-13 branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:43522516e5a5c95807a1bf31c3d11014fb1ffb77
commit r13-9171-g43522516e5a5c95807a1bf31c3d11014fb1ffb77
Author: Paul Thomas
Date
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115070
--- Comment #14 from GCC Commits ---
The releases/gcc-13 branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:43522516e5a5c95807a1bf31c3d11014fb1ffb77
commit r13-9171-g43522516e5a5c95807a1bf31c3d11014fb1ffb77
Author: Paul Thomas
Dat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117454
--- Comment #4 from Darrell Wright ---
#include
struct Base {
using Type = int;
};
template
struct Derived : Base {
Type field;
};
static_assert( std::is_same_v{}.field), double> );
I think this should warn too, the intent is clea
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117454
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2024-11-05
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105828
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117454
--- Comment #2 from Darrell Wright ---
Thanks, yeah, I forgot to add that, I did try something like -Wall -Wextra
-pedantic -pedantic-errors -Wshadow -O1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117454
Andrew Pinski changed:
What|Removed |Added
Keywords||diagnostic
--- Comment #1 from Andrew P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117454
Bug ID: 117454
Summary: Template parameter hidden by base class name
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117426
--- Comment #7 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #6)
> What is happening is sccp is rewriting some code to avoid undefined signed
> integers but then that does not get optimized away in some cases.
Note -fno-tree-sc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117426
--- Comment #6 from Andrew Pinski ---
What is happening is sccp is rewriting some code to avoid undefined signed
integers but then that does not get optimized away in some cases.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111843
Bug 111843 depends on bug 117453, which changed state.
Bug 117453 Summary: [14/15 Regression] Miscompile with -O3 and -O0/1/2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117453
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117426
--- Comment #5 from Andrew Pinski ---
*** Bug 117453 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117453
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117451
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111843
Bug 111843 depends on bug 117451, which changed state.
Bug 117451 Summary: [14/15 Regression] Miscompile with -00/1/2 and -O3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117451
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117426
--- Comment #4 from Andrew Pinski ---
*** Bug 117451 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117453
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Summary|Miscompile with -O
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117453
--- Comment #1 from Yunbo Ni ---
I'm not sure if it is a duplicate case.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117453
Bug ID: 117453
Summary: Miscompile with -O3 and -O0/1/2
Product: gcc
Version: 14.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117158
--- Comment #4 from GCC Commits ---
The releases/gcc-12 branch has been updated by Simon Martin
:
https://gcc.gnu.org/g:5fdd38d576c20d5a337b5c7d14108981d0751434
commit r12-10804-g5fdd38d576c20d5a337b5c7d14108981d0751434
Author: Simon Martin
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116623
--- Comment #1 from GCC Commits ---
The master branch has been updated by Torbjorn Svensson :
https://gcc.gnu.org/g:e152a734337a06ed085c2e6700f21cda9ca7ad17
commit r15-4966-ge152a734337a06ed085c2e6700f21cda9ca7ad17
Author: Torbjörn SVENSSON
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117434
--- Comment #12 from kargls at comcast dot net ---
(In reply to Iain Sandoe from comment #11)
> (In reply to kargls from comment #10)
> > I suppose the question then comes down to where does the
> >
> > .section.note.GNU-stack,"x
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69698
Bug 69698 depends on bug 92589, which changed state.
Bug 92589 Summary: heuristic to avoid flexible array members too liberal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92589
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92589
Kees Cook changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
-libsanitizer
--disable-libstdcxx-pch
--prefix=/repo/gcc-trunk//binary-trunk-r15-4963-20241105175800-g161e246cf32-checking-yes-rtl-df-extra-nobootstrap-amd64
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 15.0.0 20241105 (experimental) (GCC)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117451
Andrew Pinski changed:
What|Removed |Added
Summary|Miscompile with -00/1/2 and |[14/15 Regression]
|-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117451
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2024-11-05
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117451
Bug ID: 117451
Summary: Miscompile with -00/1/2 and -O3
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117434
--- Comment #11 from Iain Sandoe ---
(In reply to kargls from comment #10)
> (In reply to Iain Sandoe from comment #9)
> > (In reply to kargls from comment #8)
> > > (In reply to Iain Sandoe from comment #7)
> > >
> >
> > > /usr/local/bin/ld:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117450
--- Comment #3 from Andrew Pinski ---
(In reply to Marek Polacek from comment #2)
> (In reply to Andrew Pinski from comment #1)
> > This is a dup ...
>
> Of? I went through all the PRs with "decltype" in their title and didn't
> find it.
PR 7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117450
--- Comment #2 from Marek Polacek ---
(In reply to Andrew Pinski from comment #1)
> This is a dup ...
Of? I went through all the PRs with "decltype" in their title and didn't find
it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117434
--- Comment #10 from kargls at comcast dot net ---
(In reply to Iain Sandoe from comment #9)
> (In reply to kargls from comment #8)
> > (In reply to Iain Sandoe from comment #7)
> >
>
> > /usr/local/bin/ld: warning: /tmp/ccVWAwWh.o: requires ex
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117445
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116388
Paul Thomas changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117450
--- Comment #1 from Andrew Pinski ---
This is a dup ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117450
Bug ID: 117450
Summary: [DR1753] Allow ~decltype
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assign
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101057
Bug 101057 depends on bug 117445, which changed state.
Bug 117445 Summary: ICE: in gimple_build_assign_1, at gimple.cc:480
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117445
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117445
--- Comment #5 from GCC Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:3621d2ac22b75b154c2964c0db84b58be427f3a8
commit r15-4964-g3621d2ac22b75b154c2964c0db84b58be427f3a8
Author: Andrew Pinski
Date: Mo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116634
Jason Merrill changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116634
--- Comment #8 from GCC Commits ---
The releases/gcc-14 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:ce25ca4da198ebc269d41ee6a9ac880ae8f67ad6
commit r14-10887-gce25ca4da198ebc269d41ee6a9ac880ae8f67ad6
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115285
--- Comment #14 from Jonathan Wakely ---
We're assuming that an iterator's reference type can be converted to the
key_type. This doesn't compile on trunk:
#include
struct K {
explicit K(int) noexcept { }
bool operator==(const K&) const {
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117448
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117448
Andrew Pinski changed:
What|Removed |Added
Summary|gcc failed to optimize |mod is not optimized to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117434
--- Comment #9 from Iain Sandoe ---
(In reply to kargls from comment #8)
> (In reply to Iain Sandoe from comment #7)
>
> /usr/local/bin/ld: warning: /tmp/ccVWAwWh.o: requires executable stack
> (because the .note.GNU-stack section is executabl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117446
Andrew Pinski changed:
What|Removed |Added
Summary|Rejects valid code on |attribute thought to be the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115348
Paul Thomas changed:
What|Removed |Added
Summary|[13/14 Regression] |[13 Regression]
|-fchec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117289
--- Comment #5 from David Faust ---
For BTF this is OK. The duplication with -std=gnu23 is not ideal, obviously,
since it causes unnecessary bloat. But the resulting BTF information is still
correct, if not "optimal".
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115070
Paul Thomas changed:
What|Removed |Added
Summary|[13/14 Regression] ICE |[13 Regression] ICE using
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117449
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Resolution|--- |FIXED
Status|A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117449
--- Comment #2 from GCC Commits ---
The master branch has been updated by Kyrylo Tkachov :
https://gcc.gnu.org/g:161e246cf32f1298400aa3c1d86110490a3cd0ce
commit r15-4963-g161e246cf32f1298400aa3c1d86110490a3cd0ce
Author: Kyrylo Tkachov
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117434
--- Comment #8 from kargls at comcast dot net ---
(In reply to Iain Sandoe from comment #7)
>
>
> - however, for O0 we get a MAIN__ function which contains:
>:
> FRAME.3.FRAME_BASE.PARENT = 0B;
> __builtin_init_trampoline (&FRAME.3.t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117445
Andrew Pinski changed:
What|Removed |Added
Keywords||patch
URL|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117444
Peter Bergner changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117444
--- Comment #3 from GCC Commits ---
The master branch has been updated by Peter Bergner :
https://gcc.gnu.org/g:f185a89fc4b6e6f5ae5475cd7c723b3acf39976b
commit r15-4962-gf185a89fc4b6e6f5ae5475cd7c723b3acf39976b
Author: Peter Bergner
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117444
Peter Bergner changed:
What|Removed |Added
Last reconfirmed||2024-11-05
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116634
Jason Merrill changed:
What|Removed |Added
Summary|[14/15 Regression] |[14 Regression] constexpr
1 - 100 of 131 matches
Mail list logo