This is the mail archive of the gcc-patches@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]

[C++ Patch] Fix some simple location issuesâ (2)


Hi,

yesterday I noticed a case, a variant of testcase array43.C which I had just committed, where using EXPR_LOR_OR_LOC (init, input_location) actually made a difference because init had an usable location. The patchlet represents also a nano clean-up/fix-up: elsewhere in the same function EXPR_LOC_OR_LOC was already used and a permerror had an explicit input_location as first argument. Tested x86_64-linux.

Thanks,
Paolo.

//////////////////////////

Attachment: CL_locs_2
Description: Text document

Attachment: patch_locs_2
Description: Text document


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