[Bug c/82134] warn_unused_result triggers on empty structs even when they are used

2017-11-13 Thread arvo at me dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82134 Arne Vogel changed: What|Removed |Added CC||arvo at me dot com --- Comment #4 from

[Bug c++/67670] New: [c++11] Misleading / outdated error message "invalid pure specifier"

2015-09-21 Thread arvo at me dot com
y: trivial Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: arvo at me dot com Target Milestone: --- Created attachment 36367 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36367=edit Minimal test program (no heade

[Bug c++/67574] New: Misleading error message for method explicitly defaulted two times

2015-09-14 Thread arvo at me dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: arvo at me dot com Target Milestone: --- Created attachment 36334 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36334=edit Minimal test program (no headers/macros) g++ (Ubu

[Bug sanitizer/67258] New: invalid vptr false positive from ubsan for virtual inheritance

2015-08-18 Thread arvo at me dot com
Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: arvo at me dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org Target Milestone

[Bug c++/65598] New: Misleading error message for out-of-class definition of explicit conversion operator

2015-03-27 Thread arvo at me dot com
Severity: trivial Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: arvo at me dot com Created attachment 35160 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35160action=edit Preprocessed source System report: OS: GNU/Linux

[Bug c++/65406] New: Wrong namespace in error message for missing typename in lambda parameter type list

2015-03-12 Thread arvo at me dot com
Severity: minor Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: arvo at me dot com Simplified source (compile with -std=c++11): namespace not_here { templatetypename T struct Buzz; } // namespace not_here namespace here