[Bug c++/59821] __builtin_LINE and __builtin_FILE for new'd objects is wrong

jason at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jan 16 17:06:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59821

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aldyh at gcc dot gnu.org

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
I think gimplify_arg clobbering a valid EXPR_LOCATION is wrong; both cases
should give the location of the default argument definition.

Aldy, what was the rationale for that change (r140917)?



More information about the Gcc-bugs mailing list