[Bug c++/106384] New: -Wunused-variable is triggered for static const type-deduced initializer lists

2022-07-21 Thread martingalvan at sourceware dot org via Gcc-bugs
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: martingalvan at sourceware dot org Target Milestone: --- It looks like -Wunused-variable is being triggered for global initializer lists, even though they're declar

[Bug libgcc/97754] New: arm/lib1funcs.S (RETLDM): CFI may be incorrect

2020-11-07 Thread martingalvan at sourceware dot org via Gcc-bugs
: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: martingalvan at sourceware dot org Target Milestone: --- Hi all, I'm looking at the RETLDM macro for the ARM libgcc code: .macro RETLDM regs=, cond=, unwind=, dirn=ia #if defined (__INTERWORKING__) .ifc &

[Bug other/91085] fixincludes breaks

2020-08-19 Thread martingalvan at sourceware dot org
dot com martingalvan at sourceware dot org changed: What|Removed |Added CC||martingalvan at sourceware dot org --- Comment #9 from Tendel10

[Bug c++/88050] New: Add a warning for breaking the "Rule of Three"

2018-11-15 Thread martingalvan at sourceware dot org
mponent: c++ Assignee: unassigned at gcc dot gnu.org Reporter: martingalvan at sourceware dot org Target Milestone: --- Hi all, I noticed that gcc doesn't have an option to warn the user when they're breaking C++'s "Rule of Three" (or Five (or Zer

[Bug c++/85749] Possible -Wsign-conversion false negative with std::default_random_engine

2018-05-11 Thread martingalvan at sourceware dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85749 --- Comment #1 from martingalvan at sourceware dot org --- Created attachment 44119 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44119&action=edit Preprocessed source

[Bug c++/85749] New: Possible -Wsign-conversion false negative with std::default_random_engine

2018-05-11 Thread martingalvan at sourceware dot org
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: martingalvan at sourceware dot org Target Milestone: --- I have the following code: #include #include int main() { const auto seed = std::chrono::system_clock::now