[Bug c++/121040] ICE on g++15.1

2025-07-11 Thread gessos.paul at yahoo dot gr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121040 --- Comment #4 from Chameleon --- ... if I write the correct && (SquareMatrix> instead of wrong (SquareMatrix>

[Bug c++/121040] ICE on g++15.1

2025-07-11 Thread gessos.paul at yahoo dot gr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121040 --- Comment #3 from Chameleon --- ICE can be avoided if I write the missing && in the code. But it is an ICE and it must be reported.

[Bug c++/121040] ICE on g++15.1

2025-07-11 Thread gessos.paul at yahoo dot gr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121040 --- Comment #1 from Chameleon --- Created attachment 61843 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61843&action=edit The .ii file, .xz compressed

[Bug c++/121040] New: ICE on g++15.1

2025-07-11 Thread gessos.paul at yahoo dot gr via Gcc-bugs
: unassigned at gcc dot gnu.org Reporter: gessos.paul at yahoo dot gr Target Milestone: --- ICE. .ii file included. I cannot verify that code can be compiled. Compiler options: g++ -std=c++26 test_linear_solvers.cpp Compiler is: Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=D

[Bug c++/120320] g++ freezes forever

2025-05-24 Thread gessos.paul at yahoo dot gr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120320 --- Comment #4 from Chameleon --- Indeed, avoiding determining which of these partial specializations is most constrained, fixes the problem. But, the failed algorithm, if not fixed to handle HUGE DNF/CNF constraints, at least it must produce a

[Bug c++/120320] New: g++ freezes forever

2025-05-16 Thread gessos.paul at yahoo dot gr via Gcc-bugs
: unassigned at gcc dot gnu.org Reporter: gessos.paul at yahoo dot gr Target Milestone: --- Created attachment 61454 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61454&action=edit one .cpp, many .h, one .ii I am trying to compile the included code with this command x86

[Bug c++/119566] internal compiler error: in unify, at cp/pt.cc:25410

2025-04-01 Thread gessos.paul at yahoo dot gr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119566 --- Comment #2 from Chameleon --- Created attachment 60951 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60951&action=edit file.ii

[Bug c++/119566] New: internal compiler error: in unify, at cp/pt.cc:25410

2025-04-01 Thread gessos.paul at yahoo dot gr via Gcc-bugs
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gessos.paul at yahoo dot gr Target Milestone: --- Created attachment 60947 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60947&action=edit complete source code with many .h and only one .cpp Source c

[Bug libstdc++/112490] infinite meta error in reverse_iterator::iterator>>

2025-03-15 Thread gessos.paul at yahoo dot gr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112490 --- Comment #12 from Chameleon --- No. It is ok. It was my bug.

[Bug libstdc++/112490] infinite meta error in reverse_iterator::iterator>>

2025-02-28 Thread gessos.paul at yahoo dot gr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112490 --- Comment #11 from Chameleon --- It misbehaves. I don't want to send you my complete library. I will try to make a minimized failing test case in next days.

[Bug libstdc++/112490] infinite meta error in reverse_iterator::iterator>>

2025-02-27 Thread gessos.paul at yahoo dot gr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112490 --- Comment #8 from Chameleon --- No, it is partially fixed. Please patch also this: template<__detail::__not_a_const_iterator _Sent, same_as _Self> requires sized_sentinel_for<_Sent, _It> friend constexpr differenc

[Bug libstdc++/112490] infinite meta error in reverse_iterator::iterator>>

2025-02-27 Thread gessos.paul at yahoo dot gr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112490 --- Comment #7 from Chameleon --- It seems fixed.

[Bug c++/112490] infinite meta error in reverse_iterator::iterator>>

2025-02-26 Thread gessos.paul at yahoo dot gr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112490 Chameleon changed: What|Removed |Added CC||gessos.paul at yahoo dot gr --- Comment #4

[Bug c++/118069] New: g++ freezes

2024-12-16 Thread gessos.paul at yahoo dot gr via Gcc-bugs
: unassigned at gcc dot gnu.org Reporter: gessos.paul at yahoo dot gr Target Milestone: --- Created attachment 59880 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59880&action=edit one .cpp many .h The following command freezes g++. It does not crash g++. It freeze it for at leas

[Bug c++/56949] New: Internal compiler error

2013-04-13 Thread gessos.paul at yahoo dot gr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56949 Bug #: 56949 Summary: Internal compiler error Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/56685] New: default template parameter cannot precede a non-default template parameter in a function

2013-03-21 Thread gessos.paul at yahoo dot gr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56685 Bug #: 56685 Summary: default template parameter cannot precede a non-default template parameter in a function Classification: Unclassified Product: gcc Version: 4.7.2

[Bug c++/52819] New: ICE: tree check: expected tree that contains 'decl minimal' structure, have 'nop_expr' in decl_linkage, at cp/tree.c:3136

2012-04-01 Thread gessos.paul at yahoo dot gr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52819 Bug #: 52819 Summary: ICE: tree check: expected tree that contains 'decl minimal' structure, have 'nop_expr' in decl_linkage, at cp/tree.c:3136 Classification: Unclassified