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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
            Summary|Inconsistent prologue line  |prologue line is wrong for
                   |table location              |templates
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-08-27

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed,
For templates, we should save off func_brace_location (somewhere) and set
DECL_STRUCT_FUNCTION (decl)->function_start_locus when the function gets
instantiated.

Reply via email to