Re: [PATCH] New flag in order to dump information about template instantiations.

2016-03-30 Thread Andres Tiraboschi
2016-03-29 12:07 GMT-03:00 Andres Tiraboschi : > Hi, > the attached patch adds a new compilation flag > 'ftemplate-instantiations' in order > to allow dumping debug information for template instantiations. > This flag has 2 possible values: none(by default) and hreadable, that > prints witch > temp

[PATCH] New flag in order to dump information about template instantiations.

2016-03-29 Thread Andres Tiraboschi
Hi, the attached patch adds a new compilation flag 'ftemplate-instantiations' in order to allow dumping debug information for template instantiations. This flag has 2 possible values: none(by default) and hreadable, that prints witch templates instantiations had been made in a human readable way. T