[Bug c++/90809] New: -finstrument-functions-exclude-function-list mishandles comma escaping

2019-06-10 Thread oliverbrowne627 at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: oliverbrowne627 at gmail dot com Target Milestone: --- Expected behavior: Escaping of comma in argument passed to -finstrument-functions-exclude-function-list flag would work the

[Bug c++/90816] New: -finstrument-functions-exclude-function-list improperly handles namespace/class definitions

2019-06-10 Thread oliverbrowne627 at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: oliverbrowne627 at gmail dot com Target Milestone: --- Tested with following GCC version: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/tools

[Bug c++/90809] -finstrument-functions-exclude-function-list mishandles comma escaping

2019-06-12 Thread oliverbrowne627 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90809 --- Comment #2 from Oliver Browne --- Submitted patch: https://gcc.gnu.org/ml/gcc-patches/2019-06/msg00722.html Fixes above issue with bugcase provided

[Bug c++/90816] -finstrument-functions-exclude-function-list improperly handles namespace/class definitions

2019-06-12 Thread oliverbrowne627 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90816 --- Comment #2 from Oliver Browne --- Submitted patch: https://gcc.gnu.org/ml/gcc-patches/2019-06/msg00722.html Fixes above issue with bugcase provided