https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117518
Andrew Pinski changed:
What|Removed |Added
Summary|ICE: too many template |templated generic (auto
ler-explorer/gcc-snapshot/bin/g++
Target: x86_64-linux-gnu
Configured with: ../gcc-trunk-20241109/configure
--prefix=/opt/compiler-explorer/gcc-build/staging
--enable-libstdcxx-backtrace=yes --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu --disable-bootstrap
--ena
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111542
--- Comment #7 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #2)
> Note IOR with != 0 has the same issue.
> Full testcase:
> ```
> _Bool f_and(int x,int y)
> {
> _Bool a = x == 0;
> _Bool b = y == 0;
> _Bool t = a & b;
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111542
--- Comment #6 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #3)
> I had assumed genmatch would generate that code that would use @0/@1 if they
> had side effects. Maybe because I match @0 twice, it assumed we would be
> using
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117517
Bug ID: 117517
Summary: Reduce attribute creates bug
Product: gcc
Version: 14.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
Ass
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68948
Andrew Pinski changed:
What|Removed |Added
Keywords||wrong-code
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99546
--- Comment #12 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #11)
> (In reply to Jonathan Wakely from comment #5)
> > (In reply to 康桓瑋 from comment #4)
> > > same form, but this will trigger ICE:
> >
> > That's a completely dif
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99546
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99546
Andrew Pinski changed:
What|Removed |Added
CC||eczbek.void at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491
Bug 67491 depends on bug 117515, which changed state.
Bug 117515 Summary: Error: passing lambda expression to constructor in requires
expression is invalid
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117515
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117515
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117515
--- Comment #3 from eczbek.void at gmail dot com ---
(In reply to Jan Schultke from comment #1)
> this is particularly weird because
>
> > bool b = requires { int([] {}); };
>
> ... is accepted, so static_assert is in some way related.
Testing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107118
Andrew Pinski changed:
What|Removed |Added
Known to fail||14.1.0
Status|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117478
--- Comment #17 from Sergey Fedorov ---
(In reply to Iain Sandoe from comment #16)
> fixed on trunk - I will pull it onto Darwin-specific branches for earlier
> GCC.
Thank you very much, Iain!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107118
Luiz Henrique Laurini changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117516
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |12.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117516
Bug ID: 117516
Summary: [12/13/14/15 Regression] compile time hog figuring out
has flexarrays
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Keywords: compile-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117511
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |12.5
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117512
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-checking,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117336
Andrew Pinski changed:
What|Removed |Added
Depends on||99546
--- Comment #3 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117515
Andrew Pinski changed:
What|Removed |Added
Depends on||99546
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117515
--- Comment #1 from Jan Schultke ---
The issue is not limited to constructors or constructor templates, but seems to
be related to function-style casts containing lambdas inside static_assert:
> static_assert(requires { int([] {}); });
... is
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117515
Bug ID: 117515
Summary: Error: calling constructor with lambda expression in
requires expression is invalid
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Seve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117514
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117514
--- Comment #7 from Jordan <8e3g6jay6 at mozmail dot com> ---
I'm going to keep this open, but I'm going to use the "fix" I came up with
where we push the c_ptr into a variable instead of inlining it.
I have 2 possible reasons this is happening,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117514
--- Comment #6 from Jordan <8e3g6jay6 at mozmail dot com> ---
I know I'm rambling a lot in here, but I have narrowed this down even further:
type(c_ptr) :: blah
blah = c_loc(required_extension)
call required_device_extensions%push_back(blah)
T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117514
--- Comment #5 from Jordan <8e3g6jay6 at mozmail dot com> ---
Here is the functioning code in case this helps, I was basically transferring
in a C
char ** but I made the mistake of treating it as a char *. Hopefully this helps
debug this strange
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117514
--- Comment #4 from Jordan <8e3g6jay6 at mozmail dot com> ---
I should also clarify, the main thing that I changed was
call required_device_extensions%push_back(c_loc(required_extension))
to this
call required_device_extensions%push_back(requi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117514
--- Comment #3 from Jordan <8e3g6jay6 at mozmail dot com> ---
So another update to this. If I do it like this, I simply get a crash of:
Operating system error: Cannot allocate memory
Memory allocation failure in xrealloc
function check_device
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117514
--- Comment #2 from Jordan <8e3g6jay6 at mozmail dot com> ---
(In reply to Jordan from comment #1)
> Oh, very sorry. I forgot to include the traceback
>
> vulkan_driver_select_physical_device.f9failed.
> [ 20%] Compiling...
> f951: internal comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117514
--- Comment #1 from Jordan <8e3g6jay6 at mozmail dot com> ---
Oh, very sorry. I forgot to include the traceback
vulkan_driver_select_physical_device.f9failed.
[ 20%] Compiling...
f951: internal compiler error: gfc_typename(): Undefined type
0x74
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117514
Bug ID: 117514
Summary: sizeof(c_null_ptr) or something?
Product: gcc
Version: 14.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117478
--- Comment #15 from GCC Commits ---
The master branch has been updated by Iain D Sandoe :
https://gcc.gnu.org/g:7729df2f828a8a4f217a76e7ae763bdac95dee71
commit r15-5065-g7729df2f828a8a4f217a76e7ae763bdac95dee71
Author: Iain Sandoe
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117478
Iain Sandoe changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117492
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117492
--- Comment #6 from GCC Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:ed88bc2344321ee21e92afdd83b50699c4e4df79
commit r15-5064-ged88bc2344321ee21e92afdd83b50699c4e4df79
Author: Andrew Pinski
Date: Fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117496
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117513
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111008
Andrew Pinski changed:
What|Removed |Added
CC||elliot.haisley at gmail dot com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117455
Iain Sandoe changed:
What|Removed |Added
Summary|ld warning about executable |Nested function use gives a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98600
Elliot Haisley changed:
What|Removed |Added
CC||elliot.haisley at gmail dot com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117496
--- Comment #10 from GCC Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:6e84a41622f56ca360d995e6092ded3b5a02ba40
commit r15-5063-g6e84a41622f56ca360d995e6092ded3b5a02ba40
Author: Andrew Pinski
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117513
Bug ID: 117513
Summary: Lambda with expression containing > passed as a
template parameter is parsed incorrectly.
Product: gcc
Version: 15.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106852
Jason Merrill changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
St
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117059
uecker at gcc dot gnu.org changed:
What|Removed |Added
Keywords||patch
--- Comment #2 from ue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117059
uecker at gcc dot gnu.org changed:
What|Removed |Added
CC||uecker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117408
Torbjorn SVENSSON changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117408
--- Comment #3 from GCC Commits ---
The releases/gcc-14 branch has been updated by Torbjorn Svensson
:
https://gcc.gnu.org/g:e277e1082a86efa7e8649e2664c109eacf8dccb9
commit r14-10912-ge277e1082a86efa7e8649e2664c109eacf8dccb9
Author: Torbjörn S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117408
--- Comment #2 from GCC Commits ---
The master branch has been updated by Torbjorn Svensson :
https://gcc.gnu.org/g:8b04f60f88079c41b5cb1bf3b7c798703cceea18
commit r15-5057-g8b04f60f88079c41b5cb1bf3b7c798703cceea18
Author: Torbjörn SVENSSON
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117391
Sam James changed:
What|Removed |Added
Target Milestone|--- |15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117391
uecker at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116284
--- Comment #5 from GCC Commits ---
The master branch has been updated by Martin Uecker :
https://gcc.gnu.org/g:114abf075c1e28358173756042049c9992ae6572
commit r15-5055-g114abf075c1e28358173756042049c9992ae6572
Author: Martin Uecker
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117391
--- Comment #3 from GCC Commits ---
The master branch has been updated by Martin Uecker :
https://gcc.gnu.org/g:114abf075c1e28358173756042049c9992ae6572
commit r15-5055-g114abf075c1e28358173756042049c9992ae6572
Author: Martin Uecker
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117512
Bug ID: 117512
Summary: ICE on x86_64-linux-gnu: in cp_gimplify_expr, at
cp/cp-gimplify.cc:911 with aligned
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Seve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117511
Bug ID: 117511
Summary: internal compiler error: Segmentation fault at
mark_used(tree_node*, int)
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: n
55 matches
Mail list logo