https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106842
Bug ID: 106842
Summary: misleading warning : iteration X invokes undefined
behavior
Product: gcc
Version: 12.2.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107539
Bug ID: 107539
Summary: internal compiler error: same canonical type node for
different types
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107539
--- Comment #1 from Franck Behaghel
---
Created attachment 53836
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53836&action=edit
main.cpp
reduced testcase :
g++ main.cpp
main.cpp: In lambda function:
main.cpp:222:61: internal compiler
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107541
Franck Behaghel changed:
What|Removed |Added
CC||franckbehaghel_gcc@protonma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107541
--- Comment #3 from Franck Behaghel
---
Not sure that would help but disabling those pair of passes :
-fdisable-tree-ccp3 -fdisable-tree-ccp4
or -fdisable-tree-ccp4 -fdisable-tree-dom2
or -fdisable-tree-dom2 -fdisable-tree-dom3
removes t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105771
Bug ID: 105771
Summary: matrix partial transposition with -O3
Product: gcc
Version: 10.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105771
--- Comment #6 from Franck Behaghel
---
Hello,
> Does adding -fno-strict-aliasing fix the issue?
Right, it does.
> I think you have an aliasing violation here.
I can not say if we have aliasing violation here. My understanding is that AV
hap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114292
Bug ID: 114292
Summary: ICE with a lambda capturing a constant for VLA
allocation
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114647
Bug ID: 114647
Summary: missing DCE when looping over a VLA
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115052
Bug ID: 115052
Summary: rejected lambda while capturing a constexpr array
Product: gcc
Version: 14.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110314
Bug ID: 110314
Summary: Gnat failed assertion and Allocators with discriminant
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110314
--- Comment #2 from Franck Behaghel
---
>This is new in 14, was OK when forking 13.
>https://ada.godbolt.org/z/TvbPxYfnP
>Currently bisecting.
Marc,
Released version may have checks disabled :
If the file gcc/DEV-PHASE contains experimental,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110314
--- Comment #4 from Franck Behaghel
---
Created attachment 55399
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55399&action=edit
patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110314
--- Comment #5 from Franck Behaghel
---
Marc,
Could you consider and review this patch ?
Regards,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110510
Bug ID: 110510
Summary: ggc infinite recursion
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
Assi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110510
--- Comment #4 from Franck Behaghel
---
Andrew,thanks.
Impressive !
Tested. Indeed, this patch fixes the issue.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114292
--- Comment #8 from Franck Behaghel
---
> Patch submitted in
> https://gcc.gnu.org/pipermail/gcc-patches/2024-December/671590.html
Thanks for the fix. Look fine indeed. No more ICE. Could someone merge this
into trunk ?
17 matches
Mail list logo