[pushed] wwwdocs: projects/tree-ssa: Use our own copy of GCC Summit 2007 proceedings

Message ID 20230206201852.71EDF33EC1@hamza.pair.com
State New
Headers
Series [pushed] wwwdocs: projects/tree-ssa: Use our own copy of GCC Summit 2007 proceedings |

Commit Message

Gerald Pfeifer Feb. 6, 2023, 8:18 p.m. UTC
  gccsummit.org is gone with the wind; luckily we have our own copy of the 
2006 proceedings.

If any of you has copies of 2007 and later, can you please drop  me a 
copy and I'll put them on gcc.gnu.org as well?

Pushed.

Gerald
---
 htdocs/projects/tree-ssa/vectorization.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
  

Comments

Joseph Myers Feb. 6, 2023, 11:17 p.m. UTC | #1
On Mon, 6 Feb 2023, Gerald Pfeifer wrote:

> gccsummit.org is gone with the wind; luckily we have our own copy of the 
> 2006 proceedings.
> 
> If any of you has copies of 2007 and later, can you please drop  me a 
> copy and I'll put them on gcc.gnu.org as well?

Aren't they all on the wiki?  https://en.wikipedia.org/wiki/GCC_Summit has 
direct links to them.
  

Patch

diff --git a/htdocs/projects/tree-ssa/vectorization.html b/htdocs/projects/tree-ssa/vectorization.html
index 93fe7448..8a177322 100644
--- a/htdocs/projects/tree-ssa/vectorization.html
+++ b/htdocs/projects/tree-ssa/vectorization.html
@@ -1566,8 +1566,7 @@  while (*p != NULL) {
 
         <li>"Autovectorization in GCC - two years later", Dorit Nuzman and Ayal Zaks, 
         GCC summit, June 2006.
-        <a href="http://www.gccsummit.org/2006/2006-GCC-Summit-Proceedings.pdf">
-        http://www.gccsummit.org/2006/2006-GCC-Summit-Proceedings.pdf</a></li>
+	<a href="https://gcc.gnu.org/pub/gcc/summit/2006-GCC-Summit-Proceedings.pdf">GCC Summit 2006 Proceedings</a></li>
 
 	<li>"Auto-Vectorization of Interleaved Data for SIMD",
 	Dorit Nuzman, Ira Rosen and Ayal Zaks.