[Bug debug/86362] New: Members of enum class in .debug_gnu_pubnames without scope, leading to gdbindex issues

2018-06-29 Thread loic.yhuel at gmail dot com
Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: loic.yhuel at gmail dot com Target Milestone: --- Enum class values are added to .debug_gnu_pubnames without scope, which leads to conflicts in gdbindex when

[Bug ipa/67368] Inlining failed due to no_sanitize_address and always_inline conflict

2017-10-04 Thread loic.yhuel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67368 Loïc Yhuel changed: What|Removed |Added CC||loic.yhuel at gmail dot com --- Comment #4

[Bug c++/78724] New: Incorrect ambiguous reference error when templace class was forward declarated as a friend

2016-12-07 Thread loic.yhuel at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: loic.yhuel at gmail dot com Target Milestone: --- namespace A { template class B { template friend class C; }; } void foo() { A::B b

[Bug c++/69521] -Wdeprecated-declarations errors in unused inline methods

2016-01-27 Thread loic.yhuel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69521 Loïc Yhuel changed: What|Removed |Added CC||loic.yhuel at gmail dot com --- Comment #1

[Bug c++/69521] New: -Wdeprecated-declarations errors in unused inline methods

2016-01-27 Thread loic.yhuel at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: loic.yhuel at gmail dot com Target Milestone: --- In Qt's qalgorithms.h, there is a deprecated inline method using a deprecated class, which can be simplified to : class __attribute__

[Bug c++/52746] New: [4.7 Regression] Explicit virtual destructor call replaced by direct call in template function

2012-03-27 Thread loic.yhuel at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52746 Bug #: 52746 Summary: [4.7 Regression] Explicit virtual destructor call replaced by direct call in template function Classification: Unclassified Product: gcc Version: 4.7.0