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

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jan 17 12:41:00 GMT 2014


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

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
Yeah - sorry for this.  As it "worked" for the testcases I tested I was
assuming
that the locations for the default argument computation (!) stmts should be
that of the call, not that of the definition.  Appearantly that isn't so.

Thanks for fixing it.



More information about the Gcc-bugs mailing list