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 web/52228] Bugzilla: Missing link for "PR...."


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. :)


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