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]

[diagnostic patch] PR 54941


Hi all, Gaby,

in this bug Manuel noticed that the zeros in the diagnostic lines of the form:

<built-in>:0:0: ....

don't provide useful information. Thus the below just avoids printing the zeros basing directly on the file name: admittedly, it may seem a bit gross, but in practice the strcmp would often fail early, and should be rather efficient anyway because the second argument is known at compile-time.

Tested x86_64-linux.

Thanks,
Paolo.

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

Attachment: CL_54941
Description: Text document

Attachment: patch_54941
Description: Text document


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