https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108860
Alexandre Duret-Lutz changed:
What|Removed |Added
CC||adl at gnu dot org
--- Comment
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: adl at gnu dot org
Target Milestone: ---
The new version of -Woverloaded-virtual recently introduced seems to warn about
virtual destructors in case of multiple inheritance. Is this
Priority: P3
Component: preprocessor
Assignee: unassigned at gcc dot gnu.org
Reporter: adl at gnu dot org
Target Milestone: ---
Hi!
Sorry for this trivialish issue, but that puzzled me for 10 minutes this
morning while I was looking whether cpp had some option I needed
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: adl at gnu dot org
Target Milestone: ---
Created attachment 51042
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51042&action=edit
source code, p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90309
Alexandre Duret-Lutz changed:
What|Removed |Added
CC||adl at gnu dot org
--- Comment
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: adl at gnu dot org
Target Milestone: ---
Created attachment 46604
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46604&action=edit
preprocessed source
% gcc --version
gcc (Debian 20190706-1) 10.0.0 2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49054
--- Comment #6 from Alexandre Duret-Lutz ---
I revisited this with GCC 8.2.1 (or more precisely the version called
gcc-8.2.0-20 in Debian).
The original code I gave now generate a jump table with no extra comparison:
:
0:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89303
--- Comment #6 from Alexandre Duret-Lutz ---
I mentioned in my first comment that I had also cases that threw bad_weak_ptr.
I've been able to reproduce those as follows:
% cat badwptr.cc
#include
class blob final: public std::enable_shared_fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89303
--- Comment #3 from Alexandre Duret-Lutz ---
Created attachment 45665
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45665&action=edit
preprocessed source
Here is the preprocessed source.
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: adl at gnu dot org
Target Milestone: ---
I'm not sure if this issue is compiler or library related, but since changing
-O into -O0 or -O2 hides the issue, I'm assuming its the compi
Assignee: unassigned at gcc dot gnu.org
Reporter: adl at gnu dot org
Target Milestone: ---
I'm compiling for x86_64.
These two functions used to work fine in gcc-5.4.1, but behave incorrectly with
gcc-6.2 when optimizations are turned on.
The job is to compute the n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48544
--- Comment #1 from Alexandre Duret-Lutz ---
This works OK with 4.8 and 5.1, so not an issue anymore as far as I'm
concerned.
(Might be related to #48968 which is reported as "half-fixed" -- I haven't
tried.)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49054
Summary: useless cmp+jmp generated for switch when "default:"
is unreachable
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48544
Summary: "might be clobbered by ‘longjmp’" diagnostic for
unmodified variable
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
--- Comment #1 from adl at gnu dot org 2010-01-15 13:40 ---
Created an attachment (id=19615)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19615&action=view)
preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42758
l at gnu dot org
GCC build triplet: i686-linux-gnu
GCC host triplet: i686-linux-gnu
GCC target triplet: i486-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42758
--- Comment #4 from adl at gnu dot org 2007-11-12 22:08 ---
Thank you for the very clear explanation, Andrew.
Indeed, adding a "namespace algebra" around the second definition of
op_is_finite() will solve my problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34073
Version: 4.2.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: adl at gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC targ
ONFIRMED
Severity: enhancement
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: adl at gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19808
19 matches
Mail list logo