[Bug web/52228] Bugzilla: Missing link for "PR...."

LpSolit at netscape dot net gcc-bugzilla@gcc.gnu.org
Mon Feb 13 15:29:00 GMT 2012


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

Frédéric Buclin <LpSolit at netscape dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |LpSolit at netscape dot net
                   |gnu.org                     |
           Severity|normal                      |minor

--- Comment #2 from Frédéric Buclin <LpSolit at netscape dot net> 2012-02-13 15:29:25 UTC ---
My regexp explicitly forbirds / right before PR.... but I cannot remember why:

  qr/(?<!\/)\b(pr(?:\s*|\s+\S+\/)(\d+)(?:\s+comment\s+(\d+))?)/i

I will drop this restriction, but will bring it back if it appears there was a
good reason to do so. :)



More information about the Gcc-bugs mailing list