Hi! Due to the svn to git migration, we now have several new redirects. https://gcc.gnu.org/r280156 style URLs still point to the svn web (might change in the future) https://gcc.gnu.org/g:e19db6a2f7aa20b708ffa112767efbd378c94416 style URLs redirect to gitweb for the specified git hash https://gcc.gnu.org/r10-5920-ge19db6a2f7aa20b708ffa112767efbd378c94416 style URLs similarly (these are the git gcc-descr --full <commit> strings) https://gcc.gnu.org/r10-5920 style URLs similarly, but it goes through a cgi script and so double redirection (these are the git gcc-descr <commit> strings) In bugzilla, one can also type all of these (the part after https://gcc.gnu.org/ , so r280156 g:e19db6a2f7aa20b708ffa112767efbd378c94416 r10-5920-ge19db6a2f7aa20b708ffa112767efbd378c94416 r10-5920 and for the git hashes even shorter ones, as long as they are unique) and they should just work, with the additional bonus that it is with one less redirection (i.e. 0 in most cases, 1 in the last one).
Thanks to everybody who have helped with this. Jakub