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++/59821] __builtin_LINE and __builtin_FILE for new'd objects is wrong


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.


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