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]

Re: Fix PR target/11520



Thank you. Is this for gcc-patches -> bugzilla interaction ?

Yes.

The script that processes cvs logs (and generates those cvs commit messages to gcc-cvs) also appends the changelog to the comments for a given bug if the changelog matches the following regex:
while ($log_txt =~ m/[^Aa](?:bug|PR)\s+\#?\s*(?:[a-z+-]+\/)?(\d+)(.*)$/si) {


(It used to be very strict on what it accepted, which annoyed a lot of people. Now it will take "bug 1341", "PR #15322", etc)
Denis.



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