https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121040
--- Comment #4 from Chameleon ---
... if I write the correct
&& (SquareMatrix>
instead of wrong
(SquareMatrix>
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.
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
: 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
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
: 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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112490
--- Comment #12 from Chameleon ---
No. It is ok. It was my bug.
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.
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112490
--- Comment #7 from Chameleon ---
It seems fixed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112490
Chameleon changed:
What|Removed |Added
CC||gessos.paul at yahoo dot gr
--- Comment #4
: 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
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
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
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
17 matches
Mail list logo