This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/64359] [5 Regression] alias_template_specialization_p & template_args_equal show up high in profile


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64359

--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Created attachment 34301
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34301&action=edit
example testcase

Here's an example:

markus@x4 Release % perf record c++ -O2 -std=gnu++11 -c
preferences_private_api.ii
[ perf record: Woken up 3 times to write data ]
[ perf record: Captured and wrote 0.712 MB perf.data (~31117 samples) ]
markus@x4 Release % perf report
...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]