Mailing lists matching gcc.gnu.org

fortran gcc.gnu.org
gccadmin gcc.gnu.org
gcc-bugs gcc.gnu.org
gcc-cvs gcc.gnu.org
gcc-cvs-wwwdocs gcc.gnu.org
...


[DOCS] sphinx: align documentation links with project names

2022-11-09 Thread Martin Liška
And add missing documentation.

Pushed.
---
 htdocs/onlinedocs/index.html | 160 +++
 1 file changed, 69 insertions(+), 91 deletions(-)

diff --git a/htdocs/onlinedocs/index.html b/htdocs/onlinedocs/index.html
index a64c9813..cfa8bf5a 100644
--- a/htdocs/onlinedocs/index.html
+++ b/htdocs/onlinedocs/index.html
@@ -1561,101 +1561,79 @@ existing release.
 
   User-Level Documentation
   
-https://gcc.gnu.org/install/";>GCC Installation 
Instructions
-https://gcc.gnu.org/onlinedocs/gcc/";>GCC Manual (https://gcc.gnu.org/onlinedocs/gcc.pdf";>also in
-   PDF or https://gcc.gnu.org/onlinedocs/gcc.ps.gz";>PostScript or https://gcc.gnu.org/onlinedocs/gcc-html.tar.gz";>an
-   HTML tarball)
-https://gcc.gnu.org/onlinedocs/gfortran/";>GNU Fortran
-   Manual (https://gcc.gnu.org/onlinedocs/gfortran.pdf";>also in
-   PDF or https://gcc.gnu.org/onlinedocs/gfortran.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gfortran-html.tar.gz";>an
-   HTML tarball)
-    https://gcc.gnu.org/onlinedocs/cpp/";>CPP Manual (https://gcc.gnu.org/onlinedocs/cpp.pdf";>also in
-   PDF or https://gcc.gnu.org/onlinedocs/cpp.ps.gz";>PostScript or https://gcc.gnu.org/onlinedocs/cpp-html.tar.gz";>an
-   HTML tarball)
-https://gcc.gnu.org/onlinedocs/gnat_rm/";>GNAT Reference 
Manual (https://gcc.gnu.org/onlinedocs/gnat_rm.pdf";>also in
-   PDF or https://gcc.gnu.org/onlinedocs/gnat_rm.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gnat_rm-html.tar.gz";>an
-   HTML tarball)
-    https://gcc.gnu.org/onlinedocs/gnat_ugn/";>GNAT User's Guide
-   for Native Platforms / Unix and Windows (https://gcc.gnu.org/onlinedocs/gnat_ugn.pdf";>also in
-   PDF or https://gcc.gnu.org/onlinedocs/gnat_ugn.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gnat_ugn-html.tar.gz";>an
-   HTML tarball)
-https://gcc.gnu.org/onlinedocs/gccgo/";>GCCGO Manual (https://gcc.gnu.org/onlinedocs/gccgo.pdf";>also in
-   PDF or https://gcc.gnu.org/onlinedocs/gccgo.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gccgo-html.tar.gz";>an
-   HTML tarball)
-https://gcc.gnu.org/onlinedocs/libgomp/";>GNU Offloading and
-   Multi Processing Runtime Library Manual (https://gcc.gnu.org/onlinedocs/libgomp.pdf";>also in
-   PDF or https://gcc.gnu.org/onlinedocs/libgomp.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/libgomp-html.tar.gz";>an
-   HTML tarball)
-https://gcc.gnu.org/onlinedocs/libstdc++/";>libstdc++-v3 
Documentation
-https://gcc.gnu.org/onlinedocs/libquadmath/";>GCC 
Quad-Precision
-   Math Library Manual (https://gcc.gnu.org/onlinedocs/libquadmath.pdf";>also in
-   PDF or https://gcc.gnu.org/onlinedocs/libquadmath.ps.gz";>PostScript or https://gcc.gnu.org/onlinedocs/libquadmath-html.tar.gz";>an
-   HTML tarball)
-https://gcc.gnu.org/onlinedocs/jit/";>libgccjit 
documentation
-https://gcc.gnu.org/onlinedocs/docs-sources.tar.gz";>Texinfo
-   sources of all the manuals
+
+  https://gcc.gnu.org/onlinedocs/install/";>GCC Installation 
Instructions
+  (https://gcc.gnu.org/onlinedocs/install.pdf";>also in PDF)
+
+
+  https://gcc.gnu.org/onlinedocs/gcc/";>Using the GNU Compiler 
Collection
+  (https://gcc.gnu.org/onlinedocs/gcc.pdf";>also in PDF)
+
+
+  https://gcc.gnu.org/onlinedocs/gfortran/";>Using GNU Fortran
+  (https://gcc.gnu.org/onlinedocs/gfortran.pdf";>also in PDF)
+
+
+  https://gcc.gnu.org/onlinedocs/cpp/";>The C Preprocessor
+  (https://gcc.gnu.org/onlinedocs/cpp.pdf";>also in PDF)
+
+
+  https://gcc.gnu.org/onlinedocs/gnat_rm/";>GNAT Reference 
Manual
+  (https://gcc.gnu.org/onlinedocs/gnat_rm.pdf";>also in PDF)
+
+
+  https://gcc.gnu.org/onlinedocs/gnat_ugn/";>GNAT User's Guide for 
Native Platforms"
+  (https://gcc.gnu.org/onlinedocs/gnat_ugn.pdf";>also in PDF)
+
+
+  https://gcc.gnu.org/onlinedocs/gccgo/";>The GNU Go Compiler
+  (https://gcc.gnu.org/onlinedocs/gccgo.pdf";>also in PDF)
+
+
+  https://gcc.gnu.org/onlinedocs/gdc/";>The GNU D Compiler
+  (https://gcc.gnu.org/onlinedocs/gdc.pdf";>also in PDF)
+
+
+  https://gcc.gnu.org/onlinedocs/libgomp/";>GNU Offloading and 
Multi Processing Runtime Library
+  (https://gcc.gnu.org/onlinedocs/libgomp.pdf";>also in PDF)
+
+
+  https://gcc.gnu.org/onlinedocs/libquadmat

[RFC] docs: remove documentation for unsupported releases

2022-11-09 Thread Martin Liška
Hi.

I think we should remove documentation for unsupported GCC releases
as it's indexed by Google engine. Second reason is that the page is long
one one can't easily jump to Current development documentation.

Thoughts?
Martin

---
 htdocs/onlinedocs/index.html | 1294 --
 1 file changed, 1294 deletions(-)

diff --git a/htdocs/onlinedocs/index.html b/htdocs/onlinedocs/index.html
index cfa8bf5a..138dde95 100644
--- a/htdocs/onlinedocs/index.html
+++ b/htdocs/onlinedocs/index.html
@@ -255,1300 +255,6 @@
     https://gcc.gnu.org/onlinedocs/gcc-10.4.0/docs-sources.tar.gz";>Texinfo
  sources of all the GCC 10.4 manuals
   
-
-  GCC 9.5 manuals:
-  
-https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gcc/";>GCC
-     9.5 Manual (https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gcc.pdf";>also
- in PDF or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gcc.ps.gz";>PostScript or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gcc-html.tar.gz";>an
- HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gfortran/";>GCC
- 9.5 GNU Fortran Manual (https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gfortran.pdf";>also
- in PDF or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gfortran.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gfortran-html.tar.gz";>an
- HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-9.5.0/cpp/";>GCC
- 9.5 CPP Manual (https://gcc.gnu.org/onlinedocs/gcc-9.5.0/cpp.pdf";>also
-     in PDF or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/cpp.ps.gz";>PostScript or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/cpp-html.tar.gz";>an
- HTML tarball)
-    https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_rm/";>GCC
-     9.5 GNAT Reference Manual (https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_rm.pdf";>also
- in PDF or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_rm.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_rm-html.tar.gz";>an
- HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_ugn/";>GCC
- 9.5 GNAT User's Guide (https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_ugn.pdf";>also
- in PDF or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_ugn.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_ugn-html.tar.gz";>an
- HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++/manual/";>GCC
- 9.5 Standard C++ Library Manual  (https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-manual.pdf.gz";>also
-     in PDF or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-manual.xml.gz";>XML 
or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-manual-html.tar.gz";>an
- HTML tarball)
-    https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++/api/";>GCC
- 9.5 Standard C++ Library Reference Manual  (https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-api.pdf.gz";>also
- in PDF or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-api.xml.gz";>XML 
GPL or
- https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-api-gfdl.xml.gz";>XML 
GFDL or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-api-html.tar.gz";>an
- HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gccgo/";>GCCGO 9.5 
Manual (https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gccgo.pdf";>also in
-   PDF or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gccgo.ps.gz";>PostScript or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gccgo-html.tar.gz";>an
-   HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libgomp/";>GCC 9.5
- GNU Offloading and Multi Processing Runtime Library Manual (https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libgomp.pdf";>also in
- PDF or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libgomp.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libgomp-html.tar.gz";>an
- HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libquadmath/";>GCC 9.5
- Quad-Precision Math Library Manual (https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libquadmath.pdf";>also 
in
- PDF or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libquadmath.ps.gz";>PostScript
 or https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libquadmath-html.tar.gz";>an
- HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-9.5.0/jit/";>GCC 9.5 JIT
- Library
-https://gcc.gnu.org/onlinedocs/gcc-9.5.0/docs-sources.tar.gz";>Texinfo
- sources of all the GCC 9.5 manuals
-  
-
-  GCC 8.5 manuals:
-  
-https://gcc.gnu.org/onlinedocs/gcc-8.5.0/gcc/";>GCC
- 8.5 Manual (https://gcc.gnu.org/onlinedocs/gcc-8.5.0/gcc.pdf";>also
-  

Re: [RFC] docs: remove documentation for unsupported releases

2022-11-09 Thread Jakub Jelinek via Gcc-patches
On Wed, Nov 09, 2022 at 02:54:48PM +0100, Martin Liška wrote:
> I think we should remove documentation for unsupported GCC releases
> as it's indexed by Google engine. Second reason is that the page is long
> one one can't easily jump to Current development documentation.
> 
> Thoughts?

I'd prefer to move it into a separate old.html or unsupported.html
and perhaps mark it so that search engines ignore it.
With a link from onlinedocs/index.html to that.
While we don't support those releases, they are actually used in the
wild, both through vendor support or just because people keep using them
unsupported.

In either case, branch-closing.html should be updated to include
the required manual step (either drop the old release from
onlinedocs/index.html, or move it to the other page).

Dropping the docs altogether would mean it wouldn't make much sense
to even generate documentation for the last release from a release branch,
because those by definition go immediately out of support.
We still release them...

> diff --git a/htdocs/onlinedocs/index.html b/htdocs/onlinedocs/index.html
> index cfa8bf5a..138dde95 100644
> --- a/htdocs/onlinedocs/index.html
> +++ b/htdocs/onlinedocs/index.html
> @@ -255,1300 +255,6 @@
>   href="https://gcc.gnu.org/onlinedocs/gcc-10.4.0/docs-sources.tar.gz";>Texinfo
>   sources of all the GCC 10.4 manuals
>
> -
> -  GCC 9.5 manuals:
> -  
> -https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gcc/";>GCC
> - 9.5 Manual ( - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gcc.pdf";>also
> - in PDF or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gcc.ps.gz";>PostScript or  - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gcc-html.tar.gz";>an
> - HTML tarball)
> -https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gfortran/";>GCC
> - 9.5 GNU Fortran Manual ( - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gfortran.pdf";>also
> - in PDF or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gfortran.ps.gz";>PostScript 
> or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gfortran-html.tar.gz";>an
> - HTML tarball)
> -https://gcc.gnu.org/onlinedocs/gcc-9.5.0/cpp/";>GCC
> -     9.5 CPP Manual ( - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/cpp.pdf";>also
> - in PDF or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/cpp.ps.gz";>PostScript or  - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/cpp-html.tar.gz";>an
> - HTML tarball)
> -https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_rm/";>GCC
> - 9.5 GNAT Reference Manual ( - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_rm.pdf";>also
> - in PDF or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_rm.ps.gz";>PostScript 
> or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_rm-html.tar.gz";>an
> - HTML tarball)
> -https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_ugn/";>GCC
> -     9.5 GNAT User's Guide ( - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_ugn.pdf";>also
> - in PDF or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_ugn.ps.gz";>PostScript 
> or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_ugn-html.tar.gz";>an
> - HTML tarball)
> - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++/manual/";>GCC
> - 9.5 Standard C++ Library Manual  ( - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-manual.pdf.gz";>also
> - in PDF or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-manual.xml.gz";>XML
>  or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-manual-html.tar.gz";>an
> - HTML tarball)
> -https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++/api/";>GCC
> - 9.5 Standard C++ Library Reference Manual  ( - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-api.pdf.gz";>also
> - in PDF or  -     
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-api.xml.gz";>XML 
> GPL or
> -  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-api-gfdl.xml.gz";>XML 
> GFDL or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-api-html.tar.gz";>an
> - HTML tarball)
> -https:/

Re: [RFC] docs: remove documentation for unsupported releases

2022-11-09 Thread Michael Matz via Gcc-patches
Hello,

On Wed, 9 Nov 2022, Martin Liška wrote:

> I think we should remove documentation for unsupported GCC releases
> as it's indexed by Google engine. Second reason is that the page is long
> one one can't easily jump to Current development documentation.
> 
> Thoughts?

I think everything that's on the web server (even the 2.95 docu) has to be 
reachable via a (reasonable) set of clicks from the main index.html.  It 
doesn't need to be _directly_ from the main index.html, though.

Also, you simply might want to move the "Current Development" section 
to the front if it's currently too cumbersome to reach.

(E.g. one could move the index of the obsolete versions to a different web 
page, make that one un-indexable by google, but leave a trace to that one 
from the main index.html).


Ciao,
Michael.


> Martin
> 
> ---
>  htdocs/onlinedocs/index.html | 1294 --
>  1 file changed, 1294 deletions(-)
> 
> diff --git a/htdocs/onlinedocs/index.html b/htdocs/onlinedocs/index.html
> index cfa8bf5a..138dde95 100644
> --- a/htdocs/onlinedocs/index.html
> +++ b/htdocs/onlinedocs/index.html
> @@ -255,1300 +255,6 @@
>   href="https://gcc.gnu.org/onlinedocs/gcc-10.4.0/docs-sources.tar.gz";>Texinfo
>   sources of all the GCC 10.4 manuals
>
> -
> -  GCC 9.5 manuals:
> -  
> -https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gcc/";>GCC
> - 9.5 Manual ( - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gcc.pdf";>also
> - in PDF or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gcc.ps.gz";>PostScript or  - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gcc-html.tar.gz";>an
> - HTML tarball)
> -https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gfortran/";>GCC
> - 9.5 GNU Fortran Manual ( - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gfortran.pdf";>also
> - in PDF or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gfortran.ps.gz";>PostScript 
> or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gfortran-html.tar.gz";>an
> - HTML tarball)
> -https://gcc.gnu.org/onlinedocs/gcc-9.5.0/cpp/";>GCC
> - 9.5 CPP Manual ( - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/cpp.pdf";>also
> - in PDF or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/cpp.ps.gz";>PostScript or  - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/cpp-html.tar.gz";>an
> - HTML tarball)
> -https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_rm/";>GCC
> - 9.5 GNAT Reference Manual ( - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_rm.pdf";>also
> - in PDF or  -     
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_rm.ps.gz";>PostScript 
> or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_rm-html.tar.gz";>an
> - HTML tarball)
> -https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_ugn/";>GCC
> - 9.5 GNAT User's Guide ( - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_ugn.pdf";>also
> - in PDF or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_ugn.ps.gz";>PostScript 
> or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gnat_ugn-html.tar.gz";>an
> - HTML tarball)
> - href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++/manual/";>GCC
> - 9.5 Standard C++ Library Manual  ( - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-manual.pdf.gz";>also
> - in PDF or  -     
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-manual.xml.gz";>XML
>  or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-manual-html.tar.gz";>an
> - HTML tarball)
> -https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++/api/";>GCC
> - 9.5 Standard C++ Library Reference Manual  ( - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-api.pdf.gz";>also
> -     in PDF or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-api.xml.gz";>XML 
> GPL or
> -  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-api-gfdl.xml.gz";>XML 
> GFDL or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-9.5.0/libstdc++-api-html.tar.gz";>an
> - HTML tarball)
> -https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gccgo/";>G

Re: Version specific onlinedocs page

2013-02-20 Thread Tobias Burnus

Gerald Pfeifer wrote:

On Mon, 18 Feb 2013, Tobias Burnus wrote:

How about the following patch? If it is okay, I will add the remaining
index.html for 4.6 and 4.7 and update gcc-4.6/index.html – and then
commit it.


Looks good to me.

Perhaps you can add a note for the release manager how to "create"
index.html (copy from previous release and adjust)?


DONE.



Tobias

Index: releasing.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/releasing.html,v
retrieving revision 1.39
diff -u -p -r1.39 releasing.html
--- releasing.html	23 Mar 2012 08:44:11 -	1.39
+++ releasing.html	20 Feb 2013 09:40:51 -
@@ -75,7 +75,9 @@ to generate the documentation would be <
 -rgcc_3_0_2_release -dgcc-3.0.2 (with the current version
 number inserted).  Link to it from onlinedocs/index.html
 (but don't break URLs to documentation for previous releases even if
-you remove the links to it).
+you remove the links to it).  Create additionally
+onlinedocs/version-number/index.html by copying it
+from a previous release and adjust it.
 
 Update the online-documentation links in changes.html
 to point to the online-documentation for the branch.
Index: gcc-4.6/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/index.html,v
retrieving revision 1.5
diff -u -p -r1.5 index.html
--- gcc-4.6/index.html	1 Mar 2012 11:43:25 -	1.5
+++ gcc-4.6/index.html	20 Feb 2013 09:40:51 -
@@ -22,22 +22,26 @@ in GCC 4.6.2 relative to previous releas
 
 GCC 4.6.3
 March 1, 2012
-(changes)
+(changes,
+ http://gcc.gnu.org/onlinedocs/4.6.3/";>documentation)
 
 
 GCC 4.6.2
 October 26, 2011
-(changes)
+    (changes,
+ http://gcc.gnu.org/onlinedocs/4.6.2/";>documentation)
 
 
 GCC 4.6.1
 June 27, 2011
-(changes)
+(changes,
+ http://gcc.gnu.org/onlinedocs/4.6.1/";>documentation)
 
 
 GCC 4.6.0
 March 25, 2011
-(changes)
+(changes,
+ http://gcc.gnu.org/onlinedocs/4.6.0/";>documentation)
 
 
 
Index: gcc-4.7/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/index.html,v
retrieving revision 1.4
diff -u -p -r1.4 index.html
--- gcc-4.7/index.html	20 Sep 2012 06:31:19 -	1.4
+++ gcc-4.7/index.html	20 Feb 2013 09:40:51 -
@@ -22,17 +22,20 @@ in GCC 4.7.1 relative to previous releas
 
 GCC 4.7.2
 September 20, 2012
-    (changes)
+(changes,
+ http://gcc.gnu.org/onlinedocs/4.7.2/";>documentation)
 
 
 GCC 4.7.1
 June 14, 2012
-(changes)
+(changes,
+ http://gcc.gnu.org/onlinedocs/4.7.1/";>documentation)
 
 
 GCC 4.7.0
 March 22, 2012
-(changes)
+(changes,
+ http://gcc.gnu.org/onlinedocs/4.7.0/";>documentation)
 
 
 
Index: onlinedocs/4.6.0/index.html
===
RCS file: onlinedocs/4.6.0/index.html
diff -N onlinedocs/4.6.0/index.html
--- /dev/null	1 Jan 1970 00:00:00 -
+++ onlinedocs/4.6.0/index.html	20 Feb 2013 09:40:51 -
@@ -0,0 +1,91 @@
+
+
+
+GCC 4.6.0 manuals
+
+
+
+
+4.6.0 manuals
+  
+http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/";>GCC
+ 4.6.0 Manual (http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc.pdf";>also
+     in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc-html.tar.gz";>an
+ HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gfortran/";>GCC
+ 4.6.0 GNU Fortran Manual (http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gfortran.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gfortran.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gfortran-html.tar.gz";>an
+ HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcj/";>GCC
+ 4.6.0 GCJ Manual (http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcj.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcj.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcj-html.tar.gz";>an
+ HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.6.0/cpp/";>GCC 
+ 4.6.0 CPP Manual (http://gcc.gnu.org/onlinedocs/gcc-4.6.0/cpp.pdf";>also
+     in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/cpp.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/cpp-html.tar.gz";>an
+     HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gnat_rm/";>GCC
+ 4.6.0 GNAT Reference Manual (http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gnat_rm.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gnat_rm.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gnat_rm-html.tar.gz";>an
+ HTML tarball)
+http://gcc.gnu.org/

Re: Version specific onlinedocs page

2013-02-20 Thread Tobias Burnus

Gerald Pfeifer wrote:

On Mon, 18 Feb 2013, Tobias Burnus wrote:

How about the following patch? If it is okay, I will add the remaining
index.html for 4.6 and 4.7 and update gcc-4.6/index.html – and then
commit it.


Looks good to me.

Perhaps you can add a note for the release manager how to "create"
index.html (copy from previous release and adjust)?


DONE.



Tobias

Index: releasing.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/releasing.html,v
retrieving revision 1.39
diff -u -p -r1.39 releasing.html
--- releasing.html	23 Mar 2012 08:44:11 -	1.39
+++ releasing.html	20 Feb 2013 09:40:51 -
@@ -75,7 +75,9 @@ to generate the documentation would be <
 -rgcc_3_0_2_release -dgcc-3.0.2 (with the current version
 number inserted).  Link to it from onlinedocs/index.html
 (but don't break URLs to documentation for previous releases even if
-you remove the links to it).
+you remove the links to it).  Create additionally
+onlinedocs/version-number/index.html by copying it
+from a previous release and adjust it.
 
 Update the online-documentation links in changes.html
 to point to the online-documentation for the branch.
Index: gcc-4.6/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/index.html,v
retrieving revision 1.5
diff -u -p -r1.5 index.html
--- gcc-4.6/index.html	1 Mar 2012 11:43:25 -	1.5
+++ gcc-4.6/index.html	20 Feb 2013 09:40:51 -
@@ -22,22 +22,26 @@ in GCC 4.6.2 relative to previous releas
 
 GCC 4.6.3
 March 1, 2012
-(changes)
+(changes,
+ http://gcc.gnu.org/onlinedocs/4.6.3/";>documentation)
 
 
 GCC 4.6.2
 October 26, 2011
-(changes)
+    (changes,
+ http://gcc.gnu.org/onlinedocs/4.6.2/";>documentation)
 
 
 GCC 4.6.1
 June 27, 2011
-(changes)
+(changes,
+ http://gcc.gnu.org/onlinedocs/4.6.1/";>documentation)
 
 
 GCC 4.6.0
 March 25, 2011
-(changes)
+(changes,
+ http://gcc.gnu.org/onlinedocs/4.6.0/";>documentation)
 
 
 
Index: gcc-4.7/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/index.html,v
retrieving revision 1.4
diff -u -p -r1.4 index.html
--- gcc-4.7/index.html	20 Sep 2012 06:31:19 -	1.4
+++ gcc-4.7/index.html	20 Feb 2013 09:40:51 -
@@ -22,17 +22,20 @@ in GCC 4.7.1 relative to previous releas
 
 GCC 4.7.2
 September 20, 2012
-    (changes)
+(changes,
+ http://gcc.gnu.org/onlinedocs/4.7.2/";>documentation)
 
 
 GCC 4.7.1
 June 14, 2012
-(changes)
+(changes,
+ http://gcc.gnu.org/onlinedocs/4.7.1/";>documentation)
 
 
 GCC 4.7.0
 March 22, 2012
-(changes)
+(changes,
+ http://gcc.gnu.org/onlinedocs/4.7.0/";>documentation)
 
 
 
Index: onlinedocs/4.6.0/index.html
===
RCS file: onlinedocs/4.6.0/index.html
diff -N onlinedocs/4.6.0/index.html
--- /dev/null	1 Jan 1970 00:00:00 -
+++ onlinedocs/4.6.0/index.html	20 Feb 2013 09:40:51 -
@@ -0,0 +1,91 @@
+
+
+
+GCC 4.6.0 manuals
+
+
+
+
+4.6.0 manuals
+  
+http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/";>GCC
+ 4.6.0 Manual (http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc.pdf";>also
+     in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc-html.tar.gz";>an
+ HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gfortran/";>GCC
+ 4.6.0 GNU Fortran Manual (http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gfortran.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gfortran.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gfortran-html.tar.gz";>an
+ HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcj/";>GCC
+ 4.6.0 GCJ Manual (http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcj.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcj.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcj-html.tar.gz";>an
+ HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.6.0/cpp/";>GCC 
+ 4.6.0 CPP Manual (http://gcc.gnu.org/onlinedocs/gcc-4.6.0/cpp.pdf";>also
+     in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/cpp.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/cpp-html.tar.gz";>an
+     HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gnat_rm/";>GCC
+ 4.6.0 GNAT Reference Manual (http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gnat_rm.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gnat_rm.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gnat_rm-html.tar.gz";>an
+ HTML tarball)
+http://gcc.gnu.org/

gcc-wwwdocs branch master updated. 1aef08f66802bbddaf9a048a1840e26597e4f62e

2024-05-07 Thread Jakub Jelinek via Gcc-cvs-wwwdocs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
   via  1aef08f66802bbddaf9a048a1840e26597e4f62e (commit)
  from  388e5d2bb70921d8c73c82df19b4a94de19ae936 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 1aef08f66802bbddaf9a048a1840e26597e4f62e
Author: Jakub Jelinek 
Date:   Tue May 7 09:32:14 2024 +

13.1 -> 14.1

diff --git a/htdocs/onlinedocs/14.1.0/index.html 
b/htdocs/onlinedocs/14.1.0/index.html
index 2abc06ac..b9cb9c23 100644
--- a/htdocs/onlinedocs/14.1.0/index.html
+++ b/htdocs/onlinedocs/14.1.0/index.html
@@ -3,106 +3,106 @@
 
 
 
-GCC 13.1 manuals
+GCC 14.1 manuals
 https://gcc.gnu.org/gcc.css";>
 
 
 
 
-13.1 manuals
+14.1 manuals
   
-    https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/";>GCC
- 13.1 Manual (https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc.pdf";>also
+https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/";>GCC
+ 14.1 Manual (https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc.pdf";>also
  in PDF or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc.ps.gz";>PostScript or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc-html.tar.gz";>an
+ 
href="https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc.ps.gz";>PostScript or https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc-html.tar.gz";>an
  HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gfortran/";>GCC
- 13.1 GNU Fortran Manual (https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gfortran.pdf";>also
+https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gfortran/";>GCC
+ 14.1 GNU Fortran Manual (https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gfortran.pdf";>also
  in PDF or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gfortran.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gfortran-html.tar.gz";>an
+ 
href="https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gfortran.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gfortran-html.tar.gz";>an
  HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-13.1.0/cpp/";>GCC 
- 13.1 CPP Manual (https://gcc.gnu.org/onlinedocs/gcc-13.1.0/cpp.pdf";>also
+https://gcc.gnu.org/onlinedocs/gcc-14.1.0/cpp/";>GCC 
+     14.1 CPP Manual (https://gcc.gnu.org/onlinedocs/gcc-14.1.0/cpp.pdf";>also
  in PDF or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/cpp.ps.gz";>PostScript or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/cpp-html.tar.gz";>an
+ 
href="https://gcc.gnu.org/onlinedocs/gcc-14.1.0/cpp.ps.gz";>PostScript or https://gcc.gnu.org/onlinedocs/gcc-14.1.0/cpp-html.tar.gz";>an
  HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_rm/";>GCC
- 13.1 GNAT Reference Manual (https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_rm.pdf";>also
+https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gnat_rm/";>GCC
+ 14.1 GNAT Reference Manual (https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gnat_rm.pdf";>also
  in PDF or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_rm.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_rm-html.tar.gz";>an
+ 
href="https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gnat_rm.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gnat_rm-html.tar.gz";>an
  HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_ugn/";>GCC
- 13.1 GNAT User's Guide (https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_ugn.pdf";>also
+https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gnat_ugn/";>GCC
+ 14.1 GNAT User's Guide (https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gnat_ugn.pdf";>also
  in PDF or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_ugn.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_ugn-html.tar.gz";>an
+ 
href="https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gnat_ugn.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gnat_ugn-html.tar.gz";>an
  HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libstdc++/manual/";>GCC
- 13.1 Standard C++ Library Manual  (https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libstdc++-manual.pdf.gz";>also
+https://gcc.gnu.org/onlinedocs/gcc-14.1.0/libstdc++/manual/";>GCC
+ 14.1 Standard C++ Library Manual  (https://gcc.gnu.org/onlinedocs/gcc-14.1.0/libstdc++-manual.pdf

gcc-wwwdocs branch master updated. 9f8c1b6b5945a5dfe2a6e17fa2c066550333ee97

2024-07-18 Thread Richard Biener via Gcc-cvs-wwwdocs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
   via  9f8c1b6b5945a5dfe2a6e17fa2c066550333ee97 (commit)
  from  24e35757dcf718697fe2dce121e6d4ae8cdb6d14 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 9f8c1b6b5945a5dfe2a6e17fa2c066550333ee97
Author: Richard Biener 
Date:   Fri Jul 19 08:09:16 2024 +0200

Update online docs for GCC 11.5 release

diff --git a/htdocs/onlinedocs/11.5.0/index.html 
b/htdocs/onlinedocs/11.5.0/index.html
new file mode 100644
index ..81b590ac
--- /dev/null
+++ b/htdocs/onlinedocs/11.5.0/index.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+GCC 11.5 manuals
+https://gcc.gnu.org/gcc.css";>
+
+
+
+
+11.5 manuals
+  
+https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gcc/";>GCC
+ 11.5 Manual (https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gcc.pdf";>also
+ in PDF or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gcc.ps.gz";>PostScript or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gcc-html.tar.gz";>an
+ HTML tarball)
+https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gfortran/";>GCC
+ 11.5 GNU Fortran Manual (https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gfortran.pdf";>also
+ in PDF or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gfortran.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gfortran-html.tar.gz";>an
+ HTML tarball)
+https://gcc.gnu.org/onlinedocs/gcc-11.5.0/cpp/";>GCC 
+ 11.5 CPP Manual (https://gcc.gnu.org/onlinedocs/gcc-11.5.0/cpp.pdf";>also
+ in PDF or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/cpp.ps.gz";>PostScript or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/cpp-html.tar.gz";>an
+ HTML tarball)
+https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gnat_rm/";>GCC
+ 11.5 GNAT Reference Manual (https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gnat_rm.pdf";>also
+ in PDF or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gnat_rm.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gnat_rm-html.tar.gz";>an
+ HTML tarball)
+https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gnat_ugn/";>GCC
+ 11.5 GNAT User's Guide (https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gnat_ugn.pdf";>also
+ in PDF or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gnat_ugn.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gnat_ugn-html.tar.gz";>an
+ HTML tarball)
+https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libstdc++/manual/";>GCC
+ 11.5 Standard C++ Library Manual  (https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libstdc++-manual.pdf.gz";>also
+ in PDF or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libstdc++-manual.xml.gz";>XML
 or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libstdc++-manual-html.tar.gz";>an
+ HTML tarball)
+https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libstdc++/api/";>GCC
+ 11.5 Standard C++ Library Reference Manual  (https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libstdc++-api.pdf.gz";>also
+ in PDF or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libstdc++-api.xml.gz";>XML 
GPL or
+ https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libstdc++-api-gfdl.xml.gz";>XML 
GFDL or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libstdc++-api-html.tar.gz";>an
+     HTML tarball)
+   https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gccgo/";>GCCGO 11.5 
Manual (https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gccgo.pdf";>also in
+   PDF or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gccgo.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-11.5.0/gccgo-html.tar.gz";>an
+   HTML tarball)
+https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libgomp/";>GCC 11.5
+ GNU Offloading and Multi Processing Runtime Library Manual (https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libgomp.pdf";>also in
+     PDF or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libgomp.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libgomp-html.tar.gz";>an
+ HTML tarball)
+https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libquadmath/";>GCC 
11.5
+ Quad-Precision Math Library Manual (https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libquadmath.pdf";>also 
in
+ PDF or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libquadmath.ps.gz";>PostScript
 or https://gcc.gnu.org/onlinedocs/gcc-11.5.0/libquadmath-html.tar.gz";>an
+ HTML tarball)
+https://gcc.gnu.org/o

Re: Remove spam in GCC mailing list

2013-12-19 Thread Tae Wong
More spam posts to be removed!

http://gcc.gnu.org/ml/gcc/2003-12/msg00883.html
http://gcc.gnu.org/ml/gcc/2004-01/msg00649.html
http://gcc.gnu.org/ml/gcc/2004-01/msg00650.html
http://gcc.gnu.org/ml/gcc/2004-01/msg00651.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00686.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00687.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00689.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00690.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00692.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00693.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00694.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00695.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00696.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00697.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00698.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00699.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00700.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00701.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00702.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00704.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00705.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00709.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00710.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00711.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00713.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00715.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00716.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00717.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00721.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00726.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00731.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00737.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00738.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00742.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00744.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00745.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00747.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00749.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00752.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00753.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00755.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00757.html
http://gcc.gnu.org/ml/gcc/2005-05/msg00758.html

A. Julliard removed posting permissions for wine-devel for the
seotaewong40 at gmail.com email address.


You log on as seotaewong40 in Mozilla Bugzilla.
And you get message account disabled.
Please enable your account from Mozilla Bugzilla.

-- 
Tae-Wong Seo
Korea, Republic of


libgomp: long known as the GNU Offloading and Multi Processing Runtime Library (was: libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library (was: libgomp: "GNU OpenMP Runtime Li

2019-05-28 Thread Thomas Schwinge
Hi!

On Thu, 29 Jan 2015 09:28:38 +0100, I wrote:
> On Sat, 10 Jan 2015 20:21:46 +0100, I wrote:
> > On Wed, 12 Nov 2014 15:43:06 -0500, David Malcolm  
> > wrote:
> > > On Wed, 2014-11-12 at 21:30 +0100, Jakub Jelinek wrote:
> > > > On Wed, Nov 12, 2014 at 03:22:21PM -0500, David Malcolm wrote:
> > > > > On Wed, 2014-11-12 at 14:47 +0100, Jakub Jelinek wrote:
> > > > > > On Wed, Nov 12, 2014 at 08:33:34AM -0500, David Malcolm wrote:
> > > > > > > Apologies for bikeshedding, and I normally dislike "cute" names, 
> > > > > > > but
> > > > > > > renaming it to
> > > > > > > 
> > > > > > >"GNU Offloading and Multi Processing library"
> > 
> > Oh, how cute!  ;-P
> > 
> > > > > > > would allow a backronym of "libgomp", thus preserving the existing
> > > > > > > filenames/SONAME etc.

> [...] and committed to wwwdocs:
> 
> Index: htdocs/onlinedocs/index.html
> ===
> RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
> retrieving revision 1.145
> retrieving revision 1.146
> diff -u -p -r1.145 -r1.146
> --- htdocs/onlinedocs/index.html  19 Dec 2014 13:24:58 -  1.145
> +++ htdocs/onlinedocs/index.html  29 Jan 2015 08:26:06 -  1.146
> @@ -957,8 +957,8 @@ existing release.
> href="https://gcc.gnu.org/onlinedocs/gccgo.ps.gz";>PostScript 
> or  href="https://gcc.gnu.org/onlinedocs/gccgo-html.tar.gz";>an
> HTML tarball)
> -https://gcc.gnu.org/onlinedocs/libgomp/";>GNU OpenMP
> -   Manual ( +https://gcc.gnu.org/onlinedocs/libgomp/";>GNU Offloading and
> +   Multi Processing Runtime Library Manual ( href="https://gcc.gnu.org/onlinedocs/libgomp.pdf";>also in
> PDF or  
> href="https://gcc.gnu.org/onlinedocs/libgomp.ps.gz";>PostScript or  
> It remains to be seen if for the GCC 5.0 release, the text is copied from
> the 4.9.2 section at the top of the file, or from the current development
> section at the bottom (which I just changed).  ;-)

Well... ;-) -- that didn't work out.  I now committed the following
changes, "libgomp: long known as the GNU Offloading and Multi Processing
Runtime Library":

Index: htdocs/onlinedocs/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -p -r1.177 -r1.178
--- htdocs/onlinedocs/index.html3 May 2019 09:05:54 -0000   1.177
+++ htdocs/onlinedocs/index.html28 May 2019 21:01:16 -  1.178
@@ -78,7 +78,7 @@
href="https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gccgo-html.tar.gz";>an
HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-9.1.0/libgomp/";>GCC 9.1
- GNU OpenMP Manual ( (https://gcc.gnu.org/onlinedocs/gcc-9.1.0/libgomp.pdf";>also in
  PDF or https://gcc.gnu.org/onlinedocs/gcc-9.1.0/libgomp.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-8.3.0/gccgo-html.tar.gz";>an
    HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-8.3.0/libgomp/";>GCC 8.3
- GNU OpenMP Manual ( (https://gcc.gnu.org/onlinedocs/gcc-8.3.0/libgomp.pdf";>also in
  PDF or https://gcc.gnu.org/onlinedocs/gcc-8.3.0/libgomp.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-7.4.0/gccgo-html.tar.gz";>an
HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-7.4.0/libgomp/";>GCC 7.4
- GNU OpenMP Manual ( (https://gcc.gnu.org/onlinedocs/gcc-7.4.0/libgomp.pdf";>also in
  PDF or https://gcc.gnu.org/onlinedocs/gcc-7.4.0/libgomp.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-6.5.0/gccgo-html.tar.gz";>an
HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-6.5.0/libgomp/";>GCC 6.5
- GNU OpenMP Manual ( (https://gcc.gnu.org/onlinedocs/gcc-6.5.0/libgomp.pdf";>also in
      PDF or https://gcc.gnu.org/onlinedocs/gcc-6.5.0/libgomp.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-5.5.0/gccgo-html.tar.gz";>an
    HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-5.5.0/libgomp/";>GCC 5.5
- GNU OpenMP Manual ( (https://gcc.gnu.org/onlinedocs/gcc-5.5.0/libgomp.pdf";>also in
  PDF or https://gcc.gnu.org/onlinedocs/gcc-5.5.0/libgomp.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gccgo-html.tar.gz";>an

libgomp: long known as the GNU Offloading and Multi Processing Runtime Library (was: libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library (was: libgomp: "GNU OpenMP Runtime Li

2019-05-28 Thread Thomas Schwinge
Hi!

On Thu, 29 Jan 2015 09:28:38 +0100, I wrote:
> On Sat, 10 Jan 2015 20:21:46 +0100, I wrote:
> > On Wed, 12 Nov 2014 15:43:06 -0500, David Malcolm  
> > wrote:
> > > On Wed, 2014-11-12 at 21:30 +0100, Jakub Jelinek wrote:
> > > > On Wed, Nov 12, 2014 at 03:22:21PM -0500, David Malcolm wrote:
> > > > > On Wed, 2014-11-12 at 14:47 +0100, Jakub Jelinek wrote:
> > > > > > On Wed, Nov 12, 2014 at 08:33:34AM -0500, David Malcolm wrote:
> > > > > > > Apologies for bikeshedding, and I normally dislike "cute" names, 
> > > > > > > but
> > > > > > > renaming it to
> > > > > > > 
> > > > > > >"GNU Offloading and Multi Processing library"
> > 
> > Oh, how cute!  ;-P
> > 
> > > > > > > would allow a backronym of "libgomp", thus preserving the existing
> > > > > > > filenames/SONAME etc.

> [...] and committed to wwwdocs:
> 
> Index: htdocs/onlinedocs/index.html
> ===
> RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
> retrieving revision 1.145
> retrieving revision 1.146
> diff -u -p -r1.145 -r1.146
> --- htdocs/onlinedocs/index.html  19 Dec 2014 13:24:58 -  1.145
> +++ htdocs/onlinedocs/index.html  29 Jan 2015 08:26:06 -  1.146
> @@ -957,8 +957,8 @@ existing release.
> href="https://gcc.gnu.org/onlinedocs/gccgo.ps.gz";>PostScript 
> or  href="https://gcc.gnu.org/onlinedocs/gccgo-html.tar.gz";>an
> HTML tarball)
> -https://gcc.gnu.org/onlinedocs/libgomp/";>GNU OpenMP
> -   Manual ( +https://gcc.gnu.org/onlinedocs/libgomp/";>GNU Offloading and
> +   Multi Processing Runtime Library Manual ( href="https://gcc.gnu.org/onlinedocs/libgomp.pdf";>also in
> PDF or  
> href="https://gcc.gnu.org/onlinedocs/libgomp.ps.gz";>PostScript or  
> It remains to be seen if for the GCC 5.0 release, the text is copied from
> the 4.9.2 section at the top of the file, or from the current development
> section at the bottom (which I just changed).  ;-)

Well... ;-) -- that didn't work out.  I now committed the following
changes, "libgomp: long known as the GNU Offloading and Multi Processing
Runtime Library":

Index: htdocs/onlinedocs/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -p -r1.177 -r1.178
--- htdocs/onlinedocs/index.html3 May 2019 09:05:54 -0000   1.177
+++ htdocs/onlinedocs/index.html28 May 2019 21:01:16 -  1.178
@@ -78,7 +78,7 @@
href="https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gccgo-html.tar.gz";>an
HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-9.1.0/libgomp/";>GCC 9.1
- GNU OpenMP Manual ( (https://gcc.gnu.org/onlinedocs/gcc-9.1.0/libgomp.pdf";>also in
  PDF or https://gcc.gnu.org/onlinedocs/gcc-9.1.0/libgomp.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-8.3.0/gccgo-html.tar.gz";>an
    HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-8.3.0/libgomp/";>GCC 8.3
- GNU OpenMP Manual ( (https://gcc.gnu.org/onlinedocs/gcc-8.3.0/libgomp.pdf";>also in
  PDF or https://gcc.gnu.org/onlinedocs/gcc-8.3.0/libgomp.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-7.4.0/gccgo-html.tar.gz";>an
HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-7.4.0/libgomp/";>GCC 7.4
- GNU OpenMP Manual ( (https://gcc.gnu.org/onlinedocs/gcc-7.4.0/libgomp.pdf";>also in
  PDF or https://gcc.gnu.org/onlinedocs/gcc-7.4.0/libgomp.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-6.5.0/gccgo-html.tar.gz";>an
HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-6.5.0/libgomp/";>GCC 6.5
- GNU OpenMP Manual ( (https://gcc.gnu.org/onlinedocs/gcc-6.5.0/libgomp.pdf";>also in
      PDF or https://gcc.gnu.org/onlinedocs/gcc-6.5.0/libgomp.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-5.5.0/gccgo-html.tar.gz";>an
    HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-5.5.0/libgomp/";>GCC 5.5
- GNU OpenMP Manual ( (https://gcc.gnu.org/onlinedocs/gcc-5.5.0/libgomp.pdf";>also in
  PDF or https://gcc.gnu.org/onlinedocs/gcc-5.5.0/libgomp.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gccgo-html.tar.gz";>an

gcc-wwwdocs branch master updated. 298a52eeb0ac6f4efd17f0c55422765e81cba027

2024-05-07 Thread Richard Biener via Gcc-cvs-wwwdocs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
   via  298a52eeb0ac6f4efd17f0c55422765e81cba027 (commit)
   via  7705f91600493a1e579ca09bb9ee9979e716266c (commit)
  from  e8188a572301966aab9fc19200d97773af308aa6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 298a52eeb0ac6f4efd17f0c55422765e81cba027
Author: Richard Biener 
Date:   Tue May 7 09:33:25 2024 +0200

Updates for GCC 14.1 release

diff --git a/htdocs/develop.html b/htdocs/develop.html
index 702256cf..40228f49 100644
--- a/htdocs/develop.html
+++ b/htdocs/develop.html
@@ -711,6 +711,12 @@ stages of development, branch points, and releases:
   GCC 14 Stage 3 (starts 2023-11-19)
|
   GCC 14 Stage 4 (starts 2024-01-12)
+   |
+   +-- GCC 14 branch created ---+
+   | \
+   |  v
+   |   GCC 14.1 release (2023-05-07)
+  GCC 15 Stage 1 (starts 2024-04-26)
|
v
 
diff --git a/htdocs/releases.html b/htdocs/releases.html
index 19ad51af..59aa0a5e 100644
--- a/htdocs/releases.html
+++ b/htdocs/releases.html
@@ -33,6 +33,7 @@ releases and an alternative view of the release history.
 
 
 ReleaseRelease date
+GCC 14.1 May 6, 2024
 GCC 13.2 July 27, 2023
 GCC 10.5 July 7, 2023
 GCC 11.4 May 29, 2023

commit 7705f91600493a1e579ca09bb9ee9979e716266c
Author: Richard Biener 
Date:   Tue May 7 09:28:44 2024 +0200

Referece GCC 14.1 online documentation

diff --git a/htdocs/onlinedocs/14.1.0/index.html 
b/htdocs/onlinedocs/14.1.0/index.html
new file mode 100644
index ..2abc06ac
--- /dev/null
+++ b/htdocs/onlinedocs/14.1.0/index.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+GCC 13.1 manuals
+https://gcc.gnu.org/gcc.css";>
+
+
+
+
+13.1 manuals
+  
+https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/";>GCC
+ 13.1 Manual (https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc.pdf";>also
+ in PDF or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc.ps.gz";>PostScript or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc-html.tar.gz";>an
+ HTML tarball)
+https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gfortran/";>GCC
+ 13.1 GNU Fortran Manual (https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gfortran.pdf";>also
+ in PDF or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gfortran.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gfortran-html.tar.gz";>an
+ HTML tarball)
+https://gcc.gnu.org/onlinedocs/gcc-13.1.0/cpp/";>GCC 
+ 13.1 CPP Manual (https://gcc.gnu.org/onlinedocs/gcc-13.1.0/cpp.pdf";>also
+ in PDF or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/cpp.ps.gz";>PostScript or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/cpp-html.tar.gz";>an
+ HTML tarball)
+https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_rm/";>GCC
+ 13.1 GNAT Reference Manual (https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_rm.pdf";>also
+ in PDF or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_rm.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_rm-html.tar.gz";>an
+ HTML tarball)
+https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_ugn/";>GCC
+ 13.1 GNAT User's Guide (https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_ugn.pdf";>also
+ in PDF or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_ugn.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gnat_ugn-html.tar.gz";>an
+ HTML tarball)
+https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libstdc++/manual/";>GCC
+ 13.1 Standard C++ Library Manual  (https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libstdc++-manual.pdf.gz";>also
+ in PDF or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libstdc++-manual.xml.gz";>XML
 or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libstdc++-manual-html.tar.gz";>an
+ HTML tarball)
+https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libstdc++/api/";>GCC
+ 13.1 Standard C++ Library Reference Manual  (https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libstdc++-api.pdf.gz";>also
+ in PDF or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libstdc++-api.xml.gz";>XML 
GPL or
+ https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libstdc++-api-gfdl.xml.gz";>XML 
GFDL or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libstdc++-api-html.tar.gz";>an
+     HTML tarball)
+   https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gccgo/";>GCCGO 13.1

Re: [RFC] Closing of all remaining Bugzilla PRs against powerpcspe

2020-05-09 Thread Arseny Solokha
> Otherwise, I'm proposing to finally close all open PRs filed against
> powerpcspe. I've been able to identify the following ones:
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19490
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30259
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37759
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37760
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47856
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47977
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49854
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51905
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57389
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57872
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71012
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86133
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79438
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79451
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80700
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81288
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81628
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82138
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84302
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85121
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85170
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87083

I'd also like to nominate the following two:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52927
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60158

which I also cannot close myself. There won't be any further revisions of this
list by me.


Processed: Re: resetting forwarded addresses (Re: Processed: [bts-link] source package gcc-3.4)

2006-05-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # this resets the forwards to their original value
> forwarded 217360 http://gcc.gnu.org/PR12867, merged-upstream: 
> http://gcc.gnu.org/PR1027
Bug#217360: [PR12867, fixed in 3.5] incorrect warning message (void format, 
should be void* format)
Forwarded-to-address changed from http://gcc.gnu.org/PR1027 to 
http://gcc.gnu.org/PR12867, merged-upstream: http://gcc.gnu.org/PR1027.
(By the way, this Bug is currently marked as done.)

> forwarded 238432 http://gcc.gnu.org/PR14709, merged-upstream: 
> http://gcc.gnu.org/PR11801
Bug#238432: [fixed in 4.0] gcj fails to wait for its child processes on exec()
Forwarded-to-address changed from http://gcc.gnu.org/PR11801 to 
http://gcc.gnu.org/PR14709, merged-upstream: http://gcc.gnu.org/PR11801.
(By the way, this Bug is currently marked as done.)

> forwarded 254659 http://gcc.gnu.org/PR16066, merged-upstream: 
> http://gcc.gnu.org/PR16052
Bug#254659: [fixed in 4.0] [PR 16066] i386 loop strength reduction bug
Forwarded-to-address changed from http://gcc.gnu.org/PR16052 to 
http://gcc.gnu.org/PR16066, merged-upstream: http://gcc.gnu.org/PR16052.
(By the way, this Bug is currently marked as done.)

> forwarded 285692 http://gcc.gnu.org/PR19006, merged-upstream: 
> http://gcc.gnu.org/PR18384
Bug#285692: [fixed in 3.4/4.0] [PR 19006] [3.3 / 3.4 / 4.0 regression] ICE in 
tree_low_cst, at tree.c:3255
Forwarded-to-address changed from http://gcc.gnu.org/PR18384 to 
http://gcc.gnu.org/PR19006, merged-upstream: http://gcc.gnu.org/PR18384.
(By the way, this Bug is currently marked as done.)

> forwarded 286715 http://gcc.gnu.org/PR19711, merged-upstream: 
> http://gcc.gnu.org/PR9157
Bug#286715: [fixed in 4.0] [PR 19711] gcj segfaults instead of reporting the 
ambiguous expression
Forwarded-to-address changed from http://gcc.gnu.org/PR9157 to 
http://gcc.gnu.org/PR19711, merged-upstream: http://gcc.gnu.org/PR9157.
(By the way, this Bug is currently marked as done.)

> forwarded 293466 http://gcc.gnu.org/PR19265, merged-upstream: 
> http://gcc.gnu.org/PR22309
Bug#293466: [PR 19265] [fixed in 4.0] g++-3.4: mt_allocator + threads + dlclose 
= crash
Forwarded-to-address changed from http://gcc.gnu.org/PR22309 to 
http://gcc.gnu.org/PR19265, merged-upstream: http://gcc.gnu.org/PR22309.
(By the way, this Bug is currently marked as done.)

> forwarded 307993 http://gcc.gnu.org/PR21457, merged-upstream: 
> http://gcc.gnu.org/PR16676
Bug#307993: CE in gen_subprogram_die at dwarf2out.c:10913 building glibc 2.3.5 
with nptl
Forwarded-to-address changed from http://gcc.gnu.org/PR16676 to 
http://gcc.gnu.org/PR21457, merged-upstream: http://gcc.gnu.org/PR16676.
(By the way, this Bug is currently marked as done.)

> forwarded 331265 http://gcc.gnu.org/PR24171, merged-upstream: 
> http://gcc.gnu.org/PR21592.
Bug#331265: [fixed in 4.0] ICE in resolve_overloaded_unification
Forwarded-to-address changed from http://gcc.gnu.org/PR21592 to 
http://gcc.gnu.org/PR24171, merged-upstream: http://gcc.gnu.org/PR21592..

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: Re: resetting forwarded addresses (Re: Processed: [bts-link] source package gcc-3.4)

2006-05-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # this resets the forwards to their original value
> forwarded 217360 http://gcc.gnu.org/PR12867, merged-upstream: 
> http://gcc.gnu.org/PR1027
Bug#217360: [PR12867, fixed in 3.5] incorrect warning message (void format, 
should be void* format)
Forwarded-to-address changed from http://gcc.gnu.org/PR1027 to 
http://gcc.gnu.org/PR12867, merged-upstream: http://gcc.gnu.org/PR1027.
(By the way, this Bug is currently marked as done.)

> forwarded 238432 http://gcc.gnu.org/PR14709, merged-upstream: 
> http://gcc.gnu.org/PR11801
Bug#238432: [fixed in 4.0] gcj fails to wait for its child processes on exec()
Forwarded-to-address changed from http://gcc.gnu.org/PR11801 to 
http://gcc.gnu.org/PR14709, merged-upstream: http://gcc.gnu.org/PR11801.
(By the way, this Bug is currently marked as done.)

> forwarded 254659 http://gcc.gnu.org/PR16066, merged-upstream: 
> http://gcc.gnu.org/PR16052
Bug#254659: [fixed in 4.0] [PR 16066] i386 loop strength reduction bug
Forwarded-to-address changed from http://gcc.gnu.org/PR16052 to 
http://gcc.gnu.org/PR16066, merged-upstream: http://gcc.gnu.org/PR16052.
(By the way, this Bug is currently marked as done.)

> forwarded 285692 http://gcc.gnu.org/PR19006, merged-upstream: 
> http://gcc.gnu.org/PR18384
Bug#285692: [fixed in 3.4/4.0] [PR 19006] [3.3 / 3.4 / 4.0 regression] ICE in 
tree_low_cst, at tree.c:3255
Forwarded-to-address changed from http://gcc.gnu.org/PR18384 to 
http://gcc.gnu.org/PR19006, merged-upstream: http://gcc.gnu.org/PR18384.
(By the way, this Bug is currently marked as done.)

> forwarded 286715 http://gcc.gnu.org/PR19711, merged-upstream: 
> http://gcc.gnu.org/PR9157
Bug#286715: [fixed in 4.0] [PR 19711] gcj segfaults instead of reporting the 
ambiguous expression
Forwarded-to-address changed from http://gcc.gnu.org/PR9157 to 
http://gcc.gnu.org/PR19711, merged-upstream: http://gcc.gnu.org/PR9157.
(By the way, this Bug is currently marked as done.)

> forwarded 293466 http://gcc.gnu.org/PR19265, merged-upstream: 
> http://gcc.gnu.org/PR22309
Bug#293466: [PR 19265] [fixed in 4.0] g++-3.4: mt_allocator + threads + dlclose 
= crash
Forwarded-to-address changed from http://gcc.gnu.org/PR22309 to 
http://gcc.gnu.org/PR19265, merged-upstream: http://gcc.gnu.org/PR22309.
(By the way, this Bug is currently marked as done.)

> forwarded 307993 http://gcc.gnu.org/PR21457, merged-upstream: 
> http://gcc.gnu.org/PR16676
Bug#307993: CE in gen_subprogram_die at dwarf2out.c:10913 building glibc 2.3.5 
with nptl
Forwarded-to-address changed from http://gcc.gnu.org/PR16676 to 
http://gcc.gnu.org/PR21457, merged-upstream: http://gcc.gnu.org/PR16676.
(By the way, this Bug is currently marked as done.)

> forwarded 331265 http://gcc.gnu.org/PR24171, merged-upstream: 
> http://gcc.gnu.org/PR21592.
Bug#331265: [fixed in 4.0] ICE in resolve_overloaded_unification
Forwarded-to-address changed from http://gcc.gnu.org/PR21592 to 
http://gcc.gnu.org/PR24171, merged-upstream: http://gcc.gnu.org/PR21592..

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[wwwdocs] update libstdc++ doc links

2013-04-22 Thread Benjamin De Kosnik

This updates the links for the 4.7.3 and 4.6.4 libstdc++ documentation.
Now 4.6-4.8 links are all consistent.

best,
-benjamin

2013-04-22  Benjamin Kosnik  

* htdocs/onlinedocs/index.html: Adjust GDL to GFDL. Change
  4.7.3 and 4.6.4 to use gz instead of bz2 compression, like
  others.
	* htdocs/onlinedocs/4.6.4/index.html: Adjust links.
	* htdocs/onlinedocs/4.7.3/index.html: Same.


Index: htdocs/onlinedocs/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.134
diff -c -p -r1.134 index.html
*** htdocs/onlinedocs/index.html	12 Apr 2013 16:45:11 -	1.134
--- htdocs/onlinedocs/index.html	22 Apr 2013 23:28:31 -
***
*** 73,79 
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++-api.xml.gz";>XML GPL or
   http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++-api-gdl.xml.gz";>XML GDL or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++-api-html.tar.gz";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gccgo/";>GCCGO 4.8.0 Manual ( or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++-api.xml.gz";>XML GPL or
   http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++-api-gfdl.xml.gz";>XML GFDL or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++-api-html.tar.gz";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gccgo/";>GCCGO 4.8.0 Manual ()
  http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/manual/";>GCC
   4.7.3 Standard C++ Library Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/libstdc++-manual.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/libstdc++-manual.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/libstdc++-manual-html.tar.bz2";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/api/";>GCC
   4.7.3 Standard C++ Library Reference Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/libstdc++-api.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/libstdc++-api.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/libstdc++-api-html.tar.bz2";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.7.3/gccgo/";>GCCGO 4.7.3 Manual (http://gcc.gnu.org/onlinedocs/gcc-4.7.3/gccgo.pdf";>also in
--- 147,163 
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/manual/";>GCC
   4.7.3 Standard C++ Library Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/libstdc++-manual.pdf.gz";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/libstdc++-manual.xml.gz";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/libstdc++-manual-html.tar.gz";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/api/";>GCC
   4.7.3 Standard C++ Library Reference Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/libstdc++-api.pdf.gz";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/libstdc++-api.xml.gz";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/libstdc++-api-html.tar.gz";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.7.3/gccgo/";>GCCGO 4.7.3 Manual (http://gcc.gnu.org/onlinedocs/gcc-4.7.3/gccgo.pdf";>also in
***
*** 230,246 
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.6.4/libstdc++/manual/spine.html";>GCC
   4.6.4 Standard C++ Library Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.6.4/libstdc++/libstdc++-manual.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.4/libstdc++/libstdc++-manual.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.6.4/libstdc++/libstdc++-manual-html.tar.bz2";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.6.4/libstdc++/api/";>GCC
   4.6.4 Standard C++ Library Reference Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.6.4/libstdc++/libstdc++-api.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.4/libstdc++/libstdc++-api.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.6.4/libstdc++/libstdc++-api-html.tar.bz2";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.6.4/gccgo/";>GCCGO 4.6.4 Manual (http://gcc.gnu.org/onlinedocs/gcc-4.6.4/gccgo.pdf";>also in
--- 230,246 
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.6.4/libstdc++/manual/spine.html";>GCC
   4.6.4 Standard C++ Library Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.6.4/libstdc+

Processed: use URL's for forwarded gcc reports

2003-05-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> forwarded 165635 http://gcc.gnu.org/PR8608
Bug#165635: [PR java/8608] segmentation fault on compiling bad program
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR8608.

> forwarded 169862 http://gcc.gnu.org/PR9067
Bug#169862: [PR c++/9067] vectors of vectors break with -ftrapv
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR9067.

> forwarded 175478 http://gcc.gnu.org/PR9201
Bug#175478: [PR target/9201] [3.2 branch regression] ICE compiling octave-2.1 
on m68k-linux
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR9201.

> forwarded 176387 http://gcc.gnu.org/PR9279
Bug#176387: [PR optimization/9279, fixed in 3.3] {sparc} gcc-3.2 regression 
(wrong code)
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR9279.

> forwarded 177840 http://gcc.gnu.org/PR9812
Bug#177840: [PR optimization/9812] [3.2/3.3 regression] m68k - ICE in 
extract_insn, at recog.c:2148
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR9812.

> forwarded 180750 http://gcc.gnu.org/PR9790
Bug#180750: [PR target/9790] [3.2 regression on arm, fixed in 3.3] ICE with -O2 
(change_address_1, at emit-rtl.c:1945)
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR9790.

> forwarded 180937 http://gcc.gnu.org/PR9789
Bug#180937: [PR c++/9789] [3.2 ICE regression, fixed in 3.3] Error reporting 
routines re-entered
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR9789.

> forwarded 185604 http://gcc.gnu.org/PR10199
Bug#185604: [PR c++/10199, fixed in 3.4] method parametrized by template does 
not work everywhere
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR10199.

> forwarded 185903 http://gcc.gnu.org/PR10194
Bug#185903: [PR 10194] [3.2 regression, fixed in 3.3] [arm] gcc optimization 
error with -O2, affecting bison
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR10194.

> forwarded 186299 http://gcc.gnu.org/PR10315
Bug#186299: [fixed in 3.3] [PR 10315] [powerpc] ICE: in extract_insn, at 
recog.c:2175 building php3
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR10315.

> forwarded 85468 http://gcc.gnu.org/PR9082
Bug#85468: [PR target/9082] [alpha] memcpy makes unaligned access
Bug#169004: [PR target/9082] [ia64] fping makes unaligned mem accesses, 
emulated by ia64 kernel
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR9082.

> forwarded 116145 http://gcc.gnu.org/PR7854
Bug#116145: [PR libgcj/7854] fastjar update (-u) should be implemented
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR7854.

> forwarded 136659 http://gcc.gnu.org/PR9080
Bug#136659: [PR target/9080] optimisation on sparc leads to unalligned access 
in memcpy
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR9080.

> forwarded 140201 http://gcc.gnu.org/PR9069
Bug#140201: [PR libstdc++/9069] race condition in libstdc++3 (basic_string.tcc)
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR9069.

> forwarded 148529 http://gcc.gnu.org/PR6911
Bug#148529: [PR ada/6911] gnat-3.1: sin broken
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR6911.

> forwarded 153472 http://gcc.gnu.org/PR4106
Bug#153472: [fixed in 3.4, PR c/4106] i386 -fPIC asm ebx clobber no error
Forwarded-to-address changed from GCC-GNATS to http://gcc.gnu.org/PR4106.

> forwarded 159838 http://gcc.gnu.org/PR7853
Bug#159838: [PR c/7853] gcc reports multiple symbol definitions on the wrong 
line
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR7853.

> forwarded 166255 http://gcc.gnu.org/PR8606
Bug#166255: [PR ada/8606] GNAT floating point optimization bug
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR8606.

> forwarded 169004 http://gcc.gnu.org/PR9082
Bug#169004: [PR target/9082] [ia64] fping makes unaligned mem accesses, 
emulated by ia64 kernel
Bug#85468: [PR target/9082] [alpha] memcpy makes unaligned access
Forwarded-to-address changed from http://gcc.gnu.org/PR9082 to 
http://gcc.gnu.org/PR9082.

> forwarded 172090 http://gcc.gnu.org/PR9074
Bug#172090: [PR target/9074] [alpha] gcc fails to compile kernel on wildfire
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR9074.

> forwarded 186185 http://gcc.gnu.org/PR10206
Bug#186185: [PR target/10206] [3.2 / 3.3 regression] [arm] ICE when compiling 
fftw
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR10206.

> forwarded 186922 http://gcc.gnu.org/PR10581
Bug#186922: [PR 10581] ICE compiling freenet
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR10581.

> forwarded 189365 http://gcc.gnu.org/PR10587
Bug#1

gcc-wwwdocs branch master updated. 9921a37733602e1a594e063a6ccf6e6591663535

2024-08-01 Thread Jakub Jelinek via Gcc-cvs-wwwdocs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
   via  9921a37733602e1a594e063a6ccf6e6591663535 (commit)
  from  69df4b56fe675d0ce7fac9cef66fee93eba3cd2e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 9921a37733602e1a594e063a6ccf6e6591663535
Author: Jakub Jelinek 
Date:   Thu Aug 1 11:25:14 2024 +0200

GCC 14.2.0 release

diff --git a/htdocs/develop.html b/htdocs/develop.html
index e98b442e..372bbae2 100644
--- a/htdocs/develop.html
+++ b/htdocs/develop.html
@@ -719,8 +719,10 @@ stages of development, branch points, and releases:
+-- GCC 14 branch created ---+
| \
|  v
-   |   GCC 14.1 release (2024-05-07)
-  GCC 15 Stage 1 (starts 2024-04-26)
+  GCC 15 Stage 1 (starts 2024-04-26)   GCC 14.1 release (2024-05-07)
+   |\
+   | v
+   |   GCC 14.2 release (2024-08-01)
|
v
 
diff --git a/htdocs/index.html b/htdocs/index.html
index 02f1e031..5913cdca 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -55,6 +55,10 @@ mission statement.
 News
 
 
+GCC 14.2 released
+[2024-08-01]
+
+
 GCC 11.5 released
 [2024-07-19]
 
@@ -156,20 +160,20 @@ More news? Let ger...@pfeifer.com know!
 Supported Releases
 
 
-GCC 14.1
+GCC 14.2
   (changes)
 
   Status:
   
   https://gcc.gnu.org/pipermail/gcc/2024-July/244363.html";>2024-07-11
   
-  (frozen for release).
+  (regression fixes & docs only).
   
   https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=regexp&short_desc=%5C%5B(%5B%200-9.%2F%5D*%5B%20%2F%5D)*14%5B%20%2F%5D%5B%200-9.%2F%5D*%5BRr%5Degression%20*%5C%5D&target_milestone=12.5&target_milestone=13.4&target_milestone=14.2&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&priority=P1&priority=P2&priority=P3&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&
 
;chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">Serious
+  
href="https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=regexp&short_desc=%5C%5B(%5B%200-9.%2F%5D*%5B%20%2F%5D)*14%5B%20%2F%5D%5B%200-9.%2F%5D*%5BRr%5Degression%20*%5C%5D&target_milestone=12.5&target_milestone=13.4&target_milestone=14.3&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&priority=P1&priority=P2&priority=P3&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&
 
;chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">Serious
   regressions.
   https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=regexp&short_desc=%5C%5B(%5B%200-9.%2F%5D*%5B%20%2F%5D)*14%5B%20%2F%5D%5B%200-9.%2F%5D*%5BRr%5Degression%20*%5C%5D&target_milestone=12.5&target_milestone=13.4&target_milestone=14.2&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=

[wwdocs] update libstdc++ docs, links

2012-03-22 Thread Benjamin De Kosnik

Small filename tweaks to gcc's docs page for the generated 4.7.0
libstdc++ docs.

-benjamin2012-03-22  Benjamin Kosnik  

* htdocs/onlinedocs/index.html: Adjust libstdc++ xml file names.

Index: htdocs/onlinedocs/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.124
diff -c -p -3 -r1.124 index.html
*** htdocs/onlinedocs/index.html	22 Mar 2012 09:34:50 -	1.124
--- htdocs/onlinedocs/index.html	22 Mar 2012 23:26:43 -
***
*** 64,77 
   4.7.0 Standard C++ Library Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/libstdc++-manual.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/libstdc++-manual-single.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/libstdc++-manual-html.tar.bz2";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/api/";>GCC
   4.7.0 Standard C++ Library Reference Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/libstdc++-api.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/libstdc++-api-single.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/libstdc++-api-html.tar.bz2";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.7.0/gccgo/";>GCCGO 4.7.0 Manual ( (http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/libstdc++-manual.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/libstdc++-manual.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/libstdc++-manual-html.tar.bz2";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/api/";>GCC
   4.7.0 Standard C++ Library Reference Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/libstdc++-api.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/libstdc++-api.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/libstdc++-api-html.tar.bz2";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.7.0/gccgo/";>GCCGO 4.7.0 Manual ( (http://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/libstdc++-manual.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/libstdc++-manual-single.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/libstdc++-manual-html.tar.bz2";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/api/";>GCC
   4.6.3 Standard C++ Library Reference Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/libstdc++-api.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/libstdc++-api-single.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/libstdc++-api-html.tar.bz2";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.6.3/gccgo/";>GCCGO 4.6.3 Manual ( (http://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/libstdc++-manual.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/libstdc++-manual.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/libstdc++-manual-html.tar.bz2";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/api/";>GCC
   4.6.3 Standard C++ Library Reference Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/libstdc++-api.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/libstdc++-api.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/libstdc++-api-html.tar.bz2";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.6.3/gccgo/";>GCCGO 4.6.3 Manual (2012-03-22  Benjamin Kosnik  

* htdocs/onlinedocs/index.html: Adjust libstdc++ html index.

Index: htdocs/onlinedocs/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.125
diff -c -p -3 -r1.125 index.html
*** htdocs/onlinedocs/index.html	22 Mar 2012 23:30:02 -	1.125
--- htdocs/onlinedocs/index.html	22 Mar 2012 23:40:10 -
***
*** 60,66 
   href="http://gcc.gnu.org/onlinedocs/gcc-4.7.0/gnat_ugn_unw.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.7.0/gnat_ugn_unw-html.tar.gz";>an
   HTML tarball)
! http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/manual/spine.html";>GCC
   4.7.0 Standard C++ Library Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.7.0/libstdc++/libstdc++-manual.pdf.bz2";>also
   in 

[wwwdocs] Buildstat update for 4.9

2015-05-03 Thread Tom G. Christensen
Latest results for 4.9.x

The last update was posted 2014-12-01 but was never applied.

-tgc

Testresults for 4.9.2:
  hppa-unknown-linux-gnu
  i386-pc-solaris2.9
  i386-sun-solaris2.11
  i486-sun-solaris2.11 (2)
  i686-pc-linux-gnu
  i686-unknown-linux-gnu
  mips-unknown-linux-gnu
  mipsel-unknown-linux-gnu
  powerpc-unknown-linux-gnu
  sparc-sun-solaris2.9
  sparc64-sun-solaris2.9
  sparc-unknown-linux-gnu
  x86_64-apple-darwin13.4.0
  x86_64-apple-darwin14.0.0 (2)
  x86_64-unknown-linux-gnu (4)
  x86_64-w64-mingw32

Testresults for 4.9.1:
  i686-pc-linux-gnu

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/buildstat.html,v
retrieving revision 1.8
diff -u -r1.8 buildstat.html
--- buildstat.html  23 Sep 2014 22:32:05 -  1.8
+++ buildstat.html  3 May 2015 14:39:13 -
@@ -51,6 +51,7 @@
 hppa-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00173.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg03008.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-05/msg00210.html";>4.9.0
 
@@ -76,6 +77,7 @@
 i386-pc-solaris2.9
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00658.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg01667.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg02112.html";>4.9.0,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg01785.html";>4.9.0
@@ -99,9 +101,28 @@
 
 
 
+i386-sun-solaris2.11
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg01593.html";>4.9.2
+
+
+
+
+i486-sun-solaris2.11
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-12/msg00360.html";>4.9.2,
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg02527.html";>4.9.2
+
+
+
+
 i686-pc-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-03/msg03335.html";>4.9.2,
+https://gcc.gnu.org/ml/gcc-testresults/2014-10/msg02226.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-07/msg01863.html";>4.9.1
 
 
@@ -110,6 +131,7 @@
 i686-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00217.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg02846.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg02200.html";>4.9.0
 
@@ -119,6 +141,7 @@
 mips-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00377.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg03102.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-05/msg00205.html";>4.9.0
 
@@ -128,6 +151,7 @@
 mipsel-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00756.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg03115.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-05/msg00096.html";>4.9.0
 
@@ -146,6 +170,7 @@
 powerpc-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-12/msg02748.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg03148.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-05/msg00841.html";>4.9.0
 
@@ -163,6 +188,7 @@
 sparc-sun-solaris2.9
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00659.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg01668.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg02113.html";>4.9.0,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg01832.html";>4.9.0
@@ -181,6 +207,7 @@
 sparc64-sun-solaris2.9
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00660.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg01669.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg02114.html";>4.9.0
 
@@ -190,15 +217,37 @@
 sparc-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00266.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg03222.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-05/msg00150.html";>4.9.0
 
 
 
 
+x86_64-apple-darwin13.4.0
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00268.html";>4.9.2
+
+
+
+
+x86_64-apple-darwin14.0.0
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-12/msg01946.html";>4.9.2,
+https://gcc.gnu.org/ml/gcc-testresults/2014-09/msg02802.html";>4.9.1
+
+
+
+
 x86_64-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-01/msg03254.html";>4.9.2,
+https://gcc.gnu.org/ml/gcc-testresults/2014-12/msg00728.html";>4.9.2,
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00537.html";>4.

[wwwdocs] Buildstat update for 4.6

2011-04-01 Thread Tom G. Christensen
First round of results for the new release.

-tgc

Testresults for 4.6.0:
  alpha-dec-osf5.1b (2)
  armv7l-unknown-linux-gnueabi
  hppa2.0w-hp-hpux11.11
  hppa64-hp-hpux11.11
  i386-pc-solaris2.8 (5)
  i386-pc-solaris2.9 (3)
  i386-pc-solaris2.10 (4)
  i386-pc-solaris2.11 (4)
  i686-pc-linux-gnu (3)
  mips-sgi-irix6.5 (4)
  s390-ibm-linux-gnu
  s390x-ibm-linux-gnu
  sparc-sun-solaris2.8 (4)
  sparc-sun-solaris2.9 (3)
  sparc-sun-solaris2.10 (3)
  sparc-sun-solaris2.11 (3)
  x86_64-apple-darwin10.7.0
  x86_64-unknown-linux-gnu (2)
Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/buildstat.html,v
retrieving revision 1.1
diff -u -r1.1 buildstat.html
--- buildstat.html  14 Mar 2011 13:52:00 -  1.1
+++ buildstat.html  1 Apr 2011 18:26:10 -
@@ -20,5 +20,181 @@
 http://gcc.gnu.org/install/finalinstall.html";>
 Installing GCC: Final Installation.
 
+
+
+
+alpha-dec-osf5.1b
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02726.html";>4.6.0
+http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg00050.html";>4.6.0,
+
+
+
+
+armv7l-unknown-linux-gnueabi
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg03105.html";>4.6.0
+
+
+
+
+hppa2.0w-hp-hpux11.11
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02630.html";>4.6.0
+
+
+
+
+hppa64-hp-hpux11.11
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02801.html";>4.6.0
+
+
+
+
+i386-pc-solaris2.8
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02713.html";>4.6.0
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02717.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02832.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02960.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg03106.html";>4.6.0,
+
+
+
+
+i386-pc-solaris2.9
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02708.html";>4.6.0
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02718.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02831.html";>4.6.0,
+
+
+
+
+i386-pc-solaris2.10
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02683.html";>4.6.0
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02704.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02705.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02738.html";>4.6.0,
+
+
+
+
+i386-pc-solaris2.11
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02699.html";>4.6.0
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02702.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02741.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg03084.html";>4.6.0,
+
+
+
+
+i686-pc-linux-gnu
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02753.html";>4.6.0
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02849.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg03104.html";>4.6.0,
+
+
+
+
+mips-sgi-irix6.5
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02828.html";>4.6.0
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02830.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg00031.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg00060.html";>4.6.0,
+
+
+
+
+s390-ibm-linux-gnu
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02491.html";>4.6.0
+
+
+
+
+s390x-ibm-linux-gnu
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02513.html";>4.6.0
+
+
+
+
+sparc-sun-solaris2.8
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02712.html";>4.6.0
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02716.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02933.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02959.html";>4.6.0,
+
+
+
+
+sparc-sun-solaris2.9
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02721.html";>4.6.0
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02724.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02934.html";>4.6.0,
+
+
+
+
+sparc-sun-solaris2.10
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02714.html";>4.6.0
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02725.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02835.html";>4.6.0,
+
+
+
+
+sparc-sun-solaris2.11
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02710.html";>4.6.0
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02723.html";>4.6.0,
+http://gcc.gnu

[wwwdocs] Buildstat update for 4.6

2011-04-01 Thread Tom G. Christensen
Please disregard previous patch, it had the entries in the wrong order.

First round of results for the new release.

-tgc

Testresults for 4.6.0:
  alpha-dec-osf5.1b (2)
  armv7l-unknown-linux-gnueabi
  hppa2.0w-hp-hpux11.11
  hppa64-hp-hpux11.11
  i386-pc-solaris2.8 (5)
  i386-pc-solaris2.9 (3)
  i386-pc-solaris2.10 (4)
  i386-pc-solaris2.11 (4)
  i686-pc-linux-gnu (3)
  mips-sgi-irix6.5 (4)
  s390-ibm-linux-gnu
  s390x-ibm-linux-gnu
  sparc-sun-solaris2.8 (4)
  sparc-sun-solaris2.9 (3)
  sparc-sun-solaris2.10 (3)
  sparc-sun-solaris2.11 (3)
  x86_64-apple-darwin10.7.0
  x86_64-unknown-linux-gnu (2)
Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/buildstat.html,v
retrieving revision 1.1
diff -u -r1.1 buildstat.html
--- buildstat.html  14 Mar 2011 13:52:00 -  1.1
+++ buildstat.html  1 Apr 2011 18:38:47 -
@@ -20,5 +20,181 @@
 http://gcc.gnu.org/install/finalinstall.html";>
 Installing GCC: Final Installation.
 
+
+
+
+alpha-dec-osf5.1b
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg00050.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02726.html";>4.6.0
+
+
+
+
+armv7l-unknown-linux-gnueabi
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg03105.html";>4.6.0
+
+
+
+
+hppa2.0w-hp-hpux11.11
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02630.html";>4.6.0
+
+
+
+
+hppa64-hp-hpux11.11
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02801.html";>4.6.0
+
+
+
+
+i386-pc-solaris2.8
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg03106.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02960.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02832.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02717.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02713.html";>4.6.0
+
+
+
+
+i386-pc-solaris2.9
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02831.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02718.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02708.html";>4.6.0
+
+
+
+
+i386-pc-solaris2.10
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02738.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02705.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02704.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02683.html";>4.6.0
+
+
+
+
+i386-pc-solaris2.11
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg03084.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02741.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02702.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02699.html";>4.6.0
+
+
+
+
+i686-pc-linux-gnu
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg03104.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02849.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02753.html";>4.6.0
+
+
+
+
+mips-sgi-irix6.5
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg00060.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg00031.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02830.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02828.html";>4.6.0
+
+
+
+
+s390-ibm-linux-gnu
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02491.html";>4.6.0
+
+
+
+
+s390x-ibm-linux-gnu
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02513.html";>4.6.0
+
+
+
+
+sparc-sun-solaris2.8
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02959.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02933.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02716.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02712.html";>4.6.0
+
+
+
+
+sparc-sun-solaris2.9
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02934.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02724.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02721.html";>4.6.0
+
+
+
+
+sparc-sun-solaris2.10
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02835.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02725.html";>4.6.0,
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02714.html";>4.6.0
+
+
+
+
+sparc-sun-solaris2.11
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02854.html";>4.6.0,
+http://gcc.gnu.org/

Processed: more forwarded gcc reports

2003-05-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> forwarded 192576 http://gcc.gnu.org/PR10700
Bug#192576: gcc-3.2: 3.2/3.3 alpha: ICE while building libquicktime
Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR10700.

> forwarded 151357 http://gcc.gnu.org/PR7306
Bug#151357: [fixed in 3.3/snapshot] gcc-3.x fails to compile virtual 
inheritance with variable number of argument methode
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR7306.

> forwarded 168310 http://gcc.gnu.org/PR8598
Bug#168310: [fixed in 3.3] [PR c++/8598] xmmintrin.h broken for c++
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR8598.

> forwarded 178909 http://gcc.gnu.org/PR10114
Bug#178909: [PR 10114, 3.2/3.3/3.4 sparc regression] ICE when optimizing 
(mem_loc_descriptor, at dwarf2out.c:7903)
Forwarded-to-address changed from 
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?pr=10114 to http://gcc.gnu.org/PR10114.

> forwarded 178965 http://gcc.gnu.org/PR10113
Bug#178965: [PR 10113, 3.2/3.3/3.4 sparc regression] ICE when optimizing 
(gen_reg_rtx, at emit-rtl.c:662)
Forwarded-to-address changed from 
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?pr=10113 to http://gcc.gnu.org/PR10113.

> forwarded 184749 http://gcc.gnu.org/PR10083
Bug#184749: [PR 10083] alpha: ICE while building swi-prolog-packages
Forwarded-to-address changed from 
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?pr=10083 to http://gcc.gnu.org/PR10083.

> forwarded 184753 http://gcc.gnu.org/PR10084
Bug#184753: [PR 10084] [3.2/3.3 regression]: alpha ICE while building ddd/kseg
Forwarded-to-address changed from 
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?pr=10084 to http://gcc.gnu.org/PR10084.

> forwarded 192568 http://gcc.gnu.org/PR10695
Bug#192568: [c++/10695] 2.95/3.2/3.3: ICE on alpha while building agistudio
Forwarded-to-address changed from http://gcc.gnu.org/PR10695 to 
http://gcc.gnu.org/PR10695.

> forwarded 147864 http://gcc.gnu.org/PR5679
Bug#147864: [PR ada/5679] ICE in assign_stack_temp_for_type, returning 
unconstrained type conversion
Bug#181660: [PR ada/5679] ICE compiling libgtkada1
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR5679.

> forwarded 152501 http://gcc.gnu.org/PR7304
Bug#152501: [PR java/7304] gcj-3.1 ICE
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR7304.

> forwarded 166940 http://gcc.gnu.org/PR8600
Bug#166940: [PR target/8600] internal error using builtin shift MMX functions
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR8600.

> forwarded 172031 http://gcc.gnu.org/PR9077
Bug#172031: [PR libgcj/9077] gij is unable to run some programs in the NBIO 
test suite
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR9077.

> forwarded 181600 http://gcc.gnu.org/PR5679
Bug#181600: oleo version 1.99.16-6.1 has an unmet dep libxdb
Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR5679.

> forwarded 188527 http://gcc.gnu.org/PR10427
Bug#188527: [fixed in 3.3] [PR 10427] [3.2/3.3/3.4 regression] Stack corruption 
with variable-length automatic arrays and virtual destructors
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR10427.

> forwarded 94701 http://gcc.gnu.org/PR2960
Bug#94701: [fixed in 3.3] Duplicate loop conditions even with -Os
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR2960.

> retitle 94701 [PR optimization/2960] Duplicate loop conditions even with -Os
Bug#94701: [fixed in 3.3] Duplicate loop conditions even with -Os
Changed Bug title.

> forwarded 122103 http://gcc.gnu.org/PR9071
Bug#122103: [PR other/9071] Warning for blocks not closed in same file as 
opened in
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR9071.

> forwarded 128993 http://gcc.gnu.org/PR9073
Bug#128993: [PR libstdc++/9073] Can __STL_ASSERTIONS come back, but with more 
than rope?
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR9073.

> forwarded 55298 http://gcc.gnu.org/PR3481
Bug#55298: [PR c/3481, partly fixed in 3.2] function attributes should apply to 
function pointers too
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR3481.

> forwarded 73065 http://gcc.gnu.org/PR6897
Bug#73065: [fixed in gcc-3.4, PR c/6897] Code produced with -fPIC reserves EBX, 
but compiles bad __asm__ anyway
Forwarded-to-address changed from [EMAIL PROTECTED] to 
http://gcc.gnu.org/PR6897.

> forwarded 117765 http://gcc.gnu.org/PR179
Bug#117765: [PR middle-end/179] Failure to detect use of unitialized variable 
with -O -Wall
Forwarded-to-address changed from [EMAIL PROTECTED] to http://gcc.gnu.org/PR179.

> forwarded 121269 http://gcc.gnu.org/PR9209
Bug#121269: [PR c/9209] On i386, gcc-3.0 allows $ in indentifiers but not the 
asm
Bug#121282: [PR c/9209] On i386, gcc-3.0 allows $ in indentifiers b

http://gcc.gnu.org/onlinedocs/libstdc++/ needs a bit of help

2008-03-23 Thread Gerald Pfeifer
Working on the link consistency of the http://gcc.gnu.org, I ran into
a couple of links on the libstdc++ side that are in need of a bit love.
It would be great could one of you libstdc++ guys look into those.

http://gcc.gnu.org/onlinedocs/libstdc++/ext/parallel_mode.html

   * http://gcc.gnu.org/onlinedocs/libgomp
   --> trailing slash missing

http://gcc.gnu.org/onlinedocs/libstdc++/parallel_mode.html

   * http://gcc.gnu.org/onlinedocs/libgomp
   --> trailing slash missing

http://gcc.gnu.org/onlinedocs/libstdc++/faq.html

   * http://developer.kde.org/~sewardj/
   --> now at http://valgrind.org/

http://gcc.gnu.org/onlinedocs/libstdc++/api.html

   * http://fsf.org/
   -> http://www.fsf.org/

http://gcc.gnu.org/onlinedocs/libstdc++/faq.html

   * http://gcc.gnu.org/onlinedocs/17_intro/contribute.html
   * http://gcc.gnu.org/onlinedocs/18_support/howto.html
   * http://gcc.gnu.org/onlinedocs/19_diagnostics/howto.html
   * http://gcc.gnu.org/onlinedocs/21_strings/howto.html
   * http://gcc.gnu.org/onlinedocs/23_containers/howto.html
   * http://gcc.gnu.org/onlinedocs/debug.html
   * http://gcc.gnu.org/onlinedocs/ext/howto.html

Thanks,
Gerald


[wwwdocs] Buildstat update for 4.6

2011-11-17 Thread Tom G. Christensen
Latest results for 4.6.x.

This replaces the previous unapplied patches for the buildstat page.

-tgc

Testresults for 4.6.2:
 arm-unknown-rtemseabi4.11 (2)
 hppa2.0w-hp-hpux11.11
 hppa64-hp-hpux11.11
 i386-pc-solaris2.8
 i686-apple-darwin9 (2)
 i686-pc-linux-gnu (2)
 powerpc-apple-darwin8.11.0
 powerpc-apple-darwin9 (2)
 powerpc64-unknown-linux-gnu
 s390-ibm-linux-gnu (3)
 s390x-ibm-linux-gnu (3)
 sparc-sun-solaris2.8 (4)
 x86_64-apple-darwin10
 x86_64-apple-darwin10.8.0

Testresults for 4.6.1:
 i686-pc-linux-gnu
Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/buildstat.html,v
retrieving revision 1.7
diff -u -r1.7 buildstat.html
--- buildstat.html  17 Sep 2011 22:32:19 -  1.7
+++ buildstat.html  18 Nov 2011 06:25:27 -
@@ -40,6 +40,15 @@
 
 
 
+arm-unknown-rtemseabi4.11
+x86_64-unknown-linux-gnu
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03523.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03108.html";>4.6.2
+
+
+
+
 armv7l-unknown-linux-gnueabi
  
 Test results:
@@ -69,6 +78,7 @@
 hppa2.0w-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03199.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03306.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02630.html";>4.6.0
 
@@ -78,6 +88,7 @@
 hppa64-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03379.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03440.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02801.html";>4.6.0
 
@@ -96,6 +107,7 @@
 i386-pc-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03286.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg00139.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg00175.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg03106.html";>4.6.0,
@@ -140,9 +152,21 @@
 
 
 
+i686-apple-darwin9
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg00036.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03540.html";>4.6.2
+
+
+
+
 i686-pc-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03395.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03062.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg00899.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03400.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03128.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg03610.html";>4.6.0,
@@ -178,14 +202,35 @@
 powerpc-apple-darwin8.11.0
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03272.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg01092.html";>4.6.1
 
 
 
 
+powerpc-apple-darwin9
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg00037.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03541.html";>4.6.2
+
+
+
+
+powerpc64-unknown-linux-gnu
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03530.html";>4.6.2
+
+
+
+
 s390-ibm-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02929.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02921.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02918.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02491.html";>4.6.0
 
 
@@ -194,6 +239,9 @@
 s390x-ibm-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02955.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02950.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02934.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02513.html";>4.6.0
 
 
@@ -202,6 +250,10 @@
 sparc-sun-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg01044.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg00683.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03536.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03531.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg00138.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02959.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02933.html";>4.6.0,
@@ -242,6 +294,14 @@
 
 
 
+x86_64-apple-darwin10
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg00041.html";>4.6.2
+
+
+
+
 x86_64-apple-darwin10.7.0
  
 Test results:
@@ -251,6 +311,14 @@
 
 
 
+x86_64-apple-darwin10.8.0
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02994.html";>4.6.2
+
+
+
+
 x86_64-apple-darwin11.0.0
  
 Test results:


[TESTING] base gcc update to latest GPLv2 version

2011-03-10 Thread Martin Matuska
Here is a base gcc upgrade to the latest GPLv2 version (rev. 127959).

http://people.freebsd.org/~mm/patches/head-gcc-422-prerelease.patch

Open questions:
Do we want the "4.2.2 prerelase 20070831" version tag or stick to "4.2.1
20070831"?

Testing and comments are welcome.

Originally suggested by Pedro F. Giffuni in:
http://www.freebsd.org/cgi/query-pr.cgi?pr=gnu/153298

Resolved GCC bugs in this patch:

c++:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17763
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29365
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30535
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30917
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31337
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31941
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32108
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32112
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32346
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32898
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32992

debug:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32610
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32914

libstdc++:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33128
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33084

middle-end:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32563

rtl-optimization:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33148

tree-optimization:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25413
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32723

target:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32218
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


GNAT User's Guide /onlinedocs broken? (was: Broken links on gcc.gnu.org/onlinedocs)

2015-04-10 Thread Gerald Pfeifer
On Mon, 9 Feb 2015, EXT-Barrett, James wrote:
> The following links are broken at gcc.gnu.org/onlinedocs/4.9.2.  The 
> corresponding 4.9.2-related links at gcc.gnu.org/onlinedocs are also broken:
> GCC 4.9.2 GNAT User's Guide (/onlinedocs/gcc-4.9.2/gnat_ugn_unw/)
> also in PDF (/onlinedocs/gcc-4.9.2/gnat_ugn_unw.pdf)
> or Postscript (/onlinedocs/gcc-4.9.2/gnat_ugn_unw.ps.gz)
> or an HTML tarball (/onlinedocs/gcc-4.9.2/gnat_ugn_unw-html.tar.gz)

This is not just broken for GCC 4.9.2, but GCC 4.8.4 as well:

  https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw/
  https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw/

It does still work for GCC 4.9.1 and GCC 4.8.3:

  https://gcc.gnu.org/onlinedocs/gcc-4.9.1/gnat_ugn_unw/
  https://gcc.gnu.org/onlinedocs/gcc-4.8.3/gnat_ugn_unw/


Arnaud, you updated maintainer-scripts update_web_docs_svn as
follows last year, might this be related?

  2014-08-01  Arnaud Charlet  

* update_web_docs_svn: Simplify build of gnat_ugn.

Is the patch below a proper fix?

Gerald

Index: index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.147
diff -u -r1.147 index.html
--- index.html  6 Feb 2015 22:27:38 -   1.147
+++ index.html  10 Apr 2015 20:00:02 -
@@ -53,12 +53,12 @@
  
href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_rm.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_rm-html.tar.gz";>an
  HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw/";>GCC
+https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn/";>GCC
  4.9.2 GNAT User's Guide (https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw.pdf";>also
+ href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn.pdf";>also
  in PDF or https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw.ps.gz";>PostScript
 or https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw-html.tar.gz";>an
+     
href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn-html.tar.gz";>an
  HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-4.9.2/libstdc++/manual/";>GCC
  4.9.2 Standard C++ Library Manual  (https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_rm.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_rm-html.tar.gz";>an
  HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw/";>GCC
+https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn/";>GCC
  4.8.4 GNAT User's Guide (https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw.pdf";>also
+ href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn.pdf";>also
  in PDF or https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw.ps.gz";>PostScript
 or https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw-html.tar.gz";>an
+ 
href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn-html.tar.gz";>an
  HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-4.8.4/libstdc++/manual/";>GCC
  4.8.4 Standard C++ Library Manual  (

GNAT User's Guide /onlinedocs broken? (was: Broken links on gcc.gnu.org/onlinedocs)

2015-04-10 Thread Gerald Pfeifer
On Mon, 9 Feb 2015, EXT-Barrett, James wrote:
> The following links are broken at gcc.gnu.org/onlinedocs/4.9.2.  The 
> corresponding 4.9.2-related links at gcc.gnu.org/onlinedocs are also broken:
> GCC 4.9.2 GNAT User's Guide (/onlinedocs/gcc-4.9.2/gnat_ugn_unw/)
> also in PDF (/onlinedocs/gcc-4.9.2/gnat_ugn_unw.pdf)
> or Postscript (/onlinedocs/gcc-4.9.2/gnat_ugn_unw.ps.gz)
> or an HTML tarball (/onlinedocs/gcc-4.9.2/gnat_ugn_unw-html.tar.gz)

This is not just broken for GCC 4.9.2, but GCC 4.8.4 as well:

  https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw/
  https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw/

It does still work for GCC 4.9.1 and GCC 4.8.3:

  https://gcc.gnu.org/onlinedocs/gcc-4.9.1/gnat_ugn_unw/
  https://gcc.gnu.org/onlinedocs/gcc-4.8.3/gnat_ugn_unw/


Arnaud, you updated maintainer-scripts update_web_docs_svn as
follows last year, might this be related?

  2014-08-01  Arnaud Charlet  

* update_web_docs_svn: Simplify build of gnat_ugn.

Is the patch below a proper fix?

Gerald

Index: index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.147
diff -u -r1.147 index.html
--- index.html  6 Feb 2015 22:27:38 -   1.147
+++ index.html  10 Apr 2015 20:00:02 -
@@ -53,12 +53,12 @@
  
href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_rm.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_rm-html.tar.gz";>an
  HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw/";>GCC
+https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn/";>GCC
  4.9.2 GNAT User's Guide (https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw.pdf";>also
+ href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn.pdf";>also
  in PDF or https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw.ps.gz";>PostScript
 or https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw-html.tar.gz";>an
+     
href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn-html.tar.gz";>an
  HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-4.9.2/libstdc++/manual/";>GCC
  4.9.2 Standard C++ Library Manual  (https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_rm.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_rm-html.tar.gz";>an
  HTML tarball)
-https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw/";>GCC
+https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn/";>GCC
  4.8.4 GNAT User's Guide (https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw.pdf";>also
+ href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn.pdf";>also
  in PDF or https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw.ps.gz";>PostScript
 or https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw-html.tar.gz";>an
+ 
href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn-html.tar.gz";>an
  HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-4.8.4/libstdc++/manual/";>GCC
  4.8.4 Standard C++ Library Manual  (

[pushed] wwwdocs: *: Use https to access gcc.gnu.org/onlinedocs

2024-05-30 Thread Gerald Pfeifer
Not sure we really need to keep all those docus for all our point 
releases. Might make more sense use the latest for each branch. But 
that's another discussion.

Gerald

---
 htdocs/gcc-10/index.html  | 12 ++--
 htdocs/gcc-11/index.html  | 10 +-
 htdocs/gcc-12/index.html  |  8 
 htdocs/gcc-13/index.html  |  8 
 htdocs/gcc-14/index.html  |  4 ++--
 htdocs/gcc-4.9/index.html |  8 
 htdocs/gcc-5/index.html   | 12 ++--
 htdocs/gcc-6/index.html   | 12 ++--
 htdocs/gcc-7/index.html   | 12 ++--
 htdocs/gcc-8/index.html   | 12 ++--
 htdocs/gcc-9/index.html   | 12 ++--
 11 files changed, 55 insertions(+), 55 deletions(-)

diff --git a/htdocs/gcc-10/index.html b/htdocs/gcc-10/index.html
index 5fb1e02e..fe1e4c07 100644
--- a/htdocs/gcc-10/index.html
+++ b/htdocs/gcc-10/index.html
@@ -28,31 +28,31 @@ GCC 10.4 relative to previous releases of GCC.
 GCC 10.5
 July 7, 2023
 (changes,
- http://gcc.gnu.org/onlinedocs/10.5.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/10.5.0/";>documentation)
 
 
 GCC 10.4
 June 28, 2022
 (changes,
-     http://gcc.gnu.org/onlinedocs/10.4.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/10.4.0/";>documentation)
 
 
 GCC 10.3
 April 8, 2021
     (changes,
- http://gcc.gnu.org/onlinedocs/10.3.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/10.3.0/";>documentation)
 
 
 GCC 10.2
 July 23, 2020
 (changes,
- http://gcc.gnu.org/onlinedocs/10.2.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/10.2.0/";>documentation)
 
 
 GCC 10.1
 May 7, 2020
 (changes,
- http://gcc.gnu.org/onlinedocs/10.1.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/10.1.0/";>documentation)
 
 
 
@@ -66,7 +66,7 @@ GNU Compiler Collection.
 The GCC developers would like to thank the numerous people that have
 contributed new features, improvements, bug fixes, and other changes as
 well as test results to GCC.
-This http://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Contributors.html";>amazing
+This https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Contributors.html";>amazing
 group of volunteers is what makes GCC successful.
 
 For additional information about GCC please refer to the
diff --git a/htdocs/gcc-11/index.html b/htdocs/gcc-11/index.html
index bb41c492..681da6a1 100644
--- a/htdocs/gcc-11/index.html
+++ b/htdocs/gcc-11/index.html
@@ -25,25 +25,25 @@ GCC 11.3 relative to previous releases of GCC.
 GCC 11.4
 May 29, 2023
 (changes,
- http://gcc.gnu.org/onlinedocs/11.4.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/11.4.0/";>documentation)
 
 
 GCC 11.3
 April 21, 2022
 (changes,
- http://gcc.gnu.org/onlinedocs/11.3.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/11.3.0/";>documentation)
 
 
 GCC 11.2
 July 28, 2021
 (changes,
- http://gcc.gnu.org/onlinedocs/11.2.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/11.2.0/";>documentation)
 
 
 GCC 11.1
 April 27, 2021
 (changes,
- http://gcc.gnu.org/onlinedocs/11.1.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/11.1.0/";>documentation)
 
 
 
@@ -57,7 +57,7 @@ GNU Compiler Collection.
 The GCC developers would like to thank the numerous people that have
 contributed new features, improvements, bug fixes, and other changes as
 well as test results to GCC.
-This http://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/Contributors.html";>amazing
+This https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/Contributors.html";>amazing
 group of volunteers is what makes GCC successful.
 
 For additional information about GCC please refer to the
diff --git a/htdocs/gcc-12/index.html b/htdocs/gcc-12/index.html
index a76ef1dc..3ba4df2b 100644
--- a/htdocs/gcc-12/index.html
+++ b/htdocs/gcc-12/index.html
@@ -25,19 +25,19 @@ GCC 12.2 relative to previous releases of GCC.
 GCC 12.3
 May 8, 2023
 (changes,
- http://gcc.gnu.org/onlinedocs/12.3.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/12.3.0/";>documentation)
 
 
 GCC 12.2
 Aug 19, 2022
 (changes,
- http://gcc.gnu.org/onlinedocs/12.2.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/12.2.0/";>documentation)
 
 
 GCC 12.1
 May 6, 2022
 (changes,
- http://gcc.gnu.org/onlinedocs/12.1.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/12.1.0/";>documentation)
 
 
 
@@ -51,7 +51,7 @@ GNU Compiler Collection.
 The GCC developers would like to thank the numerous people that have
 contributed new features, improvements, bug fixes, and other changes as
 well as test results to GCC.
-This http://gcc.gnu.org/onlinedocs/gcc-12.1.0/gcc/Contributors.html";>amazing
+This https://gcc.gnu.org/onlinedocs/gcc-12.1.0/gcc/Contributors.html";>amazing
 group of vol

[wwwdocs] Buildstat update for 4.8

2013-11-03 Thread Tom G. Christensen
Latest results for gcc 4.8.x.

-tgc

Testresults for 4.8.2
  arm-unknown-linux-gnueabi
  i386-pc-solaris2.9
  i686-pc-linux-gnu (2)
  i686-unknown-linux-gnu
  mips-unknown-linux-gnu
  mipsel-unknown-linux-gnu
  powerpc-apple-darwin8.11.0
  powerpc-unknown-linux-gnu
  sparc-sun-solaris2.9
  sparc64-sun-solaris2.10 (2)
  sparc-unknown-linux-gnu
  x86_64-apple-darwin13
  x86_64-unknown-linux-gnu (2)

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/buildstat.html,v
retrieving revision 1.5
diff -u -r1.5 buildstat.html
--- buildstat.html  2 Oct 2013 08:58:33 -   1.5
+++ buildstat.html  3 Nov 2013 15:04:43 -
@@ -26,6 +26,7 @@
 arm-unknown-linux-gnueabi
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01757.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg01612.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02658.html";>4.8.0
 
@@ -85,6 +86,7 @@
 i386-pc-solaris2.9
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg02068.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00230.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg00416.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg00415.html";>4.8.0,
@@ -112,15 +114,26 @@
 i686-pc-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01348.html";>4.8.2,
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01313.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-07/msg02349.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg03091.html";>4.8.0
 
 
 
 
+i686-unknown-linux-gnu
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01351.html";>4.8.2
+
+
+
+
 mips-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01758.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg02891.html";>4.8.1
 
 
@@ -129,6 +142,7 @@
 mipsel-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01759.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg01568.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02562.html";>4.8.0
 
@@ -138,6 +152,7 @@
 powerpc-apple-darwin8.11.0
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01405.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg00237.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg01012.html";>4.8.0
 
@@ -163,6 +178,7 @@
 powerpc-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-11/msg00014.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg01486.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02452.html";>4.8.0
 
@@ -180,6 +196,7 @@
 sparc-sun-solaris2.9
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg02067.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00243.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02774.html";>4.8.0,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02717.html";>4.8.0
@@ -206,6 +223,8 @@
 sparc64-sun-solaris2.10
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01666.html";>4.8.2,
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01379.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02413.html";>4.8.0
 
 
@@ -214,6 +233,7 @@
 sparc-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01785.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg02503.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02660.html";>4.8.0
 
@@ -244,6 +264,14 @@
 
 
 
+x86_64-apple-darwin13
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01562.html";>4.8.2
+
+
+
+
 x86_64-apple-darwin13.0.0
  
 Test results:
@@ -255,6 +283,8 @@
 x86_64-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01854.html";>4.8.2,
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01777.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02881.html";>4.8.0,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02623.html";>4.8.0
 


[wwwdocs] Buildstat update for 4.9

2014-12-01 Thread Tom G. Christensen
Latest results for 4.9.x

-tgc

Testresults for 4.9.2:
  hppa-unknown-linux-gnu
  i386-pc-solaris2.9
  i386-sun-solaris2.11
  i486-sun-solaris2.11
  i686-unknown-linux-gnu
  mips-unknown-linux-gnu
  mipsel-unknown-linux-gnu
  sparc-sun-solaris2.9
  sparc64-sun-solaris2.9
  sparc-unknown-linux-gnu
  x86_64-apple-darwin13.4.0
  x86_64-unknown-linux-gnu (2)
  x86_64-w64-mingw32

Testresults for 4.9.1:
  i686-pc-linux-gnu

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/buildstat.html,v
retrieving revision 1.8
diff -u -r1.8 buildstat.html
--- buildstat.html  23 Sep 2014 22:32:05 -  1.8
+++ buildstat.html  1 Dec 2014 20:02:48 -
@@ -51,6 +51,7 @@
 hppa-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00173.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg03008.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-05/msg00210.html";>4.9.0
 
@@ -76,6 +77,7 @@
 i386-pc-solaris2.9
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00658.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg01667.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg02112.html";>4.9.0,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg01785.html";>4.9.0
@@ -99,9 +101,26 @@
 
 
 
+i386-sun-solaris2.11
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg01593.html";>4.9.2
+
+
+
+
+i486-sun-solaris2.11
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg02527.html";>4.9.2
+
+
+
+
 i686-pc-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-10/msg02226.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-07/msg01863.html";>4.9.1
 
 
@@ -110,6 +129,7 @@
 i686-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00217.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg02846.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg02200.html";>4.9.0
 
@@ -119,6 +139,7 @@
 mips-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00377.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg03102.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-05/msg00205.html";>4.9.0
 
@@ -128,6 +149,7 @@
 mipsel-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00756.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg03115.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-05/msg00096.html";>4.9.0
 
@@ -163,6 +185,7 @@
 sparc-sun-solaris2.9
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00659.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg01668.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg02113.html";>4.9.0,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg01832.html";>4.9.0
@@ -181,6 +204,7 @@
 sparc64-sun-solaris2.9
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00660.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg01669.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg02114.html";>4.9.0
 
@@ -190,15 +214,26 @@
 sparc-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00266.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg03222.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-05/msg00150.html";>4.9.0
 
 
 
 
+x86_64-apple-darwin13.4.0
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00268.html";>4.9.2
+
+
+
+
 x86_64-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00537.html";>4.9.2,
+https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00177.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg02782.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-07/msg02573.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg02165.html";>4.9.0,
@@ -211,6 +246,7 @@
 x86_64-w64-mingw32
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-10/msg03229.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-07/msg01531.html";>4.9.1
 
 


gcc-wwwdocs branch master updated. 9d10f6fccee3a68102173f28cf312ed266b7d95d

2024-05-22 Thread Richard Biener via Gcc-cvs-wwwdocs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
   via  9d10f6fccee3a68102173f28cf312ed266b7d95d (commit)
  from  9e79c5e411eb3236b481c6093fad4dc5ae5141c5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 9d10f6fccee3a68102173f28cf312ed266b7d95d
Author: Richard Biener 
Date:   Wed May 22 10:04:32 2024 +0200

web/115183 - Remove duplicate links to GCCGO online docs.

diff --git a/htdocs/onlinedocs/13.1.0/index.html 
b/htdocs/onlinedocs/13.1.0/index.html
index 2abc06ac..08d312ba 100644
--- a/htdocs/onlinedocs/13.1.0/index.html
+++ b/htdocs/onlinedocs/13.1.0/index.html
@@ -62,12 +62,6 @@
  
href="https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libstdc++-api-gfdl.xml.gz";>XML 
GFDL or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libstdc++-api-html.tar.gz";>an
  HTML tarball)
-   https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gccgo/";>GCCGO 13.1 
Manual (https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gccgo.pdf";>also in
-   PDF or https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gccgo.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gccgo-html.tar.gz";>an
-   HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gccgo/";>GCCGO 13.1 
Manual (https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gccgo.pdf";>also in
PDF or https://gcc.gnu.org/onlinedocs/gcc-13.2.0/libstdc++-api-gfdl.xml.gz";>XML 
GFDL or https://gcc.gnu.org/onlinedocs/gcc-13.2.0/libstdc++-api-html.tar.gz";>an
  HTML tarball)
-   https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gccgo/";>GCCGO 13.2 
Manual (https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gccgo.pdf";>also in
-   PDF or https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gccgo.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gccgo-html.tar.gz";>an
-   HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gccgo/";>GCCGO 13.2 
Manual (https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gccgo.pdf";>also in
PDF or https://gcc.gnu.org/onlinedocs/gcc-13.3.0/libstdc++-api-gfdl.xml.gz";>XML 
GFDL or https://gcc.gnu.org/onlinedocs/gcc-13.3.0/libstdc++-api-html.tar.gz";>an
  HTML tarball)
-   https://gcc.gnu.org/onlinedocs/gcc-13.3.0/gccgo/";>GCCGO 13.3 
Manual (https://gcc.gnu.org/onlinedocs/gcc-13.3.0/gccgo.pdf";>also in
-   PDF or https://gcc.gnu.org/onlinedocs/gcc-13.3.0/gccgo.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-13.3.0/gccgo-html.tar.gz";>an
-   HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-13.3.0/gccgo/";>GCCGO 13.3 
Manual (https://gcc.gnu.org/onlinedocs/gcc-13.3.0/gccgo.pdf";>also in
PDF or https://gcc.gnu.org/onlinedocs/gcc-14.1.0/libstdc++-api-gfdl.xml.gz";>XML 
GFDL or https://gcc.gnu.org/onlinedocs/gcc-14.1.0/libstdc++-api-html.tar.gz";>an
  HTML tarball)
-   https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gccgo/";>GCCGO 14.1 
Manual (https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gccgo.pdf";>also in
-   PDF or https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gccgo.ps.gz";>PostScript or 
https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gccgo-html.tar.gz";>an
-   HTML tarball)
 https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gccgo/";>GCCGO 14.1 
Manual (https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gccgo.pdf";>also in
PDF or 

[wwwdocs] 4.8.0 libstdc++ links

2013-03-22 Thread Benjamin De Kosnik

Slight update to links, reflecting more attempts by libstdc++ to blend
in with the native layout and compression choices for gcc releases.

Links check so seems fine.

While at this, I figured I might as well do the GDL/GPL dupe for the
libstdc++-api XML file, as discussed at Cauldron last year.

-benjamin2013-03-22  Benjamin Kosnik  

	* htdocs/onlinedocs/index.html: More update locations for 4.8.0.

Index: htdocs/onlinedocs/4.8.0/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.8.0/index.html,v
retrieving revision 1.1
diff -c -3 -p -r1.1 index.html
*** htdocs/onlinedocs/4.8.0/index.html	22 Mar 2013 14:54:01 -	1.1
--- htdocs/onlinedocs/4.8.0/index.html	22 Mar 2013 20:20:18 -
***
*** 52,70 
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/manual/";>GCC
   4.8.0 Standard C++ Library Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/libstdc++-manual.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/libstdc++-manual.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/libstdc++-manual-html.tar.bz2";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/api/";>GCC
   4.8.0 Standard C++ Library Reference Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/libstdc++-api.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/libstdc++-api.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/libstdc++-api-html.tar.bz2";>an
   HTML tarball)
! http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gccgo/";>GCCGO 4.8.0 Manual (http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gccgo.pdf";>also in
 PDF or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gccgo.ps.gz";>PostScript or )
  http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/manual/";>GCC
   4.8.0 Standard C++ Library Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++-manual.pdf.gz";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++-manual.xml.gz";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++-manual-html.tar.gz";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/api/";>GCC
   4.8.0 Standard C++ Library Reference Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++-api.pdf.gz";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++-api.xml.gz";>XML GPL or
!  http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++-api-gdl.xml.gz";>XML GDL or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++-api-html.tar.gz";>an
   HTML tarball)
!http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gccgo/";>GCCGO 4.8.0 Manual (http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gccgo.pdf";>also in
 PDF or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gccgo.ps.gz";>PostScript or 2013-03-22  Benjamin Kosnik  

	* htdocs/onlinedocs/index.html: Update locations for 4.8.0.


Index: htdocs/onlinedocs/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.131
diff -c -3 -p -r1.131 index.html
*** htdocs/onlinedocs/index.html	22 Mar 2013 14:54:01 -	1.131
--- htdocs/onlinedocs/index.html	22 Mar 2013 20:07:30 -0000
***
*** 62,78 
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/manual/";>GCC
   4.8.0 Standard C++ Library Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/libstdc++-manual.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/libstdc++-manual.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/libstdc++-manual-html.tar.bz2";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/api/";>GCC
   4.8.0 Standard C++ Library Reference Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/libstdc++-api.pdf.bz2";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/libstdc++-api.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/libstdc++-api-html.tar.bz2";>an
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gccgo/";>GCCGO 4.8.0 Manual (http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gccgo.pdf";>also in
--- 62,80 
   HTML tarball)
  http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++/manual/";>GCC
   4.8.0 Standard C++ Library Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++-manual.pdf.gz";>also
   in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.8.0/libstdc++-manual.xml.gz

[Bug libgcj/14856] Update bundled zlib

2004-10-11 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-11 18:46 
---
Subject: Bug 14856

CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED]   2004-10-11 18:45:44

Modified files:
zlib   : ChangeLog FAQ INDEX Makefile.am Makefile.in 
 README aclocal.m4 adler32.c algorithm.txt 
 compress.c configure crc32.c deflate.c 
 deflate.h example.c gzio.c inffast.c inffast.h 
 inffixed.h inflate.c inftrees.c inftrees.h 
 minigzip.c trees.c uncompr.c zconf.h zlib.3 
 zlib.h zutil.c zutil.h 
zlib/amiga : Makefile.pup Makefile.sas 
zlib/contrib   : README.contrib visual-basic.txt 
zlib/contrib/iostream: zfstream.cpp zfstream.h 
zlib/contrib/iostream2: zstream_test.cpp 
zlib/contrib/minizip: ChangeLogUnzip Makefile miniunz.c 
  minizip.c unzip.c unzip.h zip.c zip.h 
zlib/contrib/untgz: Makefile untgz.c 
zlib/msdos : Makefile.bor Makefile.dj2 Makefile.emx 
 Makefile.msc Makefile.tc 
Removed files:
zlib   : Make_vms.com Makefile.riscos descrip.mms 
 infblock.c infblock.h infcodes.c infcodes.h 
 infutil.c infutil.h maketree.c zlib.html 
zlib/contrib/asm386: gvmat32.asm gvmat32c.c mkgvmt32.bat 
 zlibvc.def zlibvc.dsp zlibvc.dsw 
zlib/contrib/delphi: zlib.mak zlibdef.pas 
zlib/contrib/delphi2: d_zlib.bpr d_zlib.cpp readme.txt zlib.bpg 
  zlib.bpr zlib.cpp zlib.pas zlib32.bpr 
  zlib32.cpp 
zlib/contrib/minizip: readme.txt unzip.def zip.def zlibvc.def 
  zlibvc.dsp zlibvc.dsw 
zlib/contrib/untgz: makefile.w32 
zlib/msdos : Makefile.b32 Makefile.w32 Makefile.wat zlib.def 
 zlib.rc 
zlib/nt: Makefile.emx Makefile.gcc Makefile.nt zlib.dnt 
zlib/os2   : Makefile.os2 zlib.def 

Log message:
PR libgcj/14856:
* Imported zlib 1.2.1; merged local changes.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/ChangeLog.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/FAQ.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/INDEX.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/Makefile.am.diff?cvsroot=gcc&r1=1.14&r2=1.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/Makefile.in.diff?cvsroot=gcc&r1=1.20&r2=1.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/README.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/aclocal.m4.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/adler32.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/algorithm.txt.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/compress.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/configure.diff?cvsroot=gcc&r1=1.32&r2=1.33
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/crc32.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/deflate.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/deflate.h.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/example.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/gzio.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/inffast.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/inffast.h.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/inffixed.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/inflate.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/inftrees.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/inftrees.h.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/minigzip.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/trees.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/uncompr.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/zconf.h.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/zlib.3.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/zlib.h.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-b

[wwwdocs, patch, committed] Changed some http://gcc.gnu.org to https

2014-06-11 Thread Tobias Burnus

Dear all,

given that the webserver now redirects http accesses to https, it makes 
sense that all references already use https.


Committed as obvious for the most important files.

Tobias
Index: style.mhtml
===
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.123
diff -u -r1.123 style.mhtml
--- style.mhtml	24 Nov 2013 17:17:08 -	1.123
+++ style.mhtml	11 Jun 2014 17:45:01 -
@@ -67,13 +67,13 @@
   
 
-http://gcc.gnu.org/favicon.ico"; />
-    http://gcc.gnu.org/gcc.css"; />
+https://gcc.gnu.org/favicon.ico"; />
+https://gcc.gnu.org/gcc.css"; />
   >
   
 
-http://gcc.gnu.org/favicon.ico";>
+https://gcc.gnu.org/favicon.ico";>
 
   >
  >
@@ -142,8 +142,8 @@
  >
 libstdc++ Home
 GCC Home
-http://gcc.gnu.org/onlinedocs/libstdc++/faq.html";>FAQ
-http://gcc.gnu.org/onlinedocs/libstdc++/";>Documentation
+https://gcc.gnu.org/onlinedocs/libstdc++/faq.html";>FAQ
+https://gcc.gnu.org/onlinedocs/libstdc++/";>Documentation
 
     
>
@@ -156,7 +156,7 @@
   Releases
   Snapshots
   Mailing lists
-  http://gcc.gnu.org/onlinedocs/gcc/Contributors.html";>Contributors
+  https://gcc.gnu.org/onlinedocs/gcc/Contributors.html";>Contributors
   Steering Committee
   https://twitter.com/gnutools";>
 
>Documentation
>
-  http://gcc.gnu.org/install/";>Installation
-  · http://gcc.gnu.org/install/specific.html";>Platforms
-  · http://gcc.gnu.org/install/test.html";>Testing
+  https://gcc.gnu.org/install/";>Installation
+  · https://gcc.gnu.org/install/specific.html";>Platforms
+  · https://gcc.gnu.org/install/test.html";>Testing
   Manual
   FAQ
-  http://gcc.gnu.org/wiki";>Wiki
+  https://gcc.gnu.org/wiki";>Wiki
   Further Readings
   
   
@@ -188,7 +188,7 @@
>Download
>
   Mirror sites
-  http://gcc.gnu.org/install/binaries.html";>Binaries
+  https://gcc.gnu.org/install/binaries.html";>Binaries
   
   
 
@@ -196,7 +196,7 @@
>"Live" Sources
>
   SVN read access
-  http://gcc.gnu.org/wiki/GitMirror";>Git read access
+  https://gcc.gnu.org/wiki/GitMirror";>Git read access
   Rsync read access
   SVN write access
   
@@ -224,7 +224,7 @@
>
   Known bugs
   How to report
-  http://gcc.gnu.org/bugzilla/";>Bug database
+  https://gcc.gnu.org/bugzilla/";>Bug database
   · Management
   
   
@@ -243,12 +243,12 @@
 
 For questions related to the use of GCC,
 please consult these web pages and the
-http://gcc.gnu.org/onlinedocs/";>GCC manuals. If that fails,
+https://gcc.gnu.org/onlinedocs/";>GCC manuals. If that fails,
 the gcc-h...@gcc.gnu.org
 mailing list might help.
 Comments on these web pages and the development of GCC are welcome on our
 developer list at g...@gcc.gnu.org.
-All of http://gcc.gnu.org/lists.html";>our lists
+All of https://gcc.gnu.org/lists.html";>our lists
 have public archives.
 
 
@@ -258,7 +258,7 @@
 permitted in any medium, provided this notice is preserved.
 
 These pages are
-http://gcc.gnu.org/about.html";>maintained by the GCC team.
+https://gcc.gnu.org/about.html";>maintained by the GCC team.
 Last modified http://validator.w3.org/check/referer";>.
 
Index: index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.921
diff -u -r1.921 index.html
--- index.html	11 Jun 2014 14:40:49 -	1.921
+++ index.html	11 Jun 2014 17:45:01 -
@@ -114,7 +114,7 @@
 
 
 
-http://gcc.gnu.org/news.html";>Older news |
+https://gcc.gnu.org/news.html";>Older news |
 
 Any additions?  Don't be shy, send them to ger...@pfeifer.com!
 
@@ -135,16 +135,16 @@
 
   Status:
   
-  http://gcc.gnu.org/ml/gcc/2014-04/msg00196.html";>2014-04-22
+  https://gcc.gnu.org/ml/gcc/2014-04/msg00196.html";>2014-04-22
   
   (regression fixes and docs only).
   
   
   http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=4.9&target_milestone=4.7.4&target_milestone=4.8.4&target_milestone=4.9.1&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&priority=P1&priority=P2&priority=P3&e

[wwwdocs] Buildstat update for 4.6

2011-07-04 Thread Tom G. Christensen
Latest results for 4.6.x

-tgc

Testresults for 4.6.1:
  hppa2.0w-hp-hpux11.00
  hppa2.0w-hp-hpux11.11
  hppa64-hp-hpux11.11
  i386-pc-solaris2.10
  i686-pc-linux-gnu (2)
  sparc-sun-solaris2.8
  x86_64-unknown-linux-gnu

Testresults for 4.6.0
  sparc-sun-solaris2.10
  x86_64-unknown-linux-gnu
Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/buildstat.html,v
retrieving revision 1.4
diff -u -r1.4 buildstat.html
--- buildstat.html  4 Jun 2011 20:14:24 -   1.4
+++ buildstat.html  4 Jul 2011 18:38:15 -
@@ -42,9 +42,18 @@
 
 
 
+hppa2.0w-hp-hpux11.00
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg00197.html";>4.6.1
+
+
+
+
 hppa2.0w-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03306.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02630.html";>4.6.0
 
 
@@ -53,6 +62,7 @@
 hppa64-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03440.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02801.html";>4.6.0
 
 
@@ -61,6 +71,7 @@
 i386-pc-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg00139.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg00175.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg03106.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02960.html";>4.6.0,
@@ -84,6 +95,7 @@
 i386-pc-solaris2.10
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg00327.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02738.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02705.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02704.html";>4.6.0,
@@ -106,6 +118,8 @@
 i686-pc-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03400.html";>4.6.1,
+http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03128.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg03610.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg00440.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg00064.html";>4.6.0,
@@ -154,6 +168,7 @@
 sparc-sun-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg00138.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02959.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02933.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02716.html";>4.6.0,
@@ -175,6 +190,7 @@
 sparc-sun-solaris2.10
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg02863.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02835.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02725.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02714.html";>4.6.0
@@ -203,6 +219,8 @@
 x86_64-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03135.html";>4.6.1,
+http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg01380.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg03091.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg00445.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg03102.html";>4.6.0,


Anyone/anything still using CVS on gcc.gnu.org?

2008-07-20 Thread Gerald Pfeifer
Except for wwwdocs, that is?

As I mentioned before, I'd love to get wwwdocs converted to SVN, and
in the course of this I noticed some historic configurations which I
believe aren't be used any more and haven't, for years.

Unless I hear to the contrary, I plan on removing these with the patch
below in a couple of days.  When looking at it, please keep in mind 
that this affects our CVS repository only, not SVN!

Gerald

Index: loginfo
===
RCS file: /cvs/gcc/CVSROOT/loginfo,v
retrieving revision 1.66
diff -u -3 -p -r1.66 loginfo
--- loginfo 28 Oct 2005 19:06:15 -  1.66
+++ loginfo 20 Jul 2008 08:23:27 -
@@ -28,15 +28,5 @@
 ^wwwdocs/bugzilla (/bin/cat >/dev/null; QMAILHOST=gcc.gnu.org 
$CVSROOT/CVSROOT/bugzilla-checkout /www/gcc/bugzilla %{sv} >> 
$CVSROOT/CVSROOT/updatelog 2>&1 &)
 ^wwwdocs/cgi-bin (/bin/cat >/dev/null; QMAILHOST=gcc.gnu.org 
$CVSROOT/CVSROOT/cgibin-checkout /www/gcc/cgi-bin %{sv} >> 
$CVSROOT/CVSROOT/updatelog 2>&1 &)
 ^wwwdocs/htdocs  (/bin/cat >/dev/null; QMAILHOST=gcc.gnu.org 
$CVSROOT/CVSROOT/htdocs-checkout /www/gcc/htdocs %{sv} >> 
$CVSROOT/CVSROOT/updatelog 2>&1 &)
-^gcc/libstdc..-v3 (QMAILHOST=gcc.gnu.org 
/usr/sourceware/bin/log_accum_bugzillafied -D gcc.gnu.org -T gcc -G gcc -C gcc 
-U "http://gcc.gnu.org/cgi-bin/cvsweb.cgi/"; -m [EMAIL PROTECTED] -m [EMAIL 
PROTECTED] -s %{sVv})
-
-# Send Java commits to the java-cvs list.
-^gcc/boehm-gc  (QMAILHOST=gcc.gnu.org 
/usr/sourceware/bin/log_accum_bugzillafied -D gcc.gnu.org -T gcc -G gcc -C gcc 
-U "http://gcc.gnu.org/cgi-bin/cvsweb.cgi/"; -m [EMAIL PROTECTED] -m [EMAIL 
PROTECTED] -s %{sVv})
-^gcc/fastjar   (QMAILHOST=gcc.gnu.org 
/usr/sourceware/bin/log_accum_bugzillafied -D gcc.gnu.org -T gcc -G gcc -C gcc 
-U "http://gcc.gnu.org/cgi-bin/cvsweb.cgi/"; -m [EMAIL PROTECTED] -m [EMAIL 
PROTECTED] -s %{sVv})
-^gcc/gcjx  (QMAILHOST=gcc.gnu.org 
/usr/sourceware/bin/log_accum_bugzillafied -D gcc.gnu.org -T gcc -G gcc -C gcc 
-U "http://gcc.gnu.org/cgi-bin/cvsweb.cgi/"; -m [EMAIL PROTECTED] -m [EMAIL 
PROTECTED] -s %{sVv})
-^gcc/gcc/java  (QMAILHOST=gcc.gnu.org 
/usr/sourceware/bin/log_accum_bugzillafied -D gcc.gnu.org -T gcc -G gcc -C gcc 
-U "http://gcc.gnu.org/cgi-bin/cvsweb.cgi/"; -m [EMAIL PROTECTED] -m [EMAIL 
PROTECTED] -s %{sVv})
-^gcc/libffi(QMAILHOST=gcc.gnu.org 
/usr/sourceware/bin/log_accum_bugzillafied -D gcc.gnu.org -T gcc -G gcc -C gcc 
-U "http://gcc.gnu.org/cgi-bin/cvsweb.cgi/"; -m [EMAIL PROTECTED] -m [EMAIL 
PROTECTED] -s %{sVv})
-^gcc/libjava   (QMAILHOST=gcc.gnu.org 
/usr/sourceware/bin/log_accum_bugzillafied -D gcc.gnu.org -T gcc -G gcc -C gcc 
-U "http://gcc.gnu.org/cgi-bin/cvsweb.cgi/"; -m [EMAIL PROTECTED] -m [EMAIL 
PROTECTED] -s %{sVv})
-^gcc/zlib  (QMAILHOST=gcc.gnu.org 
/usr/sourceware/bin/log_accum_bugzillafied -D gcc.gnu.org -T gcc -G gcc -C gcc 
-U "http://gcc.gnu.org/cgi-bin/cvsweb.cgi/"; -m [EMAIL PROTECTED] -m [EMAIL 
PROTECTED] -s %{sVv})
 
 DEFAULT (QMAILHOST=gcc.gnu.org /usr/sourceware/bin/log_accum_bugzillafied -D 
gcc.gnu.org -T gcc -G gcc -C gcc -U "http://gcc.gnu.org/cgi-bin/cvsweb.cgi/"; -m 
[EMAIL PROTECTED] -s %{sVv})


Re: GNAT User's Guide /onlinedocs broken? (was: Broken links on gcc.gnu.org/onlinedocs)

2015-04-11 Thread Arnaud Charlet

>> The following links are broken at gcc.gnu.org/onlinedocs/4.9.2.  The 
>> corresponding 4.9.2-related links at gcc.gnu.org/onlinedocs are also broken:
>>GCC 4.9.2 GNAT User's Guide (/onlinedocs/gcc-4.9.2/gnat_ugn_unw/)
>>also in PDF (/onlinedocs/gcc-4.9.2/gnat_ugn_unw.pdf)
>>or Postscript (/onlinedocs/gcc-4.9.2/gnat_ugn_unw.ps.gz)
>>or an HTML tarball (/onlinedocs/gcc-4.9.2/gnat_ugn_unw-html.tar.gz)
> 
> This is not just broken for GCC 4.9.2, but GCC 4.8.4 as well:
> 
>  https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw/
>  https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw/
> 
> It does still work for GCC 4.9.1 and GCC 4.8.3:
> 
>  https://gcc.gnu.org/onlinedocs/gcc-4.9.1/gnat_ugn_unw/
>  https://gcc.gnu.org/onlinedocs/gcc-4.8.3/gnat_ugn_unw/
> 
> 
> Arnaud, you updated maintainer-scripts update_web_docs_svn as
> follows last year, might this be related?
> 
>  2014-08-01  Arnaud Charlet  
> 
>* update_web_docs_svn: Simplify build of gnat_ugn.
> 
> Is the patch below a proper fix?

Your patch looks good to me.

> Index: index.html
> ===
> RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
> retrieving revision 1.147
> diff -u -r1.147 index.html
> --- index.html6 Feb 2015 22:27:38 -00001.147
> +++ index.html10 Apr 2015 20:00:02 -
> @@ -53,12 +53,12 @@
>      
> href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_rm.ps.gz";>PostScript 
> or   
> href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_rm-html.tar.gz";>an
>  HTML tarball)
> -https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw/";>GCC
> +https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn/";>GCC
>  4.9.2 GNAT User's Guide ( - 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw.pdf";>also
> + href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn.pdf";>also
>  in PDF or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw.ps.gz";>PostScript
>  or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw-html.tar.gz";>an
> + 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn.ps.gz";>PostScript 
> or  + 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn-html.tar.gz";>an
>  HTML tarball)
>  href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/libstdc++/manual/";>GCC
>  4.9.2 Standard C++ Library Manual  ( @@ -137,12 +137,12 @@
>  
> href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_rm.ps.gz";>PostScript 
> or   
> href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_rm-html.tar.gz";>an
>  HTML tarball)
> -https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw/";>GCC
> +https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn/";>GCC
>  4.8.4 GNAT User's Guide ( - 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw.pdf";>also
> +     href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn.pdf";>also
>      in PDF or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw.ps.gz";>PostScript
>  or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw-html.tar.gz";>an
> + 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn.ps.gz";>PostScript 
> or  + 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn-html.tar.gz";>an
>  HTML tarball)
>  href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/libstdc++/manual/";>GCC
>  4.8.4 Standard C++ Library Manual  ( 


Re: GNAT User's Guide /onlinedocs broken? (was: Broken links on gcc.gnu.org/onlinedocs)

2015-04-11 Thread Arnaud Charlet

>> The following links are broken at gcc.gnu.org/onlinedocs/4.9.2.  The 
>> corresponding 4.9.2-related links at gcc.gnu.org/onlinedocs are also broken:
>>GCC 4.9.2 GNAT User's Guide (/onlinedocs/gcc-4.9.2/gnat_ugn_unw/)
>>also in PDF (/onlinedocs/gcc-4.9.2/gnat_ugn_unw.pdf)
>>or Postscript (/onlinedocs/gcc-4.9.2/gnat_ugn_unw.ps.gz)
>>or an HTML tarball (/onlinedocs/gcc-4.9.2/gnat_ugn_unw-html.tar.gz)
> 
> This is not just broken for GCC 4.9.2, but GCC 4.8.4 as well:
> 
>  https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw/
>  https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw/
> 
> It does still work for GCC 4.9.1 and GCC 4.8.3:
> 
>  https://gcc.gnu.org/onlinedocs/gcc-4.9.1/gnat_ugn_unw/
>  https://gcc.gnu.org/onlinedocs/gcc-4.8.3/gnat_ugn_unw/
> 
> 
> Arnaud, you updated maintainer-scripts update_web_docs_svn as
> follows last year, might this be related?
> 
>  2014-08-01  Arnaud Charlet  
> 
>* update_web_docs_svn: Simplify build of gnat_ugn.
> 
> Is the patch below a proper fix?

Your patch looks good to me.

> Index: index.html
> ===
> RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
> retrieving revision 1.147
> diff -u -r1.147 index.html
> --- index.html6 Feb 2015 22:27:38 -00001.147
> +++ index.html10 Apr 2015 20:00:02 -
> @@ -53,12 +53,12 @@
>      
> href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_rm.ps.gz";>PostScript 
> or   
> href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_rm-html.tar.gz";>an
>  HTML tarball)
> -https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw/";>GCC
> +https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn/";>GCC
>  4.9.2 GNAT User's Guide ( - 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw.pdf";>also
> + href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn.pdf";>also
>  in PDF or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw.ps.gz";>PostScript
>  or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw-html.tar.gz";>an
> + 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn.ps.gz";>PostScript 
> or  + 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn-html.tar.gz";>an
>  HTML tarball)
>  href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/libstdc++/manual/";>GCC
>  4.9.2 Standard C++ Library Manual  ( @@ -137,12 +137,12 @@
>  
> href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_rm.ps.gz";>PostScript 
> or   
> href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_rm-html.tar.gz";>an
>  HTML tarball)
> -https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw/";>GCC
> +https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn/";>GCC
>  4.8.4 GNAT User's Guide ( - 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw.pdf";>also
> +     href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn.pdf";>also
>      in PDF or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw.ps.gz";>PostScript
>  or  - 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw-html.tar.gz";>an
> + 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn.ps.gz";>PostScript 
> or  + 
> href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn-html.tar.gz";>an
>  HTML tarball)
>  href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/libstdc++/manual/";>GCC
>  4.8.4 Standard C++ Library Manual  ( 


[wwwdocs] Buildstat update for 4.8

2013-12-11 Thread Tom G. Christensen
Latest results for gcc 4.8.x.

This patch supersedes the previous one sent on 2013-11-03 as it was
never applied.

-tgc

Testresults for 4.8.2
  arm-unknown-linux-gnueabi
  i386-pc-solaris2.9
  i686-pc-linux-gnu (2)
  i686-unknown-linux-gnu
  mips-unknown-linux-gnu
  mipsel-unknown-linux-gnu
  powerpc-apple-darwin8.11.0
  powerpc-unknown-linux-gnu
  sparc-sun-solaris2.9
  sparc64-sun-solaris2.10 (2)
  sparc-unknown-linux-gnu
  x86_64-apple-darwin13
  x86_64-unknown-linux-gnu (3)

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/buildstat.html,v
retrieving revision 1.5
diff -u -r1.5 buildstat.html
--- buildstat.html  2 Oct 2013 08:58:33 -   1.5
+++ buildstat.html  11 Dec 2013 16:15:47 -
@@ -26,6 +26,7 @@
 arm-unknown-linux-gnueabi
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01757.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg01612.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02658.html";>4.8.0
 
@@ -85,6 +86,7 @@
 i386-pc-solaris2.9
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg02068.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00230.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg00416.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg00415.html";>4.8.0,
@@ -112,15 +114,26 @@
 i686-pc-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01348.html";>4.8.2,
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01313.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-07/msg02349.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg03091.html";>4.8.0
 
 
 
 
+i686-unknown-linux-gnu
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01351.html";>4.8.2
+
+
+
+
 mips-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01758.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg02891.html";>4.8.1
 
 
@@ -129,6 +142,7 @@
 mipsel-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01759.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg01568.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02562.html";>4.8.0
 
@@ -138,6 +152,7 @@
 powerpc-apple-darwin8.11.0
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01405.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg00237.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg01012.html";>4.8.0
 
@@ -163,6 +178,7 @@
 powerpc-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-11/msg00014.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg01486.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02452.html";>4.8.0
 
@@ -180,6 +196,7 @@
 sparc-sun-solaris2.9
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg02067.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00243.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02774.html";>4.8.0,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02717.html";>4.8.0
@@ -206,6 +223,8 @@
 sparc64-sun-solaris2.10
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01666.html";>4.8.2,
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01379.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02413.html";>4.8.0
 
 
@@ -214,6 +233,7 @@
 sparc-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01785.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg02503.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02660.html";>4.8.0
 
@@ -244,6 +264,14 @@
 
 
 
+x86_64-apple-darwin13
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01562.html";>4.8.2
+
+
+
+
 x86_64-apple-darwin13.0.0
  
 Test results:
@@ -255,6 +283,9 @@
 x86_64-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-11/msg00373.html";>4.8.2,
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01854.html";>4.8.2,
+http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01777.html";>4.8.2,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02881.html";>4.8.0,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02623.html";>4.8.0
 


Re: [wwwdocs] Buildstat update for 4.6

2011-11-03 Thread Tom G. Christensen
On Thu, Nov 03, 2011 at 08:00:28PM +, Iain Sandoe wrote:
> I updated the *-darwin9 tests to include Java as well as Ada.
> 
> http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg00037.html
> http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg00036.html
> 
Thanks for the heads up.
I missed them since my script that parses the archive did not expect
the extra text after the 'testsuite' part of the subject.

Here's an updated patch.

-tgc

Testresults for 4.6.2:
 arm-unknown-rtemseabi4.11 (2)
 hppa2.0w-hp-hpux11.11
 hppa64-hp-hpux11.11
 i386-pc-solaris2.8
 i686-apple-darwin9 (2)
 i686-pc-linux-gnu (2)
 powerpc-apple-darwin8.11.0
 powerpc-apple-darwin9 (2)
 powerpc64-unknown-linux-gnu
 s390-ibm-linux-gnu (3)
 s390x-ibm-linux-gnu (3)
 sparc-sun-solaris2.8 (2)
 x86_64-apple-darwin10
 x86_64-apple-darwin10.8.0

Testresults for 4.6.1:
 i686-pc-linux-gnu
Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/buildstat.html,v
retrieving revision 1.7
diff -u -r1.7 buildstat.html
--- buildstat.html  17 Sep 2011 22:32:19 -  1.7
+++ buildstat.html  4 Nov 2011 06:11:12 -
@@ -40,6 +40,15 @@
 
 
 
+arm-unknown-rtemseabi4.11
+x86_64-unknown-linux-gnu
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03523.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03108.html";>4.6.2
+
+
+
+
 armv7l-unknown-linux-gnueabi
  
 Test results:
@@ -69,6 +78,7 @@
 hppa2.0w-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03199.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03306.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02630.html";>4.6.0
 
@@ -78,6 +88,7 @@
 hppa64-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03379.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03440.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02801.html";>4.6.0
 
@@ -96,6 +107,7 @@
 i386-pc-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03286.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg00139.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg00175.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg03106.html";>4.6.0,
@@ -140,9 +152,21 @@
 
 
 
+i686-apple-darwin9
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg00036.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03540.html";>4.6.2
+
+
+
+
 i686-pc-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03395.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03062.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg00899.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03400.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03128.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg03610.html";>4.6.0,
@@ -178,14 +202,35 @@
 powerpc-apple-darwin8.11.0
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03272.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg01092.html";>4.6.1
 
 
 
 
+powerpc-apple-darwin9
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg00037.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03541.html";>4.6.2
+
+
+
+
+powerpc64-unknown-linux-gnu
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03530.html";>4.6.2
+
+
+
+
 s390-ibm-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02929.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02921.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02918.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02491.html";>4.6.0
 
 
@@ -194,6 +239,9 @@
 s390x-ibm-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02955.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02950.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02934.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02513.html";>4.6.0
 
 
@@ -202,6 +250,8 @@
 sparc-sun-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03536.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03531.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg00138.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02959.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02933.html";>4.6.0,
@@ -242,6 +292,14 @@
 
 
 
+x86_64-apple-darwin10
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg00041.html";>4.6.2
+
+
+
+
 x86_64-apple-darwin10.7.0
  
 Test results:
@@ -251,6 +309,14 @@
 
 
 
+x86_64-apple-darwin10.8.0
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02994.html";>4.6.2
+
+
+
+
 x86_64-apple-darwin11.0.0
  
 Test results:


[wwwdocs] Buildstat update for 4.6

2012-03-15 Thread Tom G. Christensen
Latest results for 4.6.x

-tgc

Testresults for 4.6.2:
  hppa2.0w-hp-hpux11.11
  i386-pc-solaris2.8
  i686-pc-linux-gnu
  powerpc-apple-darwin8.11.0
  sparc-sun-solaris2.8 (2)
  x86_64-apple-darwin10.8.0
  x86_64-apple-darwin11.3.0
  x86_64-unknown-linux-gnu

Testresults for 4.6.2:
  powerpc-ibm-aix5.3.0.0 (2)
  x86_64-unknown-linux-gnu

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/buildstat.html,v
retrieving revision 1.9
diff -u -r1.9 buildstat.html
--- buildstat.html  14 Dec 2011 10:57:49 -  1.9
+++ buildstat.html  15 Mar 2012 21:11:11 -
@@ -78,6 +78,7 @@
 hppa2.0w-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg00172.html";>4.6.3,
 http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03199.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03306.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02630.html";>4.6.0
@@ -107,6 +108,7 @@
 i386-pc-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg01757.html";>4.6.3,
 http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03286.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg00139.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg00175.html";>4.6.0,
@@ -165,6 +167,7 @@
 i686-pc-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg00163.html";>4.6.3,
 http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03395.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03062.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg00899.html";>4.6.1,
@@ -203,6 +206,7 @@
 powerpc-apple-darwin8.11.0
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg00497.html";>4.6.3,
 http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03272.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg01092.html";>4.6.1
 
@@ -218,6 +222,15 @@
 
 
 
+powerpc-ibm-aix5.3.0.0
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-02/msg00142.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2012-02/msg00436.html";>4.6.2
+
+
+
+
 powerpc-ibm-aix6.1.0.0
  
 Test results:
@@ -260,6 +273,8 @@
 sparc-sun-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg01811.html";>4.6.3,
+http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg00337.html";>4.6.3,
 http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg01044.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg00683.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03536.html";>4.6.2,
@@ -325,6 +340,7 @@
 x86_64-apple-darwin10.8.0
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg01724.html";>4.6.3,
 http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02994.html";>4.6.2
 
 
@@ -338,9 +354,19 @@
 
 
 
+x86_64-apple-darwin11.3.0
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg00118.html";>4.6.3
+
+
+
+
 x86_64-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg01688.html";>4.6.3,
+http://gcc.gnu.org/ml/gcc-testresults/2011-12/msg00968.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03135.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg01380.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg03091.html";>4.6.0,


[wwwdocs] Buildstat update for 4.6

2011-11-03 Thread Tom G. Christensen
Latest results for 4.6.x

-tgc

Testresults for 4.6.2:
  arm-unknown-rtemseabi4.11 (2)
  hppa2.0w-hp-hpux11.11
  hppa64-hp-hpux11.11
  i386-pc-solaris2.8
  i686-apple-darwin9
  i686-pc-linux-gnu (2)
  powerpc-apple-darwin8.11.0
  powerpc-apple-darwin9
  powerpc64-unknown-linux-gnu
  s390-ibm-linux-gnu (3)
  s390x-ibm-linux-gnu (3)
  sparc-sun-solaris2.8 (2)
  x86_64-apple-darwin10
  x86_64-apple-darwin10.8.0

Testresults for 4.6.1:
  i686-pc-linux-gnu
Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/buildstat.html,v
retrieving revision 1.7
diff -u -r1.7 buildstat.html
--- buildstat.html  17 Sep 2011 22:32:19 -  1.7
+++ buildstat.html  3 Nov 2011 19:41:30 -
@@ -40,6 +40,15 @@
 
 
 
+arm-unknown-rtemseabi4.11
+x86_64-unknown-linux-gnu
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03523.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03108.html";>4.6.2
+
+
+
+
 armv7l-unknown-linux-gnueabi
  
 Test results:
@@ -69,6 +78,7 @@
 hppa2.0w-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03199.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03306.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02630.html";>4.6.0
 
@@ -78,6 +88,7 @@
 hppa64-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03379.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03440.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02801.html";>4.6.0
 
@@ -96,6 +107,7 @@
 i386-pc-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03286.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg00139.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg00175.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg03106.html";>4.6.0,
@@ -140,9 +152,20 @@
 
 
 
+i686-apple-darwin9
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03540.html";>4.6.2
+
+
+
+
 i686-pc-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03395.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03062.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg00899.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03400.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03128.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg03610.html";>4.6.0,
@@ -178,14 +201,34 @@
 powerpc-apple-darwin8.11.0
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03272.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg01092.html";>4.6.1
 
 
 
 
+powerpc-apple-darwin9
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03541.html";>4.6.2
+
+
+
+
+powerpc64-unknown-linux-gnu
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03530.html";>4.6.2
+
+
+
+
 s390-ibm-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02929.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02921.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02918.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02491.html";>4.6.0
 
 
@@ -194,6 +237,9 @@
 s390x-ibm-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02955.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02950.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02934.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02513.html";>4.6.0
 
 
@@ -202,6 +248,8 @@
 sparc-sun-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03536.html";>4.6.2,
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03531.html";>4.6.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg00138.html";>4.6.1,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02959.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02933.html";>4.6.0,
@@ -242,6 +290,14 @@
 
 
 
+x86_64-apple-darwin10
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg00041.html";>4.6.2
+
+
+
+
 x86_64-apple-darwin10.7.0
  
 Test results:
@@ -251,6 +307,14 @@
 
 
 
+x86_64-apple-darwin10.8.0
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg02994.html";>4.6.2
+
+
+
+
 x86_64-apple-darwin11.0.0
  
 Test results:


[wwwdocs] Convert remaining links to gcc.gnu.org/ml to https [3/3]

2014-06-27 Thread Gerald Pfeifer
And here are the last links into our mailing list archives.  Quite
a lot overall, across the three patches!

Installed.

Gerald

Index: benchmarks/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/benchmarks/index.html,v
retrieving revision 1.29
diff -u -r1.29 index.html
--- benchmarks/index.html   1 Nov 2012 18:17:35 -   1.29
+++ benchmarks/index.html   27 Jun 2014 14:48:56 -
@@ -90,7 +90,7 @@
 
 A memory tester (maintained by Jan Hubicka) is periodically checking GCC memory
 usage.  The reports are sent to the http://gcc.gnu.org/ml/gcc-regression/";>gcc-regressions mailing list
+href="https://gcc.gnu.org/ml/gcc-regression/";>gcc-regressions mailing list
 when some noticeable change is detected.   Dumps from the latest run and
 summaries are available at http://gcc.opensuse.org/memory/";>http://gcc.opensuse.org/memory/
Index: java/contrib.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/java/contrib.html,v
retrieving revision 1.36
diff -u -r1.36 contrib.html
--- java/contrib.html   25 Apr 2011 11:45:29 -  1.36
+++ java/contrib.html   27 Jun 2014 14:48:56 -
@@ -42,7 +42,7 @@
 
   Send libgcj patches to mailto:java-patc...@gcc.gnu.org";>java-patc...@gcc.gnu.org.
-  This list is http://gcc.gnu.org/ml/java-patches/";>archived.
+  This list is https://gcc.gnu.org/ml/java-patches/";>archived.
 
   Patches to the GCJ front end — the gcc/java
   directory — should be sent to the libgcj.jar.Note that newwer versions of 
   GCJ will reject the core class library if it wasn't 
-  http://gcc.gnu.org/ml/java/2001-03/msg00383.html";>generated
+  https://gcc.gnu.org/ml/java/2001-03/msg00383.html";>generated
   by GCJ itself.
 
   
Index: java/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.176
diff -u -r1.176 index.html
--- java/index.html 1 Nov 2012 23:48:19 -   1.176
+++ java/index.html 27 Jun 2014 14:48:56 -0000
@@ -67,7 +67,7 @@
 September 11, 2006
 Joel Dice has
 http://gcc.gnu.org/ml/java/2006-09/msg00020.html";>announced https://gcc.gnu.org/ml/java/2006-09/msg00020.html";>announced http://ulibgcj.sourceforge.net/status.html";>micro-libgcj
 0.1, a lightweight version of libgcj intended to provide a usable
 subset of Java's features while remaining small and self-contained.
@@ -90,7 +90,7 @@
 
 May 20, 2006
 John David Anglin and Andreas Tobler checked in a http://gcc.gnu.org/ml/gcc-patches/2006-05/msg01004.html";>patch
+href="https://gcc.gnu.org/ml/gcc-patches/2006-05/msg01004.html";>patch
 to enable libjava to be built by default on the HP-UX PA 32-bit platform.
 
 
@@ -102,7 +102,7 @@
 
 April 26, 2006
 Andrew Haley has merged in a http://gcc.gnu.org/ml/java-patches/2006-q2/msg00100.html";>patch
+href="https://gcc.gnu.org/ml/java-patches/2006-q2/msg00100.html";>patch
 that eliminates conservative scanning of static data and considerably speeds
 up garbage collection in many cases (for example, halving the time spent in
 garbage collection when running http://www.eclipse.org/";>Eclipse).
@@ -110,7 +110,7 @@
 
 April 17, 2006
 Tom Tromey has http://gcc.gnu.org/ml/java/2006-04/msg00046.html";>announced the
+href="https://gcc.gnu.org/ml/java/2006-04/msg00046.html";>announced the
 availability of two experimental Just-In-Time (JIT) interpreters for GCJ based
 on http://freecode.com/projects/libjit";>libjit and http://llvm.org/";>LLVM respectively. The source code for these
@@ -128,7 +128,7 @@
 
 March 15, 2006
 David Daney has merged in a http://gcc.gnu.org/ml/java-patches/2006-q1/msg00289.html";>patch that
+href="https://gcc.gnu.org/ml/java-patches/2006-q1/msg00289.html";>patch that
 adds the new -freduced-reflection option to GCJ. This option
 prevents GCJ from generating most of the reflection metadata for classes
 resulting in smaller binaries. There are some caveats to using this option 
Index: java/news.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/java/news.html,v
retrieving revision 1.15
diff -u -r1.15 news.html
--- java/news.html  29 Dec 2012 17:33:42 -  1.15
+++ java/news.html  27 Jun 2014 14:48:56 -
@@ -37,10 +37,10 @@
 
 July 15, 2005
 Tom Tromey has http://gcc.gnu.org/ml/java-patches/2005-q3/msg00093.html";>integrated
+href="https://gcc.gnu.org/ml/java-patches/2005-q3/msg00093.html";>integrated
 http://www.gnu.org/software/classpath/";>GNU Classpath into the
 GCJ build in such a way that it becomes http://gcc.gnu.org/ml/java/2005-05/msg00202.html";>much easier to
+h

Processed: [bts-link] source package gcc-4.0

2006-05-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> #
> # bts-link upstream status pull for source package gcc-4.0
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
> # remote status report for #85535
> #  * http://gcc.gnu.org/PR12086
> #  * remote status changed: (?) -> NEW
> forwarded 85535 http://gcc.gnu.org/PR12086
Bug#85535: builtin memcmp() could be optimised
Forwarded-to-address changed from http://gcc.gnu.org/PR3508 to 
http://gcc.gnu.org/PR12086.

> usertags 85535 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> # remote status report for #222497
> #  * http://gcc.gnu.org/PR5458
> #  * remote status changed: (?) -> NEW
> forwarded 222497 http://gcc.gnu.org/PR5458
Bug#222497: [PR 13947] ptr_fun doesn't recognise argument
Forwarded-to-address changed from http://gcc.gnu.org/PR13947 to 
http://gcc.gnu.org/PR5458.

> usertags 222497 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> # remote status report for #226952
> #  * http://gcc.gnu.org/PR6614
> #  * remote status changed: (?) -> NEW
> forwarded 226952 http://gcc.gnu.org/PR6614
Bug#226952: [PR 13945] -Wconversion behaviour
Forwarded-to-address changed from http://gcc.gnu.org/PR13945 to 
http://gcc.gnu.org/PR6614.

> usertags 226952 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> # remote status report for #269513
> #  * http://gcc.gnu.org/PR4882
> #  * remote status changed: (?) -> NEW
> forwarded 269513 http://gcc.gnu.org/PR4882
Bug#269513: [PR 18007] Template template specialization matching problem
Forwarded-to-address changed from http://gcc.gnu.org/PR18007 to 
http://gcc.gnu.org/PR4882.

> usertags 269513 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> # remote status report for #276843
> #  * http://gcc.gnu.org/PR13000
> #  * remote status changed: (?) -> RESOLVED
> #  * remote resolution changed: (?) -> RESOLVED
> forwarded 276843 http://gcc.gnu.org/PR13000
Bug#276843: [fixed in 4.1] -O2 disables warning "control reaches end of 
non-void function"
Forwarded-to-address changed from http://gcc.gnu.org/PR18588 to 
http://gcc.gnu.org/PR13000.

> usertags 276843 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> # remote status report for #277845
> #  * http://gcc.gnu.org/PR18122
> #  * remote status changed: (?) -> RESOLVED
> #  * remote resolution changed: (?) -> RESOLVED
> #  * closed upstream
> forwarded 277845 http://gcc.gnu.org/PR18122
Bug#277845: [PR 18591] gfortran: internal error with namelist
Forwarded-to-address changed from http://gcc.gnu.org/PR18591 to 
http://gcc.gnu.org/PR18122.
(By the way, this Bug is currently marked as done.)

> tags 277845 + fixed-upstream
Bug#277845: [PR 18591] gfortran: internal error with namelist
Tags were: upstream experimental
Tags added: fixed-upstream

> usertags 277845 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> # remote status report for #307207
> #  * http://gcc.gnu.org/PR19664
> #  * remote status changed: (?) -> NEW
> forwarded 307207 http://gcc.gnu.org/PR19664
Bug#307207: [PR 22587] shared libraries built with -fvisibility=hidden segfaults
Forwarded-to-address changed from http://gcc.gnu.org/PR22587 to 
http://gcc.gnu.org/PR19664.

> usertags 307207 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> # remote status report for #309210
> #  * http://gcc.gnu.org/PR25196
> #  * remote status changed: (?) -> RESOLVED
> #  * remote resolution changed: (?) -> RESOLVED
> #  * closed upstream
> forwarded 309210 http://gcc.gnu.org/PR25196
Bug#309210: [PR 23453] [4.0/4.1 regression] miscompilation of PARI/GP on x86
Forwarded-to-address changed from http://gcc.gnu.org/PR23453 to 
http://gcc.gnu.org/PR25196.
(By the way, this Bug is currently marked as done.)

> tags 309210 + fixed-upstream
Bug#309210: [PR 23453] [4.0/4.1 regression] miscompilation of PARI/GP on x86
Tags were: upstream
Tags added: fixed-upstream

> usertags 309210 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> # remote status report for #323325
> #  * http://gcc.gnu.org/PR8081
> #  * remote status changed: (?) -> NEW
> forwarded 323325 http://gcc.gnu.org/PR8081
Bug#323325: [PR 23456] [4.0 regression] ICE in assign_stack_temp_for_typ (ObjC)
Forwarded-to-address changed from http://gcc.gnu.org/PR23456 to 
http://gcc.gnu.org/PR8081.

> usertags 323325 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> # remote status report for #327301
> #  * http://gcc.gnu.org/PR22

Processed: [bts-link] source package gcc-4.0

2006-05-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> #
> # bts-link upstream status pull for source package gcc-4.0
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
> # remote status report for #85535
> #  * http://gcc.gnu.org/PR12086
> #  * remote status changed: (?) -> NEW
> forwarded 85535 http://gcc.gnu.org/PR12086
Bug#85535: builtin memcmp() could be optimised
Forwarded-to-address changed from http://gcc.gnu.org/PR3508 to 
http://gcc.gnu.org/PR12086.

> usertags 85535 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> # remote status report for #222497
> #  * http://gcc.gnu.org/PR5458
> #  * remote status changed: (?) -> NEW
> forwarded 222497 http://gcc.gnu.org/PR5458
Bug#222497: [PR 13947] ptr_fun doesn't recognise argument
Forwarded-to-address changed from http://gcc.gnu.org/PR13947 to 
http://gcc.gnu.org/PR5458.

> usertags 222497 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> # remote status report for #226952
> #  * http://gcc.gnu.org/PR6614
> #  * remote status changed: (?) -> NEW
> forwarded 226952 http://gcc.gnu.org/PR6614
Bug#226952: [PR 13945] -Wconversion behaviour
Forwarded-to-address changed from http://gcc.gnu.org/PR13945 to 
http://gcc.gnu.org/PR6614.

> usertags 226952 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> # remote status report for #269513
> #  * http://gcc.gnu.org/PR4882
> #  * remote status changed: (?) -> NEW
> forwarded 269513 http://gcc.gnu.org/PR4882
Bug#269513: [PR 18007] Template template specialization matching problem
Forwarded-to-address changed from http://gcc.gnu.org/PR18007 to 
http://gcc.gnu.org/PR4882.

> usertags 269513 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> # remote status report for #276843
> #  * http://gcc.gnu.org/PR13000
> #  * remote status changed: (?) -> RESOLVED
> #  * remote resolution changed: (?) -> RESOLVED
> forwarded 276843 http://gcc.gnu.org/PR13000
Bug#276843: [fixed in 4.1] -O2 disables warning "control reaches end of 
non-void function"
Forwarded-to-address changed from http://gcc.gnu.org/PR18588 to 
http://gcc.gnu.org/PR13000.

> usertags 276843 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> # remote status report for #277845
> #  * http://gcc.gnu.org/PR18122
> #  * remote status changed: (?) -> RESOLVED
> #  * remote resolution changed: (?) -> RESOLVED
> #  * closed upstream
> forwarded 277845 http://gcc.gnu.org/PR18122
Bug#277845: [PR 18591] gfortran: internal error with namelist
Forwarded-to-address changed from http://gcc.gnu.org/PR18591 to 
http://gcc.gnu.org/PR18122.
(By the way, this Bug is currently marked as done.)

> tags 277845 + fixed-upstream
Bug#277845: [PR 18591] gfortran: internal error with namelist
Tags were: upstream experimental
Tags added: fixed-upstream

> usertags 277845 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> # remote status report for #307207
> #  * http://gcc.gnu.org/PR19664
> #  * remote status changed: (?) -> NEW
> forwarded 307207 http://gcc.gnu.org/PR19664
Bug#307207: [PR 22587] shared libraries built with -fvisibility=hidden segfaults
Forwarded-to-address changed from http://gcc.gnu.org/PR22587 to 
http://gcc.gnu.org/PR19664.

> usertags 307207 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> # remote status report for #309210
> #  * http://gcc.gnu.org/PR25196
> #  * remote status changed: (?) -> RESOLVED
> #  * remote resolution changed: (?) -> RESOLVED
> #  * closed upstream
> forwarded 309210 http://gcc.gnu.org/PR25196
Bug#309210: [PR 23453] [4.0/4.1 regression] miscompilation of PARI/GP on x86
Forwarded-to-address changed from http://gcc.gnu.org/PR23453 to 
http://gcc.gnu.org/PR25196.
(By the way, this Bug is currently marked as done.)

> tags 309210 + fixed-upstream
Bug#309210: [PR 23453] [4.0/4.1 regression] miscompilation of PARI/GP on x86
Tags were: upstream
Tags added: fixed-upstream

> usertags 309210 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> # remote status report for #323325
> #  * http://gcc.gnu.org/PR8081
> #  * remote status changed: (?) -> NEW
> forwarded 323325 http://gcc.gnu.org/PR8081
Bug#323325: [PR 23456] [4.0 regression] ICE in assign_stack_temp_for_typ (ObjC)
Forwarded-to-address changed from http://gcc.gnu.org/PR23456 to 
http://gcc.gnu.org/PR8081.

> usertags 323325 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> # remote status report for #327301
> #  * http://gcc.gnu.org/PR22

gcc-wwwdocs branch master updated. 614b76b185be56e74b607a92b49b359be5949565

2024-05-30 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
   via  614b76b185be56e74b607a92b49b359be5949565 (commit)
   via  ee01b4e9643cf1abe7c865d43dd5257a5b77b893 (commit)
  from  ed119bf29bf7a0a0cf9ae9fb28fbd71f83ff9245 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 614b76b185be56e74b607a92b49b359be5949565
Author: Gerald Pfeifer 
Date:   Thu May 30 10:59:38 2024 +0400

*: Use https to access gcc.gnu.org/onlinedocs

diff --git a/htdocs/gcc-10/index.html b/htdocs/gcc-10/index.html
index 5fb1e02e..fe1e4c07 100644
--- a/htdocs/gcc-10/index.html
+++ b/htdocs/gcc-10/index.html
@@ -28,31 +28,31 @@ GCC 10.4 relative to previous releases of GCC.
 GCC 10.5
 July 7, 2023
 (changes,
-     http://gcc.gnu.org/onlinedocs/10.5.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/10.5.0/";>documentation)
 
 
 GCC 10.4
 June 28, 2022
     (changes,
- http://gcc.gnu.org/onlinedocs/10.4.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/10.4.0/";>documentation)
 
 
 GCC 10.3
 April 8, 2021
 (changes,
- http://gcc.gnu.org/onlinedocs/10.3.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/10.3.0/";>documentation)
 
 
 GCC 10.2
 July 23, 2020
 (changes,
- http://gcc.gnu.org/onlinedocs/10.2.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/10.2.0/";>documentation)
 
 
 GCC 10.1
 May 7, 2020
 (changes,
- http://gcc.gnu.org/onlinedocs/10.1.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/10.1.0/";>documentation)
 
 
 
@@ -66,7 +66,7 @@ GNU Compiler Collection.
 The GCC developers would like to thank the numerous people that have
 contributed new features, improvements, bug fixes, and other changes as
 well as test results to GCC.
-This http://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Contributors.html";>amazing
+This https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Contributors.html";>amazing
 group of volunteers is what makes GCC successful.
 
 For additional information about GCC please refer to the
diff --git a/htdocs/gcc-11/index.html b/htdocs/gcc-11/index.html
index bb41c492..681da6a1 100644
--- a/htdocs/gcc-11/index.html
+++ b/htdocs/gcc-11/index.html
@@ -25,25 +25,25 @@ GCC 11.3 relative to previous releases of GCC.
 GCC 11.4
 May 29, 2023
 (changes,
- http://gcc.gnu.org/onlinedocs/11.4.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/11.4.0/";>documentation)
 
 
 GCC 11.3
 April 21, 2022
 (changes,
- http://gcc.gnu.org/onlinedocs/11.3.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/11.3.0/";>documentation)
 
 
 GCC 11.2
 July 28, 2021
 (changes,
- http://gcc.gnu.org/onlinedocs/11.2.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/11.2.0/";>documentation)
 
 
 GCC 11.1
 April 27, 2021
 (changes,
- http://gcc.gnu.org/onlinedocs/11.1.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/11.1.0/";>documentation)
 
 
 
@@ -57,7 +57,7 @@ GNU Compiler Collection.
 The GCC developers would like to thank the numerous people that have
 contributed new features, improvements, bug fixes, and other changes as
 well as test results to GCC.
-This http://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/Contributors.html";>amazing
+This https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/Contributors.html";>amazing
 group of volunteers is what makes GCC successful.
 
 For additional information about GCC please refer to the
diff --git a/htdocs/gcc-12/index.html b/htdocs/gcc-12/index.html
index a76ef1dc..3ba4df2b 100644
--- a/htdocs/gcc-12/index.html
+++ b/htdocs/gcc-12/index.html
@@ -25,19 +25,19 @@ GCC 12.2 relative to previous releases of GCC.
 GCC 12.3
 May 8, 2023
 (changes,
-     http://gcc.gnu.org/onlinedocs/12.3.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/12.3.0/";>documentation)
 
 
 GCC 12.2
 Aug 19, 2022
     (changes,
- http://gcc.gnu.org/onlinedocs/12.2.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/12.2.0/";>documentation)
 
 
 GCC 12.1
 May 6, 2022
 (changes,
- http://gcc.gnu.org/onlinedocs/12.1.0/";>documentation)
+ https://gcc.gnu.org/onlinedocs/12.1.0/";>documentation)
 
 
 
@@ -51,7 +51,7 @@ GNU Compiler Collection.
 The GCC developers would like to thank the numerous people that have
 contributed new features, improvements, bug fixes, and other changes as
 well as test results to GCC.
-This http://gcc.gnu.org/onlinedocs/gcc-12.1.0/gcc/Contributors.html";>amazing
+This https://gcc.g

Re: [TESTING] base gcc update to latest GPLv2 version

2011-03-10 Thread Alexander Best
On Thu Mar 10 11, Martin Matuska wrote:
> Here is a base gcc upgrade to the latest GPLv2 version (rev. 127959).
> 
> http://people.freebsd.org/~mm/patches/head-gcc-422-prerelease.patch
> 
> Open questions:
> Do we want the "4.2.2 prerelase 20070831" version tag or stick to "4.2.1
> 20070831"?

i'd prefer "4.2.2 prerelase 20070831", since the ammount of changes and fixed
issues are quite high and would distinguish the current gcc base version from
the new one (whch includes all the patches).

> 
> Testing and comments are welcome.
> 
> Originally suggested by Pedro F. Giffuni in:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=gnu/153298
> 
> Resolved GCC bugs in this patch:
> 
> c++:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17763
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29365
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30535
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30917
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31337
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31941
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32108
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32112
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32346
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32898
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32992
> 
> debug:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32610
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32914
> 
> libstdc++:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33128
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33084
> 
> middle-end:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32563
> 
> rtl-optimization:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33148
> 
> tree-optimization:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25413
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32723
> 
> target:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32218

-- 
a13x
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[wwwdocs] Buildstat update for 4.5

2011-06-03 Thread Tom G. Christensen
Latest results for 4.5.x

-tgc

Testresults for 4.5.3:
  armv7l-unknown-linux-gnueabi
  hppa2.0w-hp-hpux11.00
  hppa2.0w-hp-hpux11.11
  hppa64-hp-hpux11.00
  hppa64-hp-hpux11.11
  i386-pc-solaris2.8
  i686-pc-linux-gnu (2)
  ia64-unknown-linux-gnu
  sparc-sun-solaris2.8
  x86_64-unknown-linux-gnu (2)
Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/buildstat.html,v
retrieving revision 1.10
diff -u -r1.10 buildstat.html
--- buildstat.html  1 May 2011 23:21:49 -   1.10
+++ buildstat.html  3 Jun 2011 07:37:58 -
@@ -56,6 +56,14 @@
 
 
 
+armv7l-unknown-linux-gnueabi
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg00094.html";>4.5.3
+
+
+
+
 hppa-unknown-linux-gnu
  
 Test results:
@@ -67,6 +75,7 @@
 hppa2.0w-hp-hpux11.00
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg01358.html";>4.5.3,
 http://gcc.gnu.org/ml/gcc-testresults/2010-09/msg01008.html";>4.5.1
 
 
@@ -75,6 +84,7 @@
 hppa2.0w-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg00527.html";>4.5.3,
 http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01679.html";>4.5.2
 
 
@@ -83,6 +93,7 @@
 hppa64-hp-hpux11.00
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg01736.html";>4.5.3,
 http://gcc.gnu.org/ml/gcc-testresults/2010-09/msg01432.html";>4.5.1
 
 
@@ -91,6 +102,7 @@
 hppa64-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg00817.html";>4.5.3,
 http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01818.html";>4.5.2
 
 
@@ -117,6 +129,7 @@
 i386-pc-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg00795.html";>4.5.3,
 http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01977.html";>4.5.2,
 http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01703.html";>4.5.2,
 http://gcc.gnu.org/ml/gcc-testresults/2010-08/msg01024.html";>4.5.1,
@@ -167,6 +180,8 @@
 i686-pc-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg01584.html";>4.5.3,
+http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg8.html";>4.5.3,
 http://gcc.gnu.org/ml/gcc-testresults/2011-01/msg02007.html";>4.5.2,
 http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01763.html";>4.5.2,
 http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01587.html";>4.5.2,
@@ -184,6 +199,7 @@
 ia64-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg01590.html";>4.5.3,
 http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01388.html";>4.5.2,
 http://gcc.gnu.org/ml/gcc-testresults/2010-07/msg02982.html";>4.5.1
 
@@ -263,6 +279,7 @@
 sparc-sun-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg00833.html";>4.5.3,
 http://gcc.gnu.org/ml/gcc-testresults/2011-01/msg01684.html";>4.5.2,
 http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01975.html";>4.5.2,
 http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01701.html";>4.5.2,
@@ -342,6 +359,8 @@
 x86_64-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg01586.html";>4.5.3,
+http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg00018.html";>4.5.3,
 http://gcc.gnu.org/ml/gcc-testresults/2011-02/msg00873.html";>4.5.2,
 http://gcc.gnu.org/ml/gcc-testresults/2011-02/msg00429.html";>4.5.2,
 http://gcc.gnu.org/ml/gcc-testresults/2010-07/msg02969.html";>4.5.1,


[bts-link] source package gcc-4.0

2006-05-05 Thread bts-link-upstream
#
# bts-link upstream status pull for source package gcc-4.0
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #85535
#  * http://gcc.gnu.org/PR12086
#  * remote status changed: (?) -> NEW
forwarded 85535 http://gcc.gnu.org/PR12086
usertags 85535 + status-NEW

# remote status report for #222497
#  * http://gcc.gnu.org/PR5458
#  * remote status changed: (?) -> NEW
forwarded 222497 http://gcc.gnu.org/PR5458
usertags 222497 + status-NEW

# remote status report for #226952
#  * http://gcc.gnu.org/PR6614
#  * remote status changed: (?) -> NEW
forwarded 226952 http://gcc.gnu.org/PR6614
usertags 226952 + status-NEW

# remote status report for #269513
#  * http://gcc.gnu.org/PR4882
#  * remote status changed: (?) -> NEW
forwarded 269513 http://gcc.gnu.org/PR4882
usertags 269513 + status-NEW

# remote status report for #276843
#  * http://gcc.gnu.org/PR13000
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> RESOLVED
forwarded 276843 http://gcc.gnu.org/PR13000
usertags 276843 + status-RESOLVED resolution-FIXED

# remote status report for #277845
#  * http://gcc.gnu.org/PR18122
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> RESOLVED
#  * closed upstream
forwarded 277845 http://gcc.gnu.org/PR18122
tags 277845 + fixed-upstream
usertags 277845 + status-RESOLVED resolution-FIXED

# remote status report for #307207
#  * http://gcc.gnu.org/PR19664
#  * remote status changed: (?) -> NEW
forwarded 307207 http://gcc.gnu.org/PR19664
usertags 307207 + status-NEW

# remote status report for #309210
#  * http://gcc.gnu.org/PR25196
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> RESOLVED
#  * closed upstream
forwarded 309210 http://gcc.gnu.org/PR25196
tags 309210 + fixed-upstream
usertags 309210 + status-RESOLVED resolution-FIXED

# remote status report for #323325
#  * http://gcc.gnu.org/PR8081
#  * remote status changed: (?) -> NEW
forwarded 323325 http://gcc.gnu.org/PR8081
usertags 323325 + status-NEW

# remote status report for #327301
#  * http://gcc.gnu.org/PR22052
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> RESOLVED
forwarded 327301 http://gcc.gnu.org/PR22052
usertags 327301 + status-RESOLVED resolution-FIXED

# remote status report for #335078
#  * http://gcc.gnu.org/PR14261
#  * remote status changed: (?) -> NEW
forwarded 335078 http://gcc.gnu.org/PR14261
usertags 335078 + status-NEW

thanks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-wwwdocs branch master updated. 9e79c5e411eb3236b481c6093fad4dc5ae5141c5

2024-05-21 Thread Jakub Jelinek via Gcc-cvs-wwwdocs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
   via  9e79c5e411eb3236b481c6093fad4dc5ae5141c5 (commit)
  from  c52ab7c1b318d66f45b372d50282c7052b59f677 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 9e79c5e411eb3236b481c6093fad4dc5ae5141c5
Author: Jakub Jelinek 
Date:   Tue May 21 11:05:04 2024 +0200

Releasing 13.3.0.

diff --git a/htdocs/develop.html b/htdocs/develop.html
index 40228f49..9145aceb 100644
--- a/htdocs/develop.html
+++ b/htdocs/develop.html
@@ -708,9 +708,9 @@ stages of development, branch points, and releases:
|   \
|v
|   GCC 13.2 release (2023-07-27)
-  GCC 14 Stage 3 (starts 2023-11-19)
-   |
-  GCC 14 Stage 4 (starts 2024-01-12)
+  GCC 14 Stage 3 (starts 2023-11-19) \
+   |  v
+  GCC 14 Stage 4 (starts 2024-01-12)   GCC 13.3 release (2024-05-21)
|
+-- GCC 14 branch created ---+
| \
diff --git a/htdocs/index.html b/htdocs/index.html
index c52bb30b..afc76800 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -54,6 +54,11 @@ mission statement.
 
 News
 
+
+GCC 13.3 released
+[2024-05-21]
+
+
 https://gcc.gnu.org/wiki/cauldron2024";>GNU Tools Cauldron 
2024
 [2024-05-07]
 Prague, Czech Republic, September 14-16 2024
@@ -153,28 +158,28 @@ More news? Let ger...@pfeifer.com know!
   (regression fixes & docs only).
   
   https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=regexp&short_desc=%5C%5B(%5B%200-9.%2F%5D*%5B%20%2F%5D)*14%5B%20%2F%5D%5B%200-9.%2F%5D*%5BRr%5Degression%20*%5C%5D&target_milestone=11.5&target_milestone=12.4&target_milestone=13.3&target_milestone=14.2&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&priority=P1&priority=P2&priority=P3&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldf
 
rom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">Serious
+  
href="https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=regexp&short_desc=%5C%5B(%5B%200-9.%2F%5D*%5B%20%2F%5D)*14%5B%20%2F%5D%5B%200-9.%2F%5D*%5BRr%5Degression%20*%5C%5D&target_milestone=11.5&target_milestone=12.4&target_milestone=13.4&target_milestone=14.2&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&priority=P1&priority=P2&priority=P3&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldf
 
rom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">Serious
   regressions.
   https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=regexp&short_desc=%5C%5B(%5B%200-9.%2F%5D*%5B%20%2F%5D)*14%5B%20%2F%5D%5B%200-9.%2F%5D*%5BRr%5Degression%20*%5C%5D&target_milestone=11.5&target_milestone=12.4&target_milestone=13.3&target_milestone=14.2&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_s

C++ Patch ping

2024-10-25 Thread Jakub Jelinek
I'd like to ping 18 C++ patches:

https://gcc.gnu.org/pipermail/gcc-patches/2024-July/658137.html
  libcpp, c++: Optimize initializers using #embed in C++

https://gcc.gnu.org/pipermail/gcc-patches/2024-August/659333.html
  c++: Speed up compilation of large char array initializers when not using 
#embed

https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662507.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662750.html
  CWG 2867 - Order of initialization for structured bindings - rest of 
implementation [PR115769]

https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661904.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661905.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661906.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662330.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662331.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662333.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662334.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662336.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662379.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662380.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662381.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662545.html
  P2552R3 - On the ignorability of standard attributes - series [PR110345]

https://gcc.gnu.org/pipermail/gcc-patches/2024-September/663390.html
  Use type_id_in_expr_sentinel in 6 further spots in the parser

https://gcc.gnu.org/pipermail/gcc-patches/2024-August/659836.html
  c++: Attempt to implement C++26 P3034R1 - Module Declarations Shouldn't be 
Macros [PR114461]

Thanks

Jakub



[wwwdocs] Buildstat update for 4.4

2012-10-02 Thread Tom G. Christensen
Latest results for 4.4.x

-tgc

Testresults for 4.4.7:
  alphaev68-dec-osf5.1a
  hppa2.0w-hp-hpux11.00
  hppa2.0w-hp-hpux11.11
  hppa64-hp-hpux11.00
  hppa64-hp-hpux11.11
  i386-pc-solaris2.8

Testresults for 4.4.1:
  alphaev68-dec-osf5.1a

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/buildstat.html,v
retrieving revision 1.26
diff -u -r1.26 buildstat.html
--- buildstat.html  4 Apr 2012 11:24:55 -   1.26
+++ buildstat.html  2 Oct 2012 18:17:11 -
@@ -34,10 +34,12 @@
 alphaev68-dec-osf5.1a
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg02456.html";>4.4.7,
 http://gcc.gnu.org/ml/gcc-testresults/2011-08/msg00586.html";>4.4.6,
 http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg00074.html";>4.4.6,
 http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01338.html";>4.4.5,
 http://gcc.gnu.org/ml/gcc-testresults/2010-07/msg01437.html";>4.4.4,
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg02455.html";>4.4.1,
 http://gcc.gnu.org/ml/gcc-testresults/2009-07/msg03093.html";>4.4.1
 
 
@@ -134,6 +136,7 @@
 hppa2.0w-hp-hpux11.00
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg00105.html";>4.4.7,
 http://gcc.gnu.org/ml/gcc-testresults/2010-08/msg00081.html";>4.4.4,
 http://gcc.gnu.org/ml/gcc-testresults/2009-11/msg01652.html";>4.4.2,
 http://gcc.gnu.org/ml/gcc-testresults/2009-04/msg03163.html";>4.4.0
@@ -144,6 +147,7 @@
 hppa2.0w-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-08/msg02261.html";>4.4.7,
 http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg00201.html";>4.4.6,
 http://gcc.gnu.org/ml/gcc-testresults/2010-05/msg02383.html";>4.4.4,
 http://gcc.gnu.org/ml/gcc-testresults/2010-01/msg02240.html";>4.4.3,
@@ -158,6 +162,7 @@
 hppa64-hp-hpux11.00
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-08/msg02861.html";>4.4.7,
 http://gcc.gnu.org/ml/gcc-testresults/2010-08/msg02231.html";>4.4.4,
 http://gcc.gnu.org/ml/gcc-testresults/2009-05/msg00296.html";>4.4.0
 
@@ -167,6 +172,7 @@
 hppa64-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-08/msg02159.html";>4.4.7,
 http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg00400.html";>4.4.6,
 http://gcc.gnu.org/ml/gcc-testresults/2010-05/msg02914.html";>4.4.4,
 http://gcc.gnu.org/ml/gcc-testresults/2010-01/msg02364.html";>4.4.3,
@@ -181,6 +187,7 @@
 i386-pc-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-04/msg02185.html";>4.4.7,
 http://gcc.gnu.org/ml/gcc-testresults/2010-07/msg00900.html";>4.4.4,
 http://gcc.gnu.org/ml/gcc-testresults/2009-05/msg00105.html";>4.4.0
 


C++ stage1 patch ping

2024-11-19 Thread Jakub Jelinek
Hi!

I'd like to ping 17 C++ patches:

https://gcc.gnu.org/pipermail/gcc-patches/2024-July/658137.html
  libcpp, c++: Optimize initializers using #embed in C++

https://gcc.gnu.org/pipermail/gcc-patches/2024-August/659333.html
  c++: Speed up compilation of large char array initializers when not using 
#embed

https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662507.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662750.html
  CWG 2867 - Order of initialization for structured bindings - rest of 
implementation [PR115769]

https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661904.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661905.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661906.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662330.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662331.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662333.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662334.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662336.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662379.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662380.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662381.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662545.html
  P2552R3 - On the ignorability of standard attributes - series [PR110345]

https://gcc.gnu.org/pipermail/gcc-patches/2024-September/663390.html
  Use type_id_in_expr_sentinel in 6 further spots in the parser

Thanks

Jakub



[wwwdocs] Buildstat update for 5.x

2016-04-23 Thread Tom G. Christensen
Latest results for 5.x

-tgc

Testresults for 5.3.0:
  armv7l-unknown-linux-gnueabi
  arm-unknown-linux-gnueabi
  hppa-unknown-linux-gnu
  mips-unknown-linux-gnu
  mipsel-unknown-linux-gnu
  powerpc-unknown-linux-gnu
  sparc-sun-solaris2.10
  sparc64-sun-solaris2.10
  sparc-unknown-linux-gnu
  x86_64-unknown-linux-gnu (2)

Testresults for 5.2.0:
  arm-unknown-linux-gnueabi
  hppa-unknown-linux-gnu
  mips-unknown-linux-gnu
  mipsel-unknown-linux-gnu
  powerpc64-unknown-linux-gnu
  sparc-unknown-linux-gnu

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/buildstat.html,v
retrieving revision 1.6
diff -u -r1.6 buildstat.html
--- buildstat.html  6 Jan 2016 15:48:52 -   1.6
+++ buildstat.html  23 Apr 2016 15:25:04 -
@@ -31,9 +31,19 @@
 
 
 
+armv7l-unknown-linux-gnueabi
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2016-02/msg00279.html";>5.3.0
+
+
+
+
 arm-unknown-linux-gnueabi
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-12/msg01344.html";>5.3.0,
+https://gcc.gnu.org/ml/gcc-testresults/2015-10/msg00378.html";>5.2.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-05/msg00965.html";>5.1.0
 
 
@@ -42,6 +52,8 @@
 hppa-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-12/msg02075.html";>5.3.0,
+https://gcc.gnu.org/ml/gcc-testresults/2015-10/msg01144.html";>5.2.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-05/msg00763.html";>5.1.0
 
 
@@ -91,6 +103,8 @@
 mips-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-12/msg01134.html";>5.3.0,
+https://gcc.gnu.org/ml/gcc-testresults/2015-10/msg01303.html";>5.2.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-05/msg01101.html";>5.1.0
 
 
@@ -99,6 +113,8 @@
 mipsel-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-12/msg01133.html";>5.3.0,
+https://gcc.gnu.org/ml/gcc-testresults/2015-10/msg01145.html";>5.2.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-05/msg01480.html";>5.1.0
 
 
@@ -123,7 +139,8 @@
 powerpc64-unknown-linux-gnu
  
 Test results:
-https://gcc.gnu.org/ml/gcc-testresults/2015-12/msg02803.html";>5.3.0
+https://gcc.gnu.org/ml/gcc-testresults/2015-12/msg02803.html";>5.3.0,
+https://gcc.gnu.org/ml/gcc-testresults/2015-10/msg01557.html";>5.2.0
 
 
 
@@ -139,6 +156,7 @@
 powerpc-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-12/msg02465.html";>5.3.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-09/msg00261.html";>5.2.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-05/msg01751.html";>5.1.0
 
@@ -148,6 +166,7 @@
 sparc-sun-solaris2.10
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-12/msg01463.html";>5.3.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-09/msg01141.html";>5.2.0
 
 
@@ -164,6 +183,7 @@
 sparc64-sun-solaris2.10
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-12/msg01462.html";>5.3.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-09/msg01142.html";>5.2.0
 
 
@@ -172,6 +192,8 @@
 sparc-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-12/msg01345.html";>5.3.0,
+https://gcc.gnu.org/ml/gcc-testresults/2015-10/msg00560.html";>5.2.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-05/msg00966.html";>5.1.0
 
 
@@ -196,6 +218,8 @@
 x86_64-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-12/msg01427.html";>5.3.0,
+https://gcc.gnu.org/ml/gcc-testresults/2015-12/msg00587.html";>5.3.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-09/msg00628.html";>5.2.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-08/msg02501.html";>5.2.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-08/msg01782.html";>5.2.0,


Re: Version specific onlinedocs page

2013-02-17 Thread Tobias Burnus

Gerald Pfeifer wrote:

On Sun, 17 Feb 2013, Tobias Burnus wrote:

I wonder if we could generate a version-specific page for the online
documentation. I think that should be trivial to maintain and I know
at least one vendor who would use it.


If "we" means that you are volunteering ;-), absolutely, go for it!


;-)


How about the following patch? If it is okay, I will add the remaining 
index.html for 4.6 and 4.7 and update gcc-4.6/index.html – and then 
commit it. (I don't see a need to update versions before 4.6.)


Tobias
Index: htdocs/gcc-4.7/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/index.html,v
retrieving revision 1.4
diff -u -p -r1.4 index.html
--- htdocs/gcc-4.7/index.html	20 Sep 2012 06:31:19 -	1.4
+++ htdocs/gcc-4.7/index.html	18 Feb 2013 07:49:34 -
@@ -22,17 +22,20 @@ in GCC 4.7.1 relative to previous releas
 
 GCC 4.7.2
 September 20, 2012
-(changes)
+(changes,
+ http://www.gnu.org/onlinedocs/4.7.2/";>documentation)
 
 
 GCC 4.7.1
 June 14, 2012
-(changes)
+(changes,
+ http://www.gnu.org/onlinedocs/4.7.1/";>documentation)
 
 
 GCC 4.7.0
 March 22, 2012
-(changes)
+(changes,
+ http://www.gnu.org/onlinedocs/4.7.0/";>documentation)
 
 
 
Index: htdocs/releasing.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/releasing.html,v
retrieving revision 1.39
diff -u -p -r1.39 releasing.html
--- htdocs/releasing.html	23 Mar 2012 08:44:11 -	1.39
+++ htdocs/releasing.html	18 Feb 2013 07:49:34 -
@@ -75,7 +75,9 @@ to generate the documentation would be <
 -rgcc_3_0_2_release -dgcc-3.0.2 (with the current version
 number inserted).  Link to it from onlinedocs/index.html
 (but don't break URLs to documentation for previous releases even if
-you remove the links to it).
+you remove the links to it).  Create additionally
+onlinedocs/version-number/index.html to link
+to the documentation.
 
 Update the online-documentation links in changes.html
 to point to the online-documentation for the branch.
--- /dev/null	2013-02-18 07:34:01.727808559 +0100
+++ htdocs/onlinedocs/4.7.2/index.html	2013-02-18 08:47:51.0 +0100
@@ -0,0 +1,90 @@
+
+
+
+GCC 4.7.2 manuals
+
+
+
+
+4.7.2 manuals
+  
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc/";>GCC
+ 4.7.2 Manual (http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc-html.tar.gz";>an
+ HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gfortran/";>GCC
+ 4.7.2 GNU Fortran Manual (http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gfortran.pdf";>also
+     in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gfortran.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gfortran-html.tar.gz";>an
+     HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcj/";>GCC
+ 4.7.2 GCJ Manual (http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcj.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcj.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcj-html.tar.gz";>an
+ HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2/cpp/";>GCC 
+ 4.7.2 CPP Manual (http://gcc.gnu.org/onlinedocs/gcc-4.7.2/cpp.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/cpp.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/cpp-html.tar.gz";>an
+ HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_rm/";>GCC
+ 4.7.2 GNAT Reference Manual (http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_rm.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_rm.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_rm-html.tar.gz";>an
+     HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_ugn_unw/";>GCC
+ 4.7.2 GNAT User's Guide (http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_ugn_unw.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_ugn_unw.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_ugn_unw-html.tar.gz";>an
+     HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2/libstdc++/manual/";>GCC
+ 4.7.2 Standard C++ Library Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.7.2/libstdc++/libstdc++-manual.pdf.bz2";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/libstdc++/libstdc++-manual.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/libstdc++/libstdc++-manual-html.tar.bz2";>an
+ HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2

Re: Version specific onlinedocs page

2013-02-17 Thread Tobias Burnus

Gerald Pfeifer wrote:

On Sun, 17 Feb 2013, Tobias Burnus wrote:

I wonder if we could generate a version-specific page for the online
documentation. I think that should be trivial to maintain and I know
at least one vendor who would use it.


If "we" means that you are volunteering ;-), absolutely, go for it!


;-)


How about the following patch? If it is okay, I will add the remaining 
index.html for 4.6 and 4.7 and update gcc-4.6/index.html – and then 
commit it. (I don't see a need to update versions before 4.6.)


Tobias
Index: htdocs/gcc-4.7/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/index.html,v
retrieving revision 1.4
diff -u -p -r1.4 index.html
--- htdocs/gcc-4.7/index.html	20 Sep 2012 06:31:19 -	1.4
+++ htdocs/gcc-4.7/index.html	18 Feb 2013 07:49:34 -
@@ -22,17 +22,20 @@ in GCC 4.7.1 relative to previous releas
 
 GCC 4.7.2
 September 20, 2012
-(changes)
+(changes,
+ http://www.gnu.org/onlinedocs/4.7.2/";>documentation)
 
 
 GCC 4.7.1
 June 14, 2012
-(changes)
+(changes,
+ http://www.gnu.org/onlinedocs/4.7.1/";>documentation)
 
 
 GCC 4.7.0
 March 22, 2012
-(changes)
+(changes,
+ http://www.gnu.org/onlinedocs/4.7.0/";>documentation)
 
 
 
Index: htdocs/releasing.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/releasing.html,v
retrieving revision 1.39
diff -u -p -r1.39 releasing.html
--- htdocs/releasing.html	23 Mar 2012 08:44:11 -	1.39
+++ htdocs/releasing.html	18 Feb 2013 07:49:34 -
@@ -75,7 +75,9 @@ to generate the documentation would be <
 -rgcc_3_0_2_release -dgcc-3.0.2 (with the current version
 number inserted).  Link to it from onlinedocs/index.html
 (but don't break URLs to documentation for previous releases even if
-you remove the links to it).
+you remove the links to it).  Create additionally
+onlinedocs/version-number/index.html to link
+to the documentation.
 
 Update the online-documentation links in changes.html
 to point to the online-documentation for the branch.
--- /dev/null	2013-02-18 07:34:01.727808559 +0100
+++ htdocs/onlinedocs/4.7.2/index.html	2013-02-18 08:47:51.0 +0100
@@ -0,0 +1,90 @@
+
+
+
+GCC 4.7.2 manuals
+
+
+
+
+4.7.2 manuals
+  
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc/";>GCC
+ 4.7.2 Manual (http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc-html.tar.gz";>an
+ HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gfortran/";>GCC
+ 4.7.2 GNU Fortran Manual (http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gfortran.pdf";>also
+     in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gfortran.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gfortran-html.tar.gz";>an
+     HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcj/";>GCC
+ 4.7.2 GCJ Manual (http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcj.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcj.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcj-html.tar.gz";>an
+ HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2/cpp/";>GCC 
+ 4.7.2 CPP Manual (http://gcc.gnu.org/onlinedocs/gcc-4.7.2/cpp.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/cpp.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/cpp-html.tar.gz";>an
+ HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_rm/";>GCC
+ 4.7.2 GNAT Reference Manual (http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_rm.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_rm.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_rm-html.tar.gz";>an
+     HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_ugn_unw/";>GCC
+ 4.7.2 GNAT User's Guide (http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_ugn_unw.pdf";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_ugn_unw.ps.gz";>PostScript or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gnat_ugn_unw-html.tar.gz";>an
+     HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2/libstdc++/manual/";>GCC
+ 4.7.2 Standard C++ Library Manual  (http://gcc.gnu.org/onlinedocs/gcc-4.7.2/libstdc++/libstdc++-manual.pdf.bz2";>also
+ in PDF or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/libstdc++/libstdc++-manual.xml.bz2";>XML or http://gcc.gnu.org/onlinedocs/gcc-4.7.2/libstdc++/libstdc++-manual-html.tar.bz2";>an
+ HTML tarball)
+http://gcc.gnu.org/onlinedocs/gcc-4.7.2

[Bug libfortran/19280] Inconsistent licensing of libgfortran

2005-01-12 Thread cvs-commit at gcc dot gnu dot org
erated.
generated/maxloc1_4_i8.c: Regenerated.
generated/maxloc1_4_r4.c: Regenerated.
generated/maxloc1_4_r8.c: Regenerated.
generated/maxloc1_8_i4.c: Regenerated.
generated/maxloc1_8_i8.c: Regenerated.
generated/maxloc1_8_r4.c: Regenerated.
generated/maxloc1_8_r8.c: Regenerated.
generated/maxval_i4.c: Regenerated.
generated/maxval_i8.c: Regenerated.
generated/maxval_r4.c: Regenerated.
generated/maxval_r8.c: Regenerated.
generated/minloc0_4_i4.c: Regenerated.
generated/minloc0_4_i8.c: Regenerated.
generated/minloc0_4_r4.c: Regenerated.
generated/minloc0_4_r8.c: Regenerated.
generated/minloc0_8_i4.c: Regenerated.
generated/minloc0_8_i8.c: Regenerated.
generated/minloc0_8_r4.c: Regenerated.
generated/minloc0_8_r8.c: Regenerated.
generated/minloc1_4_i4.c: Regenerated.
generated/minloc1_4_i8.c: Regenerated.
generated/minloc1_4_r4.c: Regenerated.
generated/minloc1_4_r8.c: Regenerated.
generated/minloc1_8_i4.c: Regenerated.
generated/minloc1_8_i8.c: Regenerated.
generated/minloc1_8_r4.c: Regenerated.
generated/minloc1_8_r8.c: Regenerated.
generated/minval_i4.c: Regenerated.
generated/minval_i8.c: Regenerated.
generated/minval_r4.c: Regenerated.
generated/minval_r8.c: Regenerated.
generated/nearest_r4.c: Regenerated.
generated/nearest_r8.c: Regenerated.
generated/pow_c4_i4.c: Regenerated.
generated/pow_c4_i8.c: Regenerated.
generated/pow_c8_i4.c: Regenerated.
generated/pow_c8_i8.c: Regenerated.
generated/pow_i4_i4.c: Regenerated.
generated/pow_i4_i8.c: Regenerated.
generated/pow_i8_i4.c: Regenerated.
generated/pow_i8_i8.c: Regenerated.
generated/pow_r4_i4.c: Regenerated.
generated/pow_r4_i8.c: Regenerated.
generated/pow_r8_i4.c: Regenerated.
generated/pow_r8_i8.c: Regenerated.
generated/product_c4.c: Regenerated.
generated/product_c8.c: Regenerated.
generated/product_i4.c: Regenerated.
generated/product_i8.c: Regenerated.
generated/product_r4.c: Regenerated.
generated/product_r8.c: Regenerated.
generated/reshape_i4.c: Regenerated.
generated/reshape_i8.c: Regenerated.
generated/set_exponent_r4.c: Regenerated.
generated/set_exponent_r8.c: Regenerated.
generated/shape_i4.c: Regenerated.
generated/shape_i8.c: Regenerated.
generated/sum_c4.c: Regenerated.
generated/sum_c8.c: Regenerated.
generated/sum_i4.c: Regenerated.
generated/sum_i8.c: Regenerated.
generated/sum_r4.c: Regenerated.
generated/sum_r8.c: Regenerated.
generated/transpose_i4.c: Regenerated.
generated/transpose_i8.c: Regenerated.
generated/trig_c4.c: Regenerated.
generated/trig_c8.c: Regenerated.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.144&r2=1.145
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/c99_protos.h.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/libgfortran.h.diff?cvsroot=gcc&r1=1.20&r2=1.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/abort.c.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/args.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/associated.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/bessel.c.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/c99_functions.c.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/cpu_time.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/cshift0.c.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/date_and_time.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/env.c.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/eoshift0.c.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/eoshift2.c.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/erf.c.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/etime.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/exit.c.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libg

C++ stage1 patch ping

2024-12-04 Thread Jakub Jelinek
Hi!

I'd like to ping 20 C++ patches:

https://gcc.gnu.org/pipermail/gcc-patches/2024-July/658137.html
  libcpp, c++: Optimize initializers using #embed in C++

https://gcc.gnu.org/pipermail/gcc-patches/2024-August/659333.html
  c++: Speed up compilation of large char array initializers when not using 
#embed

https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669774.html
  Allow limited extended asm at toplevel [PR41045]
  C FE and middle-end approved, C++ FE remains

https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669772.html
  inline asm: Add new constraint for symbol definitions
  C FE and middle-end approved, C++ FE remains

https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669771.html
  inline-asm: Add - constraint modifier support for toplevel extended asm 
[PR41045]
  C FE and middle-end approved, C++ FE remains

https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662507.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662750.html
  CWG 2867 - Order of initialization for structured bindings - rest of 
implementation [PR115769]

https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661904.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661905.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661906.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662330.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662331.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662333.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662334.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662336.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662379.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662380.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662381.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662545.html
  P2552R3 - On the ignorability of standard attributes - series [PR110345]

https://gcc.gnu.org/pipermail/gcc-patches/2024-September/663390.html
  Use type_id_in_expr_sentinel in 6 further spots in the parser

Thanks

Jakub



Re: ICE: in get_frame_for_symbol, at d/d-codegen.cc:2428

2024-06-21 Thread Iain Buclaw via D.gnu

On Friday, 21 June 2024 at 17:10:33 UTC, Andrey Zherikov wrote:
Saw 
[here|https://github.com/andrey-zherikov/argparse/actions/runs/9617154563/job/26528299541]

Is this known problem?
```


Which patch release of gdc-12 is being used here?  I can't 
reproduce with 12.3.0.


Doing a spot check of the closed issues between 12.1..12.3, I 
can't see any ICEs that reference the same line.


```
$ git diff releases/gcc-12.1.0..releases/gcc-12.3.0  gcc/d/ | \
grep "PR d" | \
sed -e 's|+\s*|https://gcc.gnu.org/|' -e 's|PR d/|PR|'
```
https://gcc.gnu.org/PR109144
https://gcc.gnu.org/PR109108
https://gcc.gnu.org/PR108877
https://gcc.gnu.org/PR108055
https://gcc.gnu.org/PR108050
https://gcc.gnu.org/PR107592
https://gcc.gnu.org/PR106638
https://gcc.gnu.org/PR106623
https://gcc.gnu.org/PR106563
https://gcc.gnu.org/PR106555
https://gcc.gnu.org/PR106139
https://gcc.gnu.org/PR105544



[wwwdocs] Convert links to gcc.gnu.org/ml to https [1/3]

2014-06-27 Thread Gerald Pfeifer
Installed.

Gerald

Index: backends.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v
retrieving revision 1.49
diff -u -r1.49 backends.html
--- backends.html   9 May 2014 16:26:37 -   1.49
+++ backends.html   27 Jun 2014 11:17:05 -
@@ -111,8 +111,8 @@
 
 
 For AVR simulator, see http://gcc.gnu.org/ml/gcc/2003-10/msg00027.html";>
-http://gcc.gnu.org/ml/gcc/2003-10/msg00027.html.
+href="https://gcc.gnu.org/ml/gcc/2003-10/msg00027.html";>
+https://gcc.gnu.org/ml/gcc/2003-10/msg00027.html.
 
 * SPU's float is special; it has the same format as IEEE float but has
 an extended range and no infinity or NaNs. SPU's float will not produce
Index: codingconventions.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v
retrieving revision 1.69
diff -u -r1.69 codingconventions.html
--- codingconventions.html  30 Sep 2013 20:40:29 -  1.69
+++ codingconventions.html  27 Jun 2014 11:17:06 -
@@ -129,8 +129,8 @@
 
 There is no established convention on when ChangeLog entries are to
 be made for testsuite changes; see messages http://gcc.gnu.org/ml/gcc/2000-09/msg00287.html";>1 and http://gcc.gnu.org/ml/gcc/2000-09/msg00290.html";>2.
+href="https://gcc.gnu.org/ml/gcc/2000-09/msg00287.html";>1 and https://gcc.gnu.org/ml/gcc/2000-09/msg00290.html";>2.
 
 If your change fixes a PR, put PR java/58 (where
 java/58 is the actual number of the PR) at the top
@@ -180,8 +180,8 @@
 strrchr are preferred to the old functions
 bcmp, bcopy, bzero,
 index and rindex; see messages http://gcc.gnu.org/ml/gcc/1998-09/msg01000.html";>1 and http://gcc.gnu.org/ml/gcc/1998-09/msg01127.html";>2.  The
+href="https://gcc.gnu.org/ml/gcc/1998-09/msg01000.html";>1 and https://gcc.gnu.org/ml/gcc/1998-09/msg01127.html";>2.  The
 older functions must no longer be used in GCC; apart from
 index, these identifiers are poisoned to prevent their
 use.
@@ -225,7 +225,7 @@
 their origin: the people who added them or submitted the bug report
 they relate to, possibly with a reference to a PR in our bug tracking
 system.  There are http://gcc.gnu.org/ml/gcc/2000-01/msg00593.html";>some copyright
+href="https://gcc.gnu.org/ml/gcc/2000-01/msg00593.html";>some copyright
 guidelines on what can be included in the testsuite.
 
 If a testcase itself is incorrect, but there's a possibility that an
@@ -713,7 +713,7 @@
 Testing for ERROR_MARKs should be done by comparing
 against error_mark_node rather than by comparing the
 TREE_CODE against ERROR_MARK; see http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00792.html";>message.
+href="https://gcc.gnu.org/ml/gcc-patches/2000-10/msg00792.html";>message.
 
 
 Parameters Affecting Generated Code
@@ -750,8 +750,8 @@
 where the macro is a wrapper for efficiency
 that should be considered as a function;
 see messages
-http://gcc.gnu.org/ml/gcc-patches/2000-09/msg00901.html";>1
-and http://gcc.gnu.org/ml/gcc-patches/2000-09/msg00912.html";>2.
+https://gcc.gnu.org/ml/gcc-patches/2000-09/msg00901.html";>1
+and https://gcc.gnu.org/ml/gcc-patches/2000-09/msg00912.html";>2.
 
 
 
Index: contributewhy.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/contributewhy.html,v
retrieving revision 1.7
diff -u -r1.7 contributewhy.html
--- contributewhy.html  21 Sep 2006 14:17:36 -  1.7
+++ contributewhy.html  27 Jun 2014 11:17:07 -
@@ -131,7 +131,7 @@
 
 Finally, please note that GPL-covered code may not be
 distributed under an NDA,
-http://gcc.gnu.org/ml/gcc/2001-07/msg01342.html";>as explained
+https://gcc.gnu.org/ml/gcc/2001-07/msg01342.html";>as explained
 by Richard Stallman.
 
 
Index: lists.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/lists.html,v
retrieving revision 1.107
diff -u -r1.107 lists.html
--- lists.html  3 Dec 2013 01:04:41 -   1.107
+++ lists.html  27 Jun 2014 11:17:08 -
@@ -22,11 +22,11 @@
 Announcement lists:
 
 
-  http://gcc.gnu.org/ml/gcc-announce/";>gcc-announce
+  https://gcc.gnu.org/ml/gcc-announce/";>gcc-announce
   is a read-only low volume list where
   we post announcements about releases or other important events.
 
-  http://gcc.gnu.org/ml/java-announce/";>java-announce
+  https://gcc.gnu.org/ml/java-announce/";>java-announce
   is a low-volume, moderated, announcements-only list.  Only announcements
   related to the Java language front end or runtime library are posted
   here.
@@ -35,11 +35,11 @@
 Open lists:
 
 
-  http://gcc.gnu.org/ml/gcc-help/";>gcc-help
+  https://gcc.gnu.org/ml/gcc-help/";>gcc-help
   is a relatively high volume li

[wwwdocs] Buildstat update for 6.x

2018-05-19 Thread Tom G. Christensen
Latest results for 6.x

Note I reformatted two of the existing entries to match the rest of the file.

-tgc

Testresults for 6.2.0:
  i686-pc-linux-gnu
  x86_64-pc-linux-gnu (3)
  x86_64-w64-mingw32

Testresults for 6.3.0:
  powerpc-apple-darwin9
  x86_64-pc-linux-gnu (3)
  x86_64-w64-mingw32

Testresults for 6.4.0:
  x86_64-w64-mingw32

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/buildstat.html,v
retrieving revision 1.6
diff -u -r1.6 buildstat.html
--- buildstat.html  5 Feb 2017 11:12:47 -   1.6
+++ buildstat.html  18 May 2018 17:01:04 -
@@ -50,6 +50,7 @@
 i686-pc-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2016-08/msg02576.html";>6.2.0,
 https://gcc.gnu.org/ml/gcc-testresults/2016-05/msg01943.html";>6.1.0
 
 
@@ -58,7 +59,9 @@
 powerpc64le-unknown-linux-gnu
  
 Test results:
-https://gcc.gnu.org/ml/gcc-testresults/2016-04/msg02903.html";>6.1.0, 
https://gcc.gnu.org/ml/gcc-testresults/2016-08/msg02608.html";>6.2.0, 
https://gcc.gnu.org/ml/gcc-testresults/2017-01/msg00368.html";>6.3.0
+https://gcc.gnu.org/ml/gcc-testresults/2017-01/msg00368.html";>6.3.0,
+https://gcc.gnu.org/ml/gcc-testresults/2016-08/msg02608.html";>6.2.0,
+https://gcc.gnu.org/ml/gcc-testresults/2016-04/msg02903.html";>6.1.0
 
 
 
@@ -66,7 +69,17 @@
 powerpc64-unknown-linux-gnu
  
 Test results:
-https://gcc.gnu.org/ml/gcc-testresults/2016-04/msg02913.html";>6.1.0, 
https://gcc.gnu.org/ml/gcc-testresults/2016-08/msg02609.html";>6.2.0, 
https://gcc.gnu.org/ml/gcc-testresults/2017-01/msg00369.html";>6.3.0
+https://gcc.gnu.org/ml/gcc-testresults/2017-01/msg00369.html";>6.3.0,
+https://gcc.gnu.org/ml/gcc-testresults/2016-08/msg02609.html";>6.2.0,
+https://gcc.gnu.org/ml/gcc-testresults/2016-04/msg02913.html";>6.1.0
+
+
+
+
+powerpc-apple-darwin9
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2017-01/msg02970.html";>6.3.0
 
 
 
@@ -122,6 +135,12 @@
 x86_64-pc-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2017-02/msg00319.html";>6.3.0,
+https://gcc.gnu.org/ml/gcc-testresults/2017-01/msg00618.html";>6.3.0,
+https://gcc.gnu.org/ml/gcc-testresults/2016-12/msg02604.html";>6.3.0,
+https://gcc.gnu.org/ml/gcc-testresults/2016-08/msg03292.html";>6.2.0,
+https://gcc.gnu.org/ml/gcc-testresults/2016-08/msg02892.html";>6.2.0,
+https://gcc.gnu.org/ml/gcc-testresults/2016-08/msg02446.html";>6.2.0,
 https://gcc.gnu.org/ml/gcc-testresults/2016-04/msg02751.html";>6.1.0
 
 
@@ -130,6 +149,9 @@
 x86_64-w64-mingw32
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2017-07/msg01182.html";>6.4.0,
+https://gcc.gnu.org/ml/gcc-testresults/2016-12/msg02327.html";>6.3.0,
+https://gcc.gnu.org/ml/gcc-testresults/2016-08/msg02545.html";>6.2.0,
 https://gcc.gnu.org/ml/gcc-testresults/2016-05/msg00106.html";>6.1.0
 
 


Re: [Patch, fortran V3] PR fortran/100683 - Array initialization refuses valid

2021-06-21 Thread José Rui Faustino de Sousa via Fortran

Hi Tobias,

On 21/06/21 12:37, Tobias Burnus wrote:

Thus: Do you have a list of patches pending review?

>

https://gcc.gnu.org/pipermail/fortran/2021-April/055924.html

https://gcc.gnu.org/pipermail/fortran/2021-April/055933.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056168.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056167.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056163.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056162.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056155.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056154.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056152.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056159.html

https://gcc.gnu.org/pipermail/fortran/2021-April/055982.html

https://gcc.gnu.org/pipermail/fortran/2021-April/055949.html

https://gcc.gnu.org/pipermail/fortran/2021-April/055946.html

https://gcc.gnu.org/pipermail/fortran/2021-April/055934.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056169.html

https://gcc.gnu.org/pipermail/fortran/2021-April/055921.html

I am not 100% sure this is all of them but it should be most.


Secondly, I assume
you can commit or do you have commit issues?



Up to now there were no problems.

Best regards,
José Rui


Re: [Patch, fortran V3] PR fortran/100683 - Array initialization refuses valid

2021-06-21 Thread José Rui Faustino de Sousa via Gcc-patches

Hi Tobias,

On 21/06/21 12:37, Tobias Burnus wrote:

Thus: Do you have a list of patches pending review?

>

https://gcc.gnu.org/pipermail/fortran/2021-April/055924.html

https://gcc.gnu.org/pipermail/fortran/2021-April/055933.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056168.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056167.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056163.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056162.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056155.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056154.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056152.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056159.html

https://gcc.gnu.org/pipermail/fortran/2021-April/055982.html

https://gcc.gnu.org/pipermail/fortran/2021-April/055949.html

https://gcc.gnu.org/pipermail/fortran/2021-April/055946.html

https://gcc.gnu.org/pipermail/fortran/2021-April/055934.html

https://gcc.gnu.org/pipermail/fortran/2021-June/056169.html

https://gcc.gnu.org/pipermail/fortran/2021-April/055921.html

I am not 100% sure this is all of them but it should be most.


Secondly, I assume
you can commit or do you have commit issues?



Up to now there were no problems.

Best regards,
José Rui


C++ patch ping

2024-10-07 Thread Jakub Jelinek
Hi!

I'd like to ping 16 C++ patches:

https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662507.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662750.html
  CWG 2867 - Order of initialization for structured bindings - rest of 
implementation [PR115769]

https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661904.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661905.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661906.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662330.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662331.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662333.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662334.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662336.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662379.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662380.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662381.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662545.html
  P2552R3 - On the ignorability of standard attributes - series [PR110345]

https://gcc.gnu.org/pipermail/gcc-patches/2024-September/663390.html
  Use type_id_in_expr_sentinel in 6 further spots in the parser

https://gcc.gnu.org/pipermail/gcc-patches/2024-August/659836.html
  c++: Attempt to implement C++26 P3034R1 - Module Declarations Shouldn't be 
Macros [PR114461]

Jakub



C++ patch ping

2024-09-20 Thread Jakub Jelinek
Hi!

I'd like to ping 16 C++ patches:

https://gcc.gnu.org/pipermail/gcc-patches/2024-August/660046.html
  c++: Implement C++23 P2718R0 - Wording for P2644R1 Fix for Range-based for 
Loop [PR107637]

https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662507.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662750.html
  CWG 2867 - Order of initialization for structured bindings - rest of 
implementation [PR115769]

https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661904.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661905.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661906.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662330.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662331.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662333.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662334.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662336.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662379.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662380.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662381.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662545.html
  P2552R3 - On the ignorability of standard attributes - series [PR110345]

https://gcc.gnu.org/pipermail/gcc-patches/2024-August/659836.html
  c++: Attempt to implement C++26 P3034R1 - Module Declarations Shouldn't be 
Macros [PR114461]

Thanks

Jakub



[committed] wwwdocs: gcc-3.3: Adjust www.open-std.org links to https

2023-01-19 Thread Gerald Pfeifer
Pushed.

Gerald

---
 htdocs/gcc-3.3/changes.html | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/htdocs/gcc-3.3/changes.html b/htdocs/gcc-3.3/changes.html
index 93d96e65..da4165f3 100644
--- a/htdocs/gcc-3.3/changes.html
+++ b/htdocs/gcc-3.3/changes.html
@@ -560,7 +560,7 @@ Detailed release notes for the GCC 3.3 release follow.
 https://gcc.gnu.org/PR9424";>9424 
i/ostream::operator>>/<<(streambuf*) drops 
characters
 https://gcc.gnu.org/PR9425";>9425 
filebuf::pbackfail broken (DUP: https://gcc.gnu.org/PR9439";>9439)
 https://gcc.gnu.org/PR9474";>9474 GCC freezes in compiling a 
weird code mixing <iostream> and 
<iostream.h>
-https://gcc.gnu.org/PR9548";>9548 Incorrect results from 
setf(ios::fixed) and precision(-1) http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#231";>[DR 
231] wwwdocs:
+https://gcc.gnu.org/PR9548";>9548 Incorrect results from 
setf(ios::fixed) and precision(-1) https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#231";>[DR 
231] wwwdocs:
 https://gcc.gnu.org/PR9555";>9555 ostream 
inserters fail to set badbit on exception
 https://gcc.gnu.org/PR9561";>9561 ostream 
inserters rethrow exception of wrong type
 https://gcc.gnu.org/PR9563";>9563 ostream::sentry 
returns true after a failed preparation
@@ -1124,21 +1124,21 @@ the relevant defect report.
 https://gcc.gnu.org/PR9371";>9371 Bad exception handling in 
i/ostream::operator>>/<<(streambuf*)
 https://gcc.gnu.org/PR9546";>9546 bad exception handling in 
ostream members
 https://gcc.gnu.org/PR10081";>10081 
basic_ios::_M_cache_locale leaves NULL members in the face of 
unknown locales
-https://gcc.gnu.org/PR10093";>10093 http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#61";>[DR 61] 
wwwdocs: Setting failbit in exceptions doesn't work
+https://gcc.gnu.org/PR10093";>10093 https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#61";>[DR 61] 
wwwdocs: Setting failbit in exceptions doesn't work
 https://gcc.gnu.org/PR10095";>10095 
istream::operator>>(int&) sets ios::badbit 
when ios::failbit is set.
 https://gcc.gnu.org/PR11554";>11554 Warning about reordering 
of initializers doesn't mention location of constructor
 https://gcc.gnu.org/PR12297";>12297 
istream::sentry::sentry() handles eof() 
incorrectly.
 https://gcc.gnu.org/PR12352";>12352 Exception safety problems 
in src/localename.cc
 https://gcc.gnu.org/PR12438";>12438 Memory leak in 
locale::combine()
 https://gcc.gnu.org/PR12540";>12540 Memory leak in 
locale::locale(const char*)
-https://gcc.gnu.org/PR12594";>12594 DRs http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#60";>60 [TC] 
wwwdocs: and http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#63";>63 
[TC] not implemented
-https://gcc.gnu.org/PR12657";>12657 Resolution of http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#292";>DR 292 
(WP) still unimplemented
+https://gcc.gnu.org/PR12594";>12594 DRs https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#60";>60 [TC] 
wwwdocs: and https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#63";>63 
[TC] not implemented
+https://gcc.gnu.org/PR12657";>12657 Resolution of https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#292";>DR 292 
(WP) still unimplemented
 https://gcc.gnu.org/PR12696";>12696 memory eating infinite 
loop in diagnostics (error recovery problem)
 https://gcc.gnu.org/PR12815";>12815 Code compiled with 
optimization behaves unexpectedly
 https://gcc.gnu.org/PR12862";>12862 Conflicts between 
typedefs/enums and namespace member declarations
 https://gcc.gnu.org/PR12926";>12926 Wrong value after 
assignment in initialize list using bit-fields
-https://gcc.gnu.org/PR12967";>12967 Resolution of http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#";>DR 300 
[WP] wwwdocs: still unimplemented
-https://gcc.gnu.org/PR12971";>12971 Resolution of http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#328";>DR 328 
[WP] wwwdocs: still unimplemented
+https://gcc.gnu.org/PR12967";>12967 Resolution of https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#";>DR 300 
[WP] wwwdocs: still unimplemented
+https://gcc.gnu.org/PR12971";>12971 Resolution of https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#328";>DR 328 
[WP] wwwdocs: still unimplemented
 https://gcc.gnu.org/PR13007";>13007 
basic_streambuf::pubimbue, imbue wrong
 https://gcc.gnu.org/PR13009";>13009 Implicitly-defined 
assignment operator writes to wrong memory
 https://gcc.gnu.org/PR13057";>13057 regparm 
attribute not applied to destructor
-- 
2.39.0


[wwwdocs] Buildstat update for 4.8

2015-09-13 Thread Tom G. Christensen
Latest results for 4.8.x

-tgc

Testresults for 4.8.5:
  i386-pc-solaris2.9
  powerpc64le-unknown-linux-gnu
  s390-ibm-linux-gnu (3)
  s390x-ibm-linux-gnu (3)
  sparc-sun-solaris2.9
  sparc64-sun-solaris2.9
  x86_64-w64-mingw32

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/buildstat.html,v
retrieving revision 1.14
diff -u -r1.14 buildstat.html
--- buildstat.html  2 Jun 2015 12:46:50 -   1.14
+++ buildstat.html  13 Sep 2015 14:45:19 -
@@ -104,6 +104,7 @@
 i386-pc-solaris2.9
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-07/msg02997.html";>4.8.5,
 https://gcc.gnu.org/ml/gcc-testresults/2013-10/msg02068.html";>4.8.2,
 https://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00230.html";>4.8.1,
 https://gcc.gnu.org/ml/gcc-testresults/2013-06/msg00416.html";>4.8.1,
@@ -212,17 +213,39 @@
 
 
 
+powerpc64le-unknown-linux-gnu
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-06/msg02566.html";>4.8.5
+
+
+
+
 s390-ibm-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-06/msg03033.html";>4.8.5,
+https://gcc.gnu.org/ml/gcc-testresults/2015-06/msg03027.html";>4.8.5,
+https://gcc.gnu.org/ml/gcc-testresults/2015-06/msg03022.html";>4.8.5,
 https://gcc.gnu.org/ml/gcc-testresults/2015-05/msg01170.html";>4.8.2
 
 
 
 
+s390x-ibm-linux-gnu
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-07/msg00493.html";>4.8.5,
+https://gcc.gnu.org/ml/gcc-testresults/2015-07/msg00485.html";>4.8.5,
+https://gcc.gnu.org/ml/gcc-testresults/2015-07/msg00473.html";>4.8.5
+
+
+
+
 sparc-sun-solaris2.9
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-07/msg03000.html";>4.8.5,
 https://gcc.gnu.org/ml/gcc-testresults/2014-07/msg00071.html";>4.8.3,
 https://gcc.gnu.org/ml/gcc-testresults/2013-10/msg02067.html";>4.8.2,
 https://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00243.html";>4.8.1,
@@ -243,7 +266,8 @@
 sparc64-sun-solaris2.9
  
 Test results:
-https://gcc.gnu.org/ml/gcc-testresults/2014-07/msg00070.html";>4.8.3
+https://gcc.gnu.org/ml/gcc-testresults/2015-07/msg03003.html";>4.8.5,
+https://gcc.gnu.org/ml/gcc-testresults/2014-07/msg00070.html";>4.8.3,
 https://gcc.gnu.org/ml/gcc-testresults/2013-09/msg02155.html";>4.8.1
 
 
@@ -330,6 +354,14 @@
 
 
 
+
+x86_64-w64-mingw32
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-07/msg00908.html";>4.8.5
+
+
+
 
 
 


[wwwdocs] Buildstat update for 4.9

2015-09-13 Thread Tom G. Christensen
Latest results for 4.9.x

-tgc

Testresults for 4.9.3:
  i386-pc-solaris2.9
  i486-sun-solaris2.11
  sparc-sun-solaris2.9
  sparc-sun-solaris2.10
  sparc64-sun-solaris2.9
  sparc64-sun-solaris2.10
  x86_64-w64-mingw32

Testresults for 4.9.2
  x86_64-unknown-linux-gnu

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/buildstat.html,v
retrieving revision 1.10
diff -u -r1.10 buildstat.html
--- buildstat.html  2 Jun 2015 12:47:24 -   1.10
+++ buildstat.html  13 Sep 2015 14:36:00 -
@@ -77,6 +77,7 @@
 i386-pc-solaris2.9
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-07/msg02998.html";>4.9.3,
 https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00658.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg01667.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg02112.html";>4.9.0,
@@ -112,6 +113,7 @@
 i486-sun-solaris2.11
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-07/msg00143.html";>4.9.3,
 https://gcc.gnu.org/ml/gcc-testresults/2014-12/msg00360.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg02527.html";>4.9.2
 
@@ -196,6 +198,7 @@
 sparc-sun-solaris2.9
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-07/msg03001.html";>4.9.3,
 https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00659.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg01668.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg02113.html";>4.9.0,
@@ -204,6 +207,14 @@
 
 
 
+sparc-sun-solaris2.10
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-09/msg01140.html";>4.9.3
+
+
+
+
 sparc-sun-solaris2.11
  
 Test results:
@@ -215,6 +226,7 @@
 sparc64-sun-solaris2.9
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-07/msg03002.html";>4.9.3,
 https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00660.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-08/msg01669.html";>4.9.1,
 https://gcc.gnu.org/ml/gcc-testresults/2014-04/msg02114.html";>4.9.0
@@ -222,6 +234,14 @@
 
 
 
+sparc64-sun-solaris2.10
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-09/msg01143.html";>4.9.3
+
+
+
+
 sparc-unknown-linux-gnu
  
 Test results:
@@ -252,6 +272,7 @@
 x86_64-unknown-linux-gnu
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-06/msg00645.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2015-01/msg03254.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-12/msg00728.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg00537.html";>4.9.2,
@@ -268,6 +289,7 @@
 x86_64-w64-mingw32
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2015-07/msg00909.html";>4.9.3,
 https://gcc.gnu.org/ml/gcc-testresults/2014-10/msg03229.html";>4.9.2,
 https://gcc.gnu.org/ml/gcc-testresults/2014-07/msg01531.html";>4.9.1
 


[wwwdocs] Buildstat update for 4.7

2012-11-28 Thread Tom G. Christensen
Latest results for 4.7.x

The replaces the previous update that was never applied.

-tgc

Testresults for 4.7.2
  alphaev68-dec-osf5.1a (2)
  hppa2.0w-hp-hpux11.00
  hppa2.0w-hp-hpux11.11
  hppa64-hp-hpux11.00
  hppa64-hp-hpux11.11
  i386-apple-darwin10.8.0
  i386-pc-solaris2.8
  i386-pc-solaris2.10 (2)
  powerpc-apple-darwin8.11.0
  s390x-ibm-linux-gnu
  sparc64-sun-solaris2.10
  x86_64-apple-darwin10.8.0
  x86_64-apple-darwin12.2.0

Testresults for 4.7.1
  alphaev68-dec-osf5.1a (2)
  i686-pc-linux-gnu

Testresults for 4.7.0
  alphaev68-dec-osf5.1a

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/buildstat.html,v
retrieving revision 1.6
diff -u -r1.6 buildstat.html
--- buildstat.html  16 Jul 2012 00:06:41 -  1.6
+++ buildstat.html  28 Nov 2012 15:52:07 -
@@ -39,17 +39,47 @@
 
 
 
+alphaev68-dec-osf5.1a
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg02474.html";>4.7.2,
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg02469.html";>4.7.2,
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg02475.html";>4.7.1,
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg02468.html";>4.7.1,
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg02466.html";>4.7.0
+
+
+
+
+hppa2.0w-hp-hpux11.00
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg02949.html";>4.7.2,
+
+
+
+
 hppa2.0w-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg02311.html";>4.7.2,
 http://gcc.gnu.org/ml/gcc-testresults/2012-04/msg00080.html";>4.7.0
 
 
 
 
+hppa64-hp-hpux11.00
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-10/msg00222.html";>4.7.2
+
+
+
+
 hppa64-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg02408.html";>4.7.2,
 http://gcc.gnu.org/ml/gcc-testresults/2012-04/msg00408.html";>4.7.0
 
 
@@ -58,6 +88,7 @@
 i386-apple-darwin10.8.0
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg02291.html";>4.7.2,
 http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg02742.html";>4.7.0
 
 
@@ -66,6 +97,7 @@
 i386-pc-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-11/msg01980.html";>4.7.2,
 http://gcc.gnu.org/ml/gcc-testresults/2012-06/msg02064.html";>4.7.1,
 http://gcc.gnu.org/ml/gcc-testresults/2012-06/msg01781.html";>4.7.1,
 http://gcc.gnu.org/ml/gcc-testresults/2012-05/msg00527.html";>4.7.0,
@@ -86,6 +118,8 @@
 i386-pc-solaris2.10
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-10/msg00922.html";>4.7.2,
+http://gcc.gnu.org/ml/gcc-testresults/2012-10/msg00433.html";>4.7.2,
 http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg02526.html";>4.7.0
 
 
@@ -102,6 +136,7 @@
 i686-pc-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg00199.html";>4.7.1,
 http://gcc.gnu.org/ml/gcc-testresults/2012-06/msg01316.html";>4.7.1,
 http://gcc.gnu.org/ml/gcc-testresults/2012-06/msg01315.html";>4.7.1
 
@@ -111,12 +146,21 @@
 powerpc-apple-darwin8.11.0
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg02736.html";>4.7.2,
 http://gcc.gnu.org/ml/gcc-testresults/2012-06/msg01566.html";>4.7.1,
 http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg02890.html";>4.7.0
 
 
 
 
+s390x-ibm-linux-gnu
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-11/msg00876.html";>4.7.2
+
+
+
+
 sparc-sun-solaris2.8
  
 Test results:
@@ -142,9 +186,18 @@
 
 
 
+sparc64-sun-solaris2.10
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-11/msg01367.html";>4.7.2
+
+
+
+
 x86_64-apple-darwin10.8.0
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg02247.html";>4.7.2,
 http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg02708.html";>4.7.0
 
 
@@ -159,6 +212,14 @@
 
 
 
+x86_64-apple-darwin12.2.0
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg02248.html";>4.7.2
+
+
+
+
 x86_64-unknown-linux-gnu
  
 Test results:


[wwwdocs] Buildstat update for 4.5

2013-10-01 Thread Tom G. Christensen
Latest results for 4.5.x

-tgc

Testresults for 4.5.4:
  i386-pc-solaris2.8 (2)
  i386-pc-solaris2.9
  sparc-sun-solaris2.7 (2)
  sparc-sun-solaris2.8
  sparc-sun-solaris2.9
  sparc64-sun-solaris2.7
  sparc64-sun-solaris2.8
  sparc64-sun-solaris2.9

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/buildstat.html,v
retrieving revision 1.15
diff -u -r1.15 buildstat.html
--- buildstat.html  3 Oct 2012 23:43:53 -   1.15
+++ buildstat.html  1 Oct 2013 20:17:08 -
@@ -143,6 +143,8 @@
 i386-pc-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00251.html";>4.5.4,
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00250.html";>4.5.4,
 http://gcc.gnu.org/ml/gcc-testresults/2012-04/msg02309.html";>4.5.3,
 http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg01359.html";>4.5.3,
 http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg01215.html";>4.5.3,
@@ -159,6 +161,7 @@
 i386-pc-solaris2.9
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00223.html";>4.5.4,
 http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01902.html";>4.5.2,
 http://gcc.gnu.org/ml/gcc-testresults/2010-04/msg01571.html";>4.5.0
 
@@ -292,6 +295,8 @@
 sparc-sun-solaris2.7
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00677.html";>4.5.4,
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00676.html";>4.5.4,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg03485.html";>4.5.3,
 http://gcc.gnu.org/ml/gcc-testresults/2010-06/msg01449.html";>4.5.0
 
@@ -301,6 +306,7 @@
 sparc-sun-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00234.html";>4.5.4,
 http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg00833.html";>4.5.3,
 http://gcc.gnu.org/ml/gcc-testresults/2011-01/msg01684.html";>4.5.2,
 http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01975.html";>4.5.2,
@@ -318,6 +324,7 @@
 sparc-sun-solaris2.9
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00240.html";>4.5.4,
 http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01974.html";>4.5.2,
 http://gcc.gnu.org/ml/gcc-testresults/2010-10/msg02205.html";>4.5.1
 
@@ -336,6 +343,30 @@
 
 
 
+sparc64-sun-solaris2.7
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-09/msg02151.html";>4.5.4
+
+
+
+
+sparc64-sun-solaris2.8
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-09/msg02152.html";>4.5.4
+
+
+
+
+sparc64-sun-solaris2.9
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-09/msg02153.html";>4.5.4
+
+
+
+
 sparc-unknown-linux-gnu
  
 Test results:


[wwwdocs] Buildstat update for 4.6

2013-08-04 Thread Tom G. Christensen
Latest results for gcc 4.6.x.

-tgc

Testresults for 4.6.4
  i386-pc-solaris2.8 (2)
  i386-pc-solaris2.9 (2)
  sparc-sun-solaris2.8 (2)
  sparc-sun-solaris2.9

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/buildstat.html,v
retrieving revision 1.14
diff -u -r1.14 buildstat.html
--- buildstat.html  12 May 2013 19:14:52 -  1.14
+++ buildstat.html  4 Aug 2013 08:39:28 -
@@ -113,6 +113,8 @@
 i386-pc-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00253.html";>4.6.4,
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00252.html";>4.6.4,
 http://gcc.gnu.org/ml/gcc-testresults/2013-05/msg00268.html";>4.6.4,
 http://gcc.gnu.org/ml/gcc-testresults/2012-04/msg02817.html";>4.6.3,
 http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg02401.html";>4.6.3,
@@ -133,6 +135,8 @@
 i386-pc-solaris2.9
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00225.html";>4.6.4,
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00224.html";>4.6.4,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02831.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02718.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02708.html";>4.6.0
@@ -285,6 +289,8 @@
 sparc-sun-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00236.html";>4.6.4,
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00235.html";>4.6.4,
 http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg01811.html";>4.6.3,
 http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg00337.html";>4.6.3,
 http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg01044.html";>4.6.2,
@@ -303,6 +309,7 @@
 sparc-sun-solaris2.9
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00241.html";>4.6.4,
 http://gcc.gnu.org/ml/gcc-testresults/2013-05/msg00264.html";>4.6.4,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02934.html";>4.6.0,
 http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02724.html";>4.6.0,


[wwwdocs] Convert links to http://gcc.gnu.org/wiki to https

2014-06-28 Thread Gerald Pfeifer
Applied.

Gerald

Index: lists.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/lists.html,v
retrieving revision 1.108
diff -u -r1.108 lists.html
--- lists.html  27 Jun 2014 11:48:45 -  1.108
+++ lists.html  28 Jun 2014 08:05:33 -
@@ -94,7 +94,7 @@
 
   https://gcc.gnu.org/ml/jit/";>jit
   is for discussion and development of
-  http://gcc.gnu.org/wiki/JIT";>libgccjit, an experimental
+  https://gcc.gnu.org/wiki/JIT";>libgccjit, an experimental
   library for implementing Just-In-Time compilation using GCC as a back end.
   The list is intended for both users and developers of the library.
   Patches for the jit branch should go to both this list and
Index: news.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.142
diff -u -r1.142 news.html
--- news.html   28 Jun 2014 07:45:05 -  1.142
+++ news.html   28 Jun 2014 08:05:34 -
@@ -84,7 +84,7 @@
 
 GCC now uses C++ as its implementation language
 [2012-08-14]
-The http://gcc.gnu.org/wiki/cxx-conversion";>cxx-conversion
+The https://gcc.gnu.org/wiki/cxx-conversion";>cxx-conversion
 branch has been merged into trunk.  This switches GCC's implementation
 language from C to C++.
 Additionally, some data structures have been re-implemented in C++
@@ -125,7 +125,7 @@
 
 Atomic memory model support
     [2011-11-06]
-C++11/C11 http://gcc.gnu.org/wiki/Atomic/GCCMM";>memory model
+C++11/C11 https://gcc.gnu.org/wiki/Atomic/GCCMM";>memory model
 support has been added through a new set of built-in __atomic
 functions.  Code was contributed by Andrew MacLeod, Richard Henderson, and
 Aldy Hernandez, all of Red Hat, Inc. 
@@ -135,14 +135,14 @@
 [2011-11-18]
 IUUK (Computer Science Institute, Charles University), CE-ITI
 (Institute for Theoretical Computer Science) and Google are organizing
-a http://gcc.gnu.org/wiki/cauldron2012";>workshop for GNU
+a https://gcc.gnu.org/wiki/cauldron2012";>workshop for GNU
 Tools developers.  The workshop will be held in July 2012 at
 Charles University, Prague.
 
 Transactional memory support
 [2011-11-15]
 An implementation of the
-ongoing http://gcc.gnu.org/wiki/TransactionalMemory";>transactional
+ongoing https://gcc.gnu.org/wiki/TransactionalMemory";>transactional
 memory standard has been added.  Code was contributed by Richard
 Henderson, Aldy Hernandez, and Torvald Riegel, all of Red Hat, Inc.
 The project was partially funded by
@@ -154,7 +154,7 @@
 POWER7 on the GCC Compile Farm
 [2011-11-10]
 IBM has donated a 64 processor POWER7 machine (3.55 GHz, 64 GB RAM)
-to the http://gcc.gnu.org/wiki/CompileFarm";>GCC Compile Farm
+to the https://gcc.gnu.org/wiki/CompileFarm";>GCC Compile Farm
 project.  Hosting is donated by the OSU Open Source Lab.
 
 Epiphany processor support
@@ -283,7 +283,7 @@
 GCC 4.4.2 has been released.
 
 October 3, 2009
-The http://gcc.gnu.org/wiki/LinkTimeOptimization";>LTO
+The https://gcc.gnu.org/wiki/LinkTimeOptimization";>LTO
 branch has been merged into trunk.  The next release of GCC will
 feature a new whole-program optimizer, able to perform interprocedural
 optimizations across different files, even if they are written in
@@ -302,7 +302,7 @@
 
 May 6, 2009
 GCC can now be extended using a generic http://gcc.gnu.org/wiki/plugins-branch";>plugin framework on host
+href="https://gcc.gnu.org/wiki/plugins-branch";>plugin framework on host
 platforms that support dynamically loadable objects.
 
 April 21, 2009
@@ -345,7 +345,7 @@
 May 22, 2008
 AMD Developer Central has donated two bi-quad core machines with
 the latest AMD Opteron 8354 "Barcelona B3" processors and 16GB of RAM
-to the http://gcc.gnu.org/wiki/CompileFarm";>GCC Compile Farm
+to the https://gcc.gnu.org/wiki/CompileFarm";>GCC Compile Farm
 project for use by free software developers.  Hosting is donated
 by INRIA Saclay.
 
@@ -443,7 +443,7 @@
 GCC.
 
 January 5, 2007
-http://gcc.gnu.org/wiki/mem-ssa";>Memory SSA, a new
+https://gcc.gnu.org/wiki/mem-ssa";>Memory SSA, a new
 representation for memory expressions in SSA form has been contributed
 by Diego Novillo of Red Hat.  This new mechanism improves https://gcc.gnu.org/ml/gcc-patches/2006-12/msg00436.html";>compile-times
@@ -532,7 +532,7 @@
 New DECL hierarchy.
 
 More information about these projects can be found at 
-http://gcc.gnu.org/wiki/GCC_4.1_Projects";>GCC 4.1 projects.
+https://gcc.gnu.org/wiki/GCC_4.1_Projects";>GCC 4.1 projects.
 
 
 July 7, 2005
@@ -583,7 +583,7 @@
 
 January 27, 2005
 
-GCC now has a http://gcc.gnu.org/wiki/";>Wiki.
+GCC now has a https://gcc.gnu.org/wiki/";>Wiki.
 
 
 November 4, 2004
Index: benchmarks/index.html

Re: resetting forwarded addresses (Re: Processed: [bts-link] source package gcc-3.4)

2006-05-07 Thread Pierre Habouzit
# this resets the forwards to their original value
forwarded 217360 http://gcc.gnu.org/PR12867, merged-upstream: 
http://gcc.gnu.org/PR1027
forwarded 238432 http://gcc.gnu.org/PR14709, merged-upstream: 
http://gcc.gnu.org/PR11801
forwarded 254659 http://gcc.gnu.org/PR16066, merged-upstream: 
http://gcc.gnu.org/PR16052
forwarded 285692 http://gcc.gnu.org/PR19006, merged-upstream: 
http://gcc.gnu.org/PR18384
forwarded 286715 http://gcc.gnu.org/PR19711, merged-upstream: 
http://gcc.gnu.org/PR9157
forwarded 293466 http://gcc.gnu.org/PR19265, merged-upstream: 
http://gcc.gnu.org/PR22309
forwarded 307993 http://gcc.gnu.org/PR21457, merged-upstream: 
http://gcc.gnu.org/PR16676
forwarded 331265 http://gcc.gnu.org/PR24171, merged-upstream: 
http://gcc.gnu.org/PR21592.
thanks

Le Sam 6 Mai 2006 02:18, Matthias Klose a écrit :
> Please STOP resetting the forwarded address [...]
>
> Thanks, Matthias

I've considered your “wish”, and from now on, instead of blindly following
duplicates, bts-link will instead state that upstream merged that bug
into another one. So that your initial submission is not lost.

This also help me to track unmerges[1] by always tracing my way through
merges, and still permit users to go in one click to the right remote
bug report. That achieves IMHO the best compromise.

Don't hesitate to contact [EMAIL PROTECTED] to ask for
improvements !

Cheers,

 [1] http://lists.debian.org/debian-devel/2006/05/msg00144.html
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpy6VMJnypdt.pgp
Description: PGP signature


Re: resetting forwarded addresses (Re: Processed: [bts-link] source package gcc-3.4)

2006-05-07 Thread Pierre Habouzit
# this resets the forwards to their original value
forwarded 217360 http://gcc.gnu.org/PR12867, merged-upstream: 
http://gcc.gnu.org/PR1027
forwarded 238432 http://gcc.gnu.org/PR14709, merged-upstream: 
http://gcc.gnu.org/PR11801
forwarded 254659 http://gcc.gnu.org/PR16066, merged-upstream: 
http://gcc.gnu.org/PR16052
forwarded 285692 http://gcc.gnu.org/PR19006, merged-upstream: 
http://gcc.gnu.org/PR18384
forwarded 286715 http://gcc.gnu.org/PR19711, merged-upstream: 
http://gcc.gnu.org/PR9157
forwarded 293466 http://gcc.gnu.org/PR19265, merged-upstream: 
http://gcc.gnu.org/PR22309
forwarded 307993 http://gcc.gnu.org/PR21457, merged-upstream: 
http://gcc.gnu.org/PR16676
forwarded 331265 http://gcc.gnu.org/PR24171, merged-upstream: 
http://gcc.gnu.org/PR21592.
thanks

Le Sam 6 Mai 2006 02:18, Matthias Klose a écrit :
> Please STOP resetting the forwarded address [...]
>
> Thanks, Matthias

I've considered your “wish”, and from now on, instead of blindly following
duplicates, bts-link will instead state that upstream merged that bug
into another one. So that your initial submission is not lost.

This also help me to track unmerges[1] by always tracing my way through
merges, and still permit users to go in one click to the right remote
bug report. That achieves IMHO the best compromise.

Don't hesitate to contact [EMAIL PROTECTED] to ask for
improvements !

Cheers,

 [1] http://lists.debian.org/debian-devel/2006/05/msg00144.html
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpXBtQ6wwQzw.pgp
Description: PGP signature


Re: [RFC] docs: remove documentation for unsupported releases

2022-11-09 Thread Alexander Monakov via Gcc-patches

On Wed, 9 Nov 2022, Martin Liška wrote:

> Hi.
> 
> I think we should remove documentation for unsupported GCC releases
> as it's indexed by Google engine.

I'd agree with previous responses that outright removing the links is
undesirable, and pointing Google to recent documentation should be done
by annotating links, e.g. via rel=canonical as indicated by Joseph.

I would add that adding rel=canonical links seems doable without modifying
old files, by configuring the web server to add HTTP Link: header.

> Second reason is that the page is long
> one one can't easily jump to Current development documentation.

For this I would suggest using the  tag to neatly fold links for
old releases. Please see the attached patch.

AlexanderFrom ab6ce8c24aa17dba8ed79f3c3f7a5e8038dd3205 Mon Sep 17 00:00:00 2001
From: Alexander Monakov 
Date: Wed, 9 Nov 2022 22:17:16 +0300
Subject: [PATCH] Fold doc links for old releases using  tag

---
 htdocs/onlinedocs/index.html | 151 ++-
 1 file changed, 96 insertions(+), 55 deletions(-)

diff --git a/htdocs/onlinedocs/index.html b/htdocs/onlinedocs/index.html
index 3410f731..03cbdbeb 100644
--- a/htdocs/onlinedocs/index.html
+++ b/htdocs/onlinedocs/index.html
@@ -18,8 +18,8 @@
  caring about internals should really be using the mainline
  versions.  -->
 
-
-  GCC 12.2 manuals:
+
+ GCC 12.2 manuals:
   
 https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gcc/";>GCC
  12.2 Manual (
 https://gcc.gnu.org/onlinedocs/gcc-12.2.0/docs-sources.tar.gz";>Texinfo
  sources of all the GCC 12.2 manuals
-  
+  
+
 
-  GCC 11.3 manuals:
+
+  GCC 11.3 manuals:
   
 https://gcc.gnu.org/onlinedocs/gcc-11.3.0/gcc/";>GCC
  11.3 Manual (
 https://gcc.gnu.org/onlinedocs/gcc-11.3.0/docs-sources.tar.gz";>Texinfo
  sources of all the GCC 11.3 manuals
-  
+  
+
 
-  GCC 10.4 manuals:
+
+  GCC 10.4 manuals:
   
 https://gcc.gnu.org/onlinedocs/gcc-10.4.0/gcc/";>GCC
  10.4 Manual (
 https://gcc.gnu.org/onlinedocs/gcc-10.4.0/docs-sources.tar.gz";>Texinfo
  sources of all the GCC 10.4 manuals
-  
+  
+
 
-  GCC 9.5 manuals:
+
+  GCC 9.5 manuals:
   
 https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gcc/";>GCC
  9.5 Manual (
 https://gcc.gnu.org/onlinedocs/gcc-9.5.0/docs-sources.tar.gz";>Texinfo
  sources of all the GCC 9.5 manuals
-  
+  
+
 
-  GCC 8.5 manuals:
+
+  GCC 8.5 manuals:
   
 https://gcc.gnu.org/onlinedocs/gcc-8.5.0/gcc/";>GCC
  8.5 Manual (
 https://gcc.gnu.org/onlinedocs/gcc-8.5.0/docs-sources.tar.gz";>Texinfo
  sources of all the GCC 8.5 manuals
-  
+  
+
 
-  GCC 7.5 manuals:
+
+  GCC 7.5 manuals:
   
 https://gcc.gnu.org/onlinedocs/gcc-7.5.0/gcc/";>GCC
  7.5 Manual (
 https://gcc.gnu.org/onlinedocs/gcc-7.5.0/docs-sources.tar.gz";>Texinfo
  sources of all the GCC 7.5 manuals
-  
+  
+
 
-  GCC 6.5 manuals:
+
+  GCC 6.5 manuals:
   
 https://gcc.gnu.org/onlinedocs/gcc-6.5.0/gcc/";>GCC
  6.5 Manual (
 https://gcc.gnu.org/onlinedocs/gcc-6.5.0/docs-sources.tar.gz";>Texinfo
  sources of all the GCC 6.5 manuals
-  
+  
+
 
-  GCC 5.5 manuals:
+
+  GCC 5.5 manuals:
   
 https://gcc.gnu.org/onlinedocs/gcc-5.5.0/gcc/";>GCC
  5.5 Manual (
 https://gcc.gnu.org/onlinedocs/gcc-5.5.0/docs-sources.tar.gz";>Texinfo
  sources of all the GCC 5.5 manuals
-  
+  
+
 
-  GCC 4.9.4 manuals:
+
+  GCC 4.9.4 manuals:
   
 https://gcc.gnu.org/onlinedocs/gcc-4.9.4/gcc/";>GCC
  4.9.4 Manual ()
 https://gcc.gnu.org/onlinedocs/gcc-4.9.4/docs-sources.tar.gz";>Texinfo
  sources of all the GCC 4.9.4 manuals
-  
+  
+
 
-  GCC 4.8.5 manuals:
+
+  GCC 4.8.5 manuals:
   
 https://gcc.gnu.org/onlinedocs/gcc-4.8.5/gcc/";>GCC
  4.8.5 Manual ()
 https://gcc.gnu.org/onlinedocs/gcc-4.8.5/docs-sources.tar.gz";>Texinfo
  sources of all the GCC 4.8.5 manuals
-  
-
+  
+
 
-  GCC 4.7.4 manuals:
+
+  GCC 4.7.4 manuals:
   
 https://gcc.gnu.org/onlinedocs/gcc-4.7.4/gcc/";>GCC
  4.7.4 Manual ()
 https://gcc.gnu.org/onlinedocs/gcc-4.7.4/docs-sources.tar.gz";>Texinfo
  sources of all the GCC 4.7.4 manuals
-  
-
+  
+
 
-  GCC 4.6.4 manuals:
+
+  GCC 4.6.4 manuals:
   
 https://gcc.gnu.org/onlinedocs/gcc-4.6.4/gcc/";>GCC
  4.6.4 Manual ()
 https://gcc.gnu.org/onlinedocs/gcc-4.6.4/docs-sources.tar.gz";>Texinfo
  sources of all the GCC 4.6.4 manuals
-  
-
+  
+
 
-  GCC 4.5.4 manuals:
+
+  GCC 4.5.4 manuals:
   
 https://gcc.gnu.org/onlinedocs/gcc-4.5.4/gcc/";>GCC
  4.5.4 Manual ()
 https://gcc.gnu.org/onlinedocs/gcc-4.5.4/docs-sources.tar.gz";>Texinfo
  sources of all 

GCC needs YOU!

2014-10-05 Thread Manuel López-Ibáñez
Dear GCC users,

As you may have noticed, GCC diagnostics have steadily improved in
recent releases. In addition to the myriad of bugs fixed per release,
every release had at least one major improvement in diagnostics.

Unfortunately, the number of people contributing to this effort is
very limited and we are more and more busy with other obligations. We
need new blood and we need help. It has never been easier to
contribute to GCC than nowadays. There are many ways you can help and
there are tasks for every level of skill and time commitment.

Some examples are:

* There are 610 open bugs with the diagnostic keyword
(https://gcc.gnu.org/bugzilla/buglist.cgi?keywords=diagnostic&limit=0&list_id=99232&order=bug_status%2Cpriority%2Cassigned_to%2Cbug_id&query_format=advanced&resolution=---)

Many are easy to implement and there is a description of the strategy
available (https://gcc.gnu.org/PR49859, https://gcc.gnu.org/PR19808,
https://gcc.gnu.org/PR48956,
https://gcc.gnu.org/PR59717,https://gcc.gnu.org/PR43113
https://gcc.gnu.org/PR38612 https://gcc.gnu.orgPR17896
https://gcc.gnu.org/PR49973 https://gcc.gnu.org/PR53920 and many more
like those)

Many of them require further analysis. That means run GCC under GDB
and figure out what went wrong. Just doing that would be extremely
helpful.

Other bigger projects are not technically difficult, just longer than
a few hours:

* Replace libiberty with gnulib. See
http://gcc.gnu.org/ml/gcc-patches/2012-08/msg00362.html

* Add a "spell-checker" (https://gcc.gnu.org/ml/gcc/2010-04/msg00104.html)
  https://gcc.gnu.org/PR52959 https://gcc.gnu.org/PR52277

* Investigate the open bugs in the macro unwinder
(https://gcc.gnu.org/PR52998 https://gcc.gnu.org/PR55252
https://gcc.gnu.org/PR45333 https://gcc.gnu.org/PR60014)

*  C++ preprocessor ignores #pragma GCC diagnostic
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53431

If you are into Fortran, it would be extremely helpful to contribute
to fix this one:

* https://gcc.gnu.org/PR54687 which is not only easy and incremental
but consists mostly in deleting code and testing.

Of course, if you are brave and a real hacker, you can always tackle
some of the heavy stuff that no GCC hacker has figured out how to fix
yet:

* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18501 (and basically
anything mentioned here:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639)

* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60090

* And any of the points here: https://gcc.gnu.org/wiki/Better_Diagnostics

We need your help to make GCC better and keep it relevant!

Thanks,

Manuel.


[bts-link] source package gcc-4.1

2007-02-19 Thread bts-link-upstream
#
# bts-link upstream status pull for source package gcc-4.1
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #33975
#  * http://gcc.gnu.org/PR6905
#  * remote status changed: (?) -> NEW
usertags 33975 + status-NEW

# remote status report for #178561
#  * http://gcc.gnu.org/PR14991
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 178561 + status-RESOLVED resolution-FIXED

# remote status report for #188943
#  * http://gcc.gnu.org/PR10891
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 188943 + status-RESOLVED resolution-FIXED

# remote status report for #195468
#  * http://gcc.gnu.org/PR12567
#  * remote status changed: (?) -> NEW
usertags 195468 + status-NEW

# remote status report for #211586
#  * http://gcc.gnu.org/PR13071
#  * remote status changed: (?) -> NEW
usertags 211586 + status-NEW

# remote status report for #222497
#  * http://gcc.gnu.org/PR5458
#  * remote status changed: (?) -> NEW
usertags 222497 + status-NEW

# remote status report for #237207
#  * http://gcc.gnu.org/PR14710
#  * remote status changed: (?) -> NEW
usertags 237207 + status-NEW

# remote status report for #247112
#  * http://gcc.gnu.org/PR6634
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 247112 + status-RESOLVED resolution-FIXED

# remote status report for #278310
#  * http://gcc.gnu.org/PR21581
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 278310 + status-RESOLVED resolution-FIXED

# remote status report for #324290
#  * http://gcc.gnu.org/PR19664
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 324290 + status-RESOLVED resolution-FIXED

# remote status report for #317563
#  * http://gcc.gnu.org/PR22392
#  * remote status changed: (?) -> UNCONFIRMED
usertags 317563 + status-UNCONFIRMED

# remote status report for #323325
#  * http://gcc.gnu.org/PR8081
#  * remote status changed: (?) -> NEW
usertags 323325 + status-NEW

# remote status report for #324290
#  * http://gcc.gnu.org/PR19664
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 324290 + status-RESOLVED resolution-FIXED

# remote status report for #324600
#  * http://gcc.gnu.org/PR24285
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 324600 + status-RESOLVED resolution-FIXED

# remote status report for #327346
#  * http://gcc.gnu.org/PR20133
#  * remote status changed: (?) -> ASSIGNED
usertags 327346 + status-ASSIGNED

# remote status report for #356316
#  * http://gcc.gnu.org/PR7302
#  * remote status changed: (?) -> ASSIGNED
usertags 356316 + status-ASSIGNED

# remote status report for #358050
#  * http://gcc.gnu.org/PR26785
#  * remote status changed: (?) -> NEW
usertags 358050 + status-NEW

# remote status report for #358924
#  * http://gcc.gnu.org/PR28077
#  * remote status changed: (?) -> UNCONFIRMED
usertags 358924 + status-UNCONFIRMED

# remote status report for #364115
#  * http://gcc.gnu.org/PR27263
#  * remote status changed: (?) -> NEW
usertags 364115 + status-NEW

# remote status report for #375519
#  * http://gcc.gnu.org/PR28183
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> INVALID
usertags 375519 + status-RESOLVED resolution-INVALID

# remote status report for #380121
#  * http://gcc.gnu.org/PR21299
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 380121 + status-RESOLVED resolution-FIXED

# remote status report for #381717
#  * http://gcc.gnu.org/PR28623
#  * remote status changed: (?) -> NEW
usertags 381717 + status-NEW

# remote status report for #382746
#  * http://gcc.gnu.org/PR29231
#  * remote status changed: (?) -> UNCONFIRMED
usertags 382746 + status-UNCONFIRMED

# remote status report for #385580
#  * http://gcc.gnu.org/PR28146
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 385580 + status-RESOLVED resolution-FIXED

# remote status report for #388626
#  * http://gcc.gnu.org/PR29226
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 388626 + status-RESOLVED resolution-FIXED

# remote status report for #390694
#  * http://gcc.gnu.org/PR29329
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 390694 + status-RESOLVED resolution-FIXED

# remote status report for #397341
#  * http://gcc.gnu.org/PR30131
#  * remote status changed: (?) -> UNCONFIRMED
usertags 397341 + status-UNCONFIRMED

# remote status report for #397671
#  * http://gcc.gnu.org/PR28354
#  * remote status changed: (?) 

Processed: forward duplicates to original bugs

2006-04-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> forwarded 361441 http://gcc.gnu.org/PR26626
Bug#361441: internal compiler error: in add_virtual_operand, at 
tree-ssa-operands.c
Forwarded-to-address changed from http://gcc.gnu.org/PR27085 to 
http://gcc.gnu.org/PR26626.

> forwarded 361602 http://gcc.gnu.org/PR25776
Bug#361602: internal compiler error: verify_cgraph_node failed
Forwarded-to-address changed from http://gcc.gnu.org/PR27207 to 
http://gcc.gnu.org/PR25776.

> forwarded 361814 http://gcc.gnu.org/PR26490
Bug#361814: ICE: tree check: expected ssa_name, have symbol_memory_tag in 
is_old_name, at tree-into-ssa.c:466
Forwarded-to-address changed from http://gcc.gnu.org/PR27103 to 
http://gcc.gnu.org/PR26490.

> forwarded 364591 http://gcc.gnu.org/PR27273
Bug#364591: ICE: tree check: expected class 'constant', have 'binary' 
(bit_and_expr) in convert_and_check, at c-common.c:1083
Forwarded-to-address changed from http://gcc.gnu.org/PR27281 to 
http://gcc.gnu.org/PR27273.

> forwarded 364622 http://gcc.gnu.org/PR27210
Bug#364622: ICE: tree check: did not expect class 'type', have 'type' 
(template_type_parm) in contains_placeholder_p, at tree.c:2139
Forwarded-to-address changed from http://gcc.gnu.org/PR27284 to 
http://gcc.gnu.org/PR27210.

> --
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: forward duplicates to original bugs

2006-04-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> forwarded 361441 http://gcc.gnu.org/PR26626
Bug#361441: internal compiler error: in add_virtual_operand, at 
tree-ssa-operands.c
Forwarded-to-address changed from http://gcc.gnu.org/PR27085 to 
http://gcc.gnu.org/PR26626.

> forwarded 361602 http://gcc.gnu.org/PR25776
Bug#361602: internal compiler error: verify_cgraph_node failed
Forwarded-to-address changed from http://gcc.gnu.org/PR27207 to 
http://gcc.gnu.org/PR25776.

> forwarded 361814 http://gcc.gnu.org/PR26490
Bug#361814: ICE: tree check: expected ssa_name, have symbol_memory_tag in 
is_old_name, at tree-into-ssa.c:466
Forwarded-to-address changed from http://gcc.gnu.org/PR27103 to 
http://gcc.gnu.org/PR26490.

> forwarded 364591 http://gcc.gnu.org/PR27273
Bug#364591: ICE: tree check: expected class 'constant', have 'binary' 
(bit_and_expr) in convert_and_check, at c-common.c:1083
Forwarded-to-address changed from http://gcc.gnu.org/PR27281 to 
http://gcc.gnu.org/PR27273.

> forwarded 364622 http://gcc.gnu.org/PR27210
Bug#364622: ICE: tree check: did not expect class 'type', have 'type' 
(template_type_parm) in contains_placeholder_p, at tree.c:2139
Forwarded-to-address changed from http://gcc.gnu.org/PR27284 to 
http://gcc.gnu.org/PR27210.

> --
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[wwwdocs] Buildstat update for 4.7

2014-07-03 Thread Tom G. Christensen
Latest results for 4.7.x

-tgc

Testresults for 4.7.4:
  i386-pc-solaris2.8
  i386-pc-solaris2.9
  sparc-sun-solaris2.8
  sparc-sun-solaris2.9
  sparc64-sun-solaris2.8
  x86_64-apple-darwin13.2.0
  x86_64-pc-linux-gnu

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/buildstat.html,v
retrieving revision 1.13
diff -u -r1.13 buildstat.html
--- buildstat.html  11 Jun 2014 18:49:25 -  1.13
+++ buildstat.html  3 Jul 2014 19:25:20 -
@@ -115,6 +115,7 @@
 i386-pc-solaris2.8
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-07/msg00073.html";>4.7.4,
 https://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00255.html";>4.7.3,
 https://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00254.html";>4.7.3,
 https://gcc.gnu.org/ml/gcc-testresults/2013-05/msg00269.html";>4.7.3,
@@ -131,6 +132,7 @@
 i386-pc-solaris2.9
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-07/msg00074.html";>4.7.4,
 https://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00227.html";>4.7.3,
 https://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00226.html";>4.7.3,
 https://gcc.gnu.org/ml/gcc-testresults/2012-03/msg02618.html";>4.7.0
@@ -217,6 +219,7 @@
 sparc-sun-solaris2.8
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-07/msg00075.html";>4.7.4,
 https://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00238.html";>4.7.3,
 https://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00237.html";>4.7.3,
 https://gcc.gnu.org/ml/gcc-testresults/2012-03/msg02928.html";>4.7.0,
@@ -228,6 +231,7 @@
 sparc-sun-solaris2.9
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-07/msg00076.html";>4.7.4,
 https://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00242.html";>4.7.3,
 https://gcc.gnu.org/ml/gcc-testresults/2013-05/msg00265.html";>4.7.3,
 https://gcc.gnu.org/ml/gcc-testresults/2012-03/msg02620.html";>4.7.0
@@ -246,6 +250,7 @@
 sparc64-sun-solaris2.8
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-07/msg00077.html";>4.7.4
 https://gcc.gnu.org/ml/gcc-testresults/2013-09/msg02154.html";>4.7.3
 
 
@@ -293,6 +298,14 @@
 
 
 
+x86_64-apple-darwin13.2.0
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-06/msg01320.html";>4.7.4
+
+
+
+
 x86_64-pc-solaris2.10
  
 Test results:
@@ -301,6 +314,14 @@
 
 
 
+x86_64-pc-linux-gnu
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2014-06/msg01475.html";>4.7.4,
+
+
+
+
 x86_64-unknown-linux-gnu
  
 Test results:


[wwwdocs] Buildstat update for 4.8

2013-08-04 Thread Tom G. Christensen
Latest results for gcc 4.8.x.

-tgc

Testresults for 4.8.1
  arm-unknown-linux-gnueabi
  hppa2.0w-hp-hpux11.11
  hppa64-hp-hpux11.11
  i386-pc-solaris2.9 (2)
  i686-pc-linux-gnu
  mips-unknown-linux-gnu
  mipsel-unknown-linux-gnu
  powerpc-apple-darwin8.11.0
  powerpc-unknown-linux-gnu
  powerpc64-unknown-linux-gnu
  sparc-sun-solaris2.9
  sparc-unknown-linux-gnu
  x86_64-apple-darwin13.0.0


Testresults for 4.8.0
  hppa1.1-hp-hpux10.20
  i386-pc-solaris2.9

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/buildstat.html,v
retrieving revision 1.3
diff -u -r1.3 buildstat.html
--- buildstat.html  12 May 2013 20:47:31 -  1.3
+++ buildstat.html  4 Aug 2013 08:31:10 -
@@ -26,11 +26,20 @@
 arm-unknown-linux-gnueabi
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg01612.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02658.html";>4.8.0
 
 
 
 
+hppa1.1-hp-hpux10.20
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-05/msg02368.html";>4.8.0
+
+
+
+
 hppa2.0w-hp-hpux11.00
  
 Test results:
@@ -42,6 +51,7 @@
 hppa2.0w-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-07/msg01045.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02538.html";>4.8.0
 
 
@@ -58,6 +68,7 @@
 hppa64-hp-hpux11.11
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-07/msg01207.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02679.html";>4.8.0
 
 
@@ -74,6 +85,9 @@
 i386-pc-solaris2.9
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00230.html";>4.8.1,
+http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg00416.html";>4.8.1,
+http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg00415.html";>4.8.0,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02715.html";>4.8.0
 
 
@@ -98,14 +112,24 @@
 i686-pc-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-07/msg02349.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg03091.html";>4.8.0
 
 
 
 
+mips-unknown-linux-gnu
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg02891.html";>4.8.1
+
+
+
+
 mipsel-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg01568.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02562.html";>4.8.0
 
 
@@ -114,6 +138,7 @@
 powerpc-apple-darwin8.11.0
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg00237.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg01012.html";>4.8.0
 
 
@@ -138,14 +163,24 @@
 powerpc-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg01486.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02452.html";>4.8.0
 
 
 
 
+powerpc64-unknown-linux-gnu
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-05/msg03088.html";>4.8.1
+
+
+
+
 sparc-sun-solaris2.9
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00243.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02774.html";>4.8.0,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02717.html";>4.8.0
 
@@ -171,6 +206,7 @@
 sparc-unknown-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg02503.html";>4.8.1,
 http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02660.html";>4.8.0
 
 
@@ -200,6 +236,14 @@
 
 
 
+x86_64-apple-darwin13.0.0
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-07/msg00520.html";>4.8.1
+
+
+
+
 x86_64-unknown-linux-gnu
  
 Test results:


gcc-wwwdocs branch master updated. 8095e54fa7c659dc5b00ddc4ff4e48a30dfaa1f2

2024-05-06 Thread Jakub Jelinek via Gcc-cvs-wwwdocs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
   via  8095e54fa7c659dc5b00ddc4ff4e48a30dfaa1f2 (commit)
  from  b018ddd6e4b85c37ea3129b567c1f67717a40132 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 8095e54fa7c659dc5b00ddc4ff4e48a30dfaa1f2
Author: Jakub Jelinek 
Date:   Tue May 7 08:32:45 2024 +0200

Adjust onlinedocs references to 14.1.0.

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 82906de1..28e5da9f 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -32,12 +32,12 @@ a work-in-progress.
   Support for the GCC extension, a structure containing a C99 flexible 
array
   member, or a union containing such a structure, is not the last field of
   another structure, is deprecated. Refer to
-  https://gcc.gnu.org/onlinedocs/gcc/Zero-Length.html";>
+  https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Zero-Length.html";>
   Zero Length Arrays.
   Any code relying on this extension should be modifed to ensure that
   C99 flexible array members only end up at the ends of structures.
   Please use the warning option
-  https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wflex-array-member-not-at-end";>-Wflex-array-member-not-at-end
 to
+  https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wflex-array-member-not-at-end";>-Wflex-array-member-not-at-end
 to
   identify all such cases in the source code and modify them.
   
   C:
@@ -45,7 +45,7 @@ a work-in-progress.
   Porting to GCC 14
   for details.
   
-  https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html";>-fcf-protection=[full|branch|return|none|check]
+  https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Instrumentation-Options.html";>-fcf-protection=[full|branch|return|none|check]
   is refactored, to override -fcf-protection,
   -fcf-protection=none needs to be added and then
   with -fcf-protection=xxx.
@@ -58,7 +58,7 @@ a work-in-progress.
   declared obsolete in GCC 14, and the sources will also be removed
   in the next release of GCC.
   
-  https://gcc.gnu.org/onlinedocs/gcc/Static-Analyzer-Options.html";>-fanalyzer
+  https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Static-Analyzer-Options.html";>-fanalyzer
 is still only suitable for analyzing C code.
 In particular, using it on C++ is unlikely to give meaningful output.
   
@@ -74,7 +74,7 @@ a work-in-progress.
   when the user or compiler links them on the host side. Thus, it is no
   longer required to explicitly pass -lm and/or
   -lgfortran to the offload-device linker using the https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html#index-foffload-options";
+  
href="https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/C-Dialect-Options.html#index-foffload-options";
   >-foffload-options= flag.
   
   
@@ -85,14 +85,14 @@ a work-in-progress.
   
   
 New option
-https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html#index-fhardened";>-fhardened,
+https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Instrumentation-Options.html#index-fhardened";>-fhardened,
 an umbrella option that enables a set of hardening flags.
 The options it enables can be displayed using the
 --help=hardened option.
   
   
 New option
-https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html#index-fharden-control-flow-redundancy";>-fharden-control-flow-redundancy,
+https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Instrumentation-Options.html#index-fharden-control-flow-redundancy";>-fharden-control-flow-redundancy,
 to verify, at the end of functions, that the visited basic blocks
 correspond to a legitimate execution path, so as to detect and
 prevent attacks that transfer control into the middle of
@@ -100,7 +100,7 @@ a work-in-progress.
   
   
 New type attribute
-https://gcc.gnu.org/onlinedocs/gcc/Common-Type-Attributes.html#index-hardbool-type-attribute";>hardbool,
+https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Common-Type-Attributes.html#index-hardbool-type-attribute";>hardbool,
 for C and Ada.  Hardened
 booleans take user-specified representations for true
 and false, presumably with higher hamming distance
@@ -109,7 +109,7 @@ a work-in-progress.
   
   
 New type attribute
-https://gcc.gnu.org/onlinedocs/gcc/Common-Type-Attributes.html#index-strub-type-attribute";>strub
+https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Common-Type-

Would you like to give me advice about how to compile gcc? __addd3f link error.

2007-10-27 Thread J.C. Pizarro
On Sat 27 Oct 2007, "L.Yan" <[EMAIL PROTECTED]>:
> Dear all,
>
> I want to build the source of gcc and make '-msoft-float' available. But
> I don't know how to build the source code. I just do it as the following
> steps:
>
> 1. download the source code, gcc-4.1.2.tar.gz, from the mirror site;
> 2. tar -xzf gcc-4.1.2.tar.gz;
> 3. ./configure --prefix=/home/user/gcc4.1.2/install
> --with-local-prefix=/home/user/gcc4.1.2/install --enable-threads=single
> --enable-languages=c,c++,objc --enable-bootstrap
> 4.  make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2
> -fno-implicit-templates -msoft-float' bootstrap
> 5. make install
>
> Finally, I use the above gcc to compile a test program
>
>  /home/user/gcc4.1.2/install/bin/gcc -msoft-float test.c -o test
>
> but there are errors :
> /tmp/ccWjy9Ug.o: In function `main':
> test.c:(.text+0x2f): undefined reference to `__floatsidf'
> test.c:(.text+0x55): undefined reference to `__adddf3'
> test.c:(.text+0x61): undefined reference to `__fixdfsi'
> collect2: ld returned 1 exit status
>
> Would you like to tell me how to configure and compile GCC, and then I
> could use the '-msoft-float' flag.
> Any suggestions from you are appreciated.
> Thanks.
>
> Best wishes,
> Peter

Apparently, __addd3f seems to be the last crashed softfloat's backdoor,
x, the same history repeats + or - in the past.
I don't know if it had a reputation or not.

Dear L. Yan, you need to practice some tricks from below urls:

__adddf3 undefined (search the word __adddf3):

http://gcc.gnu.org/ml/gcc-help/2003-12/msg00072.html
http://gcc.gnu.org/ml/gcc-bugs/2006-12/msg01053.html
http://gcc.gnu.org/ml/gcc-bugs/2006-12/msg00441.html
http://gcc.gnu.org/ml/gcc/2002-10/msg00481.html
http://gcc.gnu.org/ml/gcc/2002-10/msg00482.html
http://gcc.gnu.org/ml/gcc/2002-10/msg00483.html
http://gcc.gnu.org/ml/gcc/2002-10/msg00485.html
http://gcc.gnu.org/ml/gcc/2002-11/msg00568.html
http://gcc.gnu.org/ml/gcc-patches/2003-08/txt00013.txt
http://gcc.gnu.org/ml/gcc-regression/2000-07/msg00065.html
http://gcc.gnu.org/ml/gcc/2002-11/msg00569.html
http://gcc.gnu.org/ml/gcc/2002-11/msg00570.html
http://sourceware.org/ml/crossgcc/1999-q3/msg00457.html
http://sourceware.org/ml/crossgcc/1999-q3/msg00458.html
http://sourceware.org/ml/crossgcc/1999-q3/msg00454.html


__floatsidf undefined (search the word __floatsidf):

http://gcc.gnu.org/ml/gcc-bugs/2004-06/msg01219.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15873
http://gcc.gnu.org/ml/gcc-bugs/2004-08/msg01413.html
http://gcc.gnu.org/ml/gcc-bugs/2004-06/msg00907.html
http://gcc.gnu.org/ml/gcc-bugs/2004-06/msg00908.html
http://gcc.gnu.org/ml/gcc-bugs/2004-06/msg01032.html
http://gcc.gnu.org/ml/gcc-patches/2005-09/msg01093.html
http://gcc.gnu.org/ml/gcc-bugs/2005-11/msg03231.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24998
http://gcc.gnu.org/ml/gcc-bugs/2005-11/msg03233.html
http://gcc.gnu.org/ml/gcc-help/2005-05/msg00316.html
http://gcc.gnu.org/ml/gcc-help/2005-05/msg00310.html
http://gcc.gnu.org/ml/gcc-help/2005-05/msg00315.html
http://gcc.gnu.org/ml/gcc/2002-11/msg00568.html
http://gcc.gnu.org/ml/gcc/2002-11/msg00569.html
http://gcc.gnu.org/ml/gcc/2002-11/msg00570.html
http://gcc.gnu.org/ml/gcc/1997-12/msg01049.html
http://gcc.gnu.org/ml/gcc/1997-12/msg01063.html
http://gcc.gnu.org/ml/gcc-bugs/2005-11/msg03227.html
http://gcc.gnu.org/ml/gcc/2007-07/msg00882.html
http://gcc.gnu.org/ml/gcc/2005-09/msg00431.html
http://gcc.gnu.org/ml/gcc/2005-09/msg00432.html
http://www.cygwin.com/ml/crossgcc/1999-q1/msg00083.html
http://www.nabble.com/insmod-ppp-mppe-gives-unresolved-symbol-__floatsidf-and-__adddf3-t1457935.html
http://discussion.forum.nokia.com/forum/showthread.php?t=40990
http://sourceware.org/ml/crossgcc/2002-05/msg00011.html
http://sourceware.org/ml/crossgcc/2002-05/msg00012.html
http://sourceware.org/ml/crossgcc/2002-05/msg00017.html
http://sourceware.org/ml/crossgcc/2002-05/msg00020.html
http://sourceware.org/ml/crossgcc/2002-05/msg00084.html


__fixdfsi undefined (search the word __fixdfsi):

http://gcc.gnu.org/ml/gcc-help/2005-05/msg00316.html
http://gcc.gnu.org/ml/gcc/2002-11/msg00568.html
http://gcc.gnu.org/ml/gcc/2002-11/msg00569.html
http://gcc.gnu.org/ml/gcc/2002-11/msg00570.html
http://osdir.com/ml/lib.uclibc.general/2003-03/msg00101.html
http://busybox.net/lists/uclibc/2003-March/005895.html
http://www.omnigroup.com/mailman/archive/macosx-admin/1999-November/005606.html
http://www.omnigroup.com/mailman/archive/macosx-admin/1999-November/005578.html
http://opengrok.creo.hu/openbsd/s?defs=__fixdfsi
http://opengrok.creo.hu/openbsd/search?q=__fixdfsi
http://www.busybox.net/lists/uclibc/2002-November/004938.html
http://stuff.mit.edu/afs/sipb/project/pilot/src/gnusrc/fpgnulib.c
http://sourceware.org/ml/crossgcc/2002-05/msg00011.html
http://www.c

[wwwdocs] Buildstat update for 4.4

2013-10-01 Thread Tom G. Christensen
Latest results for 4.4.x

-tgc

Testresults for 4.4.7:
  i386-pc-solaris2.8 (2)
  i386-pc-solaris2.9
  sparc-sun-solaris2.7 (2)
  sparc-sun-solaris2.8
  sparc-sun-solaris2.9

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/buildstat.html,v
retrieving revision 1.27
diff -u -r1.27 buildstat.html
--- buildstat.html  3 Oct 2012 21:05:01 -   1.27
+++ buildstat.html  1 Oct 2013 20:24:10 -
@@ -187,6 +187,8 @@
 i386-pc-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00249.html";>4.4.7,
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00248.html";>4.4.7,
 http://gcc.gnu.org/ml/gcc-testresults/2012-04/msg02185.html";>4.4.7,
 http://gcc.gnu.org/ml/gcc-testresults/2010-07/msg00900.html";>4.4.4,
 http://gcc.gnu.org/ml/gcc-testresults/2009-05/msg00105.html";>4.4.0
@@ -197,6 +199,7 @@
 i386-pc-solaris2.9
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00222.html";>4.4.7,
 http://gcc.gnu.org/ml/gcc-testresults/2010-05/msg00264.html";>4.4.4,
 http://gcc.gnu.org/ml/gcc-testresults/2009-11/msg01365.html";>4.4.2,
 http://gcc.gnu.org/ml/gcc-testresults/2009-08/msg00867.html";>4.4.1,
@@ -379,6 +382,8 @@
 sparc-sun-solaris2.7
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00675.html";>4.4.7,
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00674.html";>4.4.7,
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg00145.html";>4.4.6
 http://gcc.gnu.org/ml/gcc-testresults/2009-07/msg00420.html";>4.4.0
 
@@ -388,6 +393,7 @@
 sparc-sun-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00233.html";>4.4.7,
 http://gcc.gnu.org/ml/gcc-testresults/2010-05/msg00428.html";>4.4.4,
 http://gcc.gnu.org/ml/gcc-testresults/2010-04/msg00431.html";>4.4.3,
 http://gcc.gnu.org/ml/gcc-testresults/2010-02/msg01276.html";>4.4.3,
@@ -397,6 +403,14 @@
 
 
 
+sparc-sun-solaris2.9
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg00239.html";>4.4.7
+
+
+
+
 sparc-sun-solaris2.10
  
 Test results:


[PATCH 00/18, nds32] Committed: Fix incompatible ABI implementation for variadic function.

2014-09-03 Thread Chung-Ju Wu
Hi, all,

The variadic function ABI implmentation of current nds32 port on trunk
is incompatible to the past Andes toolchains.  Fixing it requires many
changes on the different files.  I split these changes into several
patches so that we can precisely describe the purpose of each
implementation in detail.

The following is a series of patches:

[01/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00293.html
[02/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00294.html
[03/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00295.html
[04/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00296.html
[05/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00297.html
[06/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00300.html
[07/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00301.html
[08/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00302.html
[09/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00304.html
[10/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00305.html
[11/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00306.html
[12/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00308.html
[13/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00309.html
[14/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00311.html
[15/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00312.html
[16/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00313.html
[17/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00314.html
[18/18] https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00315.html


Best regards,
jasonwucj


[wwwdocs] Buildstat update for 4.7

2013-05-04 Thread Tom G. Christensen
Latest results for gcc 4.7.x.

-tgc

Testresults for 4.7.3
  arm-unknown-linux-gnueabi
  i386-pc-solaris2.8
  i686-pc-linux-gnu (2)
  mips-sgi-irix6.5
  powerpc-apple-darwin8.11.0
  sparc-sun-solaris2.9

Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/buildstat.html,v
retrieving revision 1.8
diff -u -r1.8 buildstat.html
--- buildstat.html  17 Feb 2013 19:35:36 -  1.8
+++ buildstat.html  4 May 2013 09:15:48 -
@@ -54,6 +54,7 @@
 arm-unknown-linux-gnueabi
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg01400.html";>4.7.3,
 http://gcc.gnu.org/ml/gcc-testresults/2013-01/msg01105.html";>4.7.2
 
 
@@ -105,6 +106,7 @@
 i386-pc-solaris2.8
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-05/msg00269.html";>4.7.3,
 http://gcc.gnu.org/ml/gcc-testresults/2012-11/msg01980.html";>4.7.2,
 http://gcc.gnu.org/ml/gcc-testresults/2012-06/msg02064.html";>4.7.1,
 http://gcc.gnu.org/ml/gcc-testresults/2012-06/msg01781.html";>4.7.1,
@@ -144,6 +146,8 @@
 i686-pc-linux-gnu
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg02958.html";>4.7.3,
+http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg02891.html";>4.7.3,
 http://gcc.gnu.org/ml/gcc-testresults/2013-01/msg01089.html";>4.7.2,
 http://gcc.gnu.org/ml/gcc-testresults/2012-12/msg02518.html";>4.7.2,
 http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg00199.html";>4.7.1,
@@ -153,6 +157,14 @@
 
 
 
+mips-sgi-irix6.5
+ 
+Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg01589.html";>4.7.3
+
+
+
+
 mipsel-unknown-linux-gnu
  
 Test results:
@@ -164,6 +176,7 @@
 powerpc-apple-darwin8.11.0
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg01530.html";>4.7.3,
 http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg02736.html";>4.7.2,
 http://gcc.gnu.org/ml/gcc-testresults/2012-06/msg01566.html";>4.7.1,
 http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg02890.html";>4.7.0
@@ -199,6 +212,7 @@
 sparc-sun-solaris2.9
  
 Test results:
+http://gcc.gnu.org/ml/gcc-testresults/2013-05/msg00265.html";>4.7.3,
 http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg02620.html";>4.7.0
 
 


[Bug translation/104552] Mistakes in strings to be translated in GCC 12

2022-03-13 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552

Roland Illig  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #40 from Roland Illig  ---
I have split all remaining issues from this bug report into separate bug
reports:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104896
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104897
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104898
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104899
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104902
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104903
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104904
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104905
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104906
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104907

Apply powerpc64le patches to gcc-4.8 branch?

2013-06-17 Thread Alan Modra
I'd like to apply the following set of patches supporting powerpc64le
to the 4.8 branch.  David has stated that he's happy with the idea,
even though technically these are not regressions.  OK?

http://gcc.gnu.org/ml/gcc-patches/2013-04/msg01374.html
http://gcc.gnu.org/ml/gcc-patches/2013-05/msg00211.html
http://gcc.gnu.org/ml/gcc-patches/2013-05/msg00214.html
http://gcc.gnu.org/ml/gcc-patches/2013-05/msg00244.html
http://gcc.gnu.org/ml/gcc-patches/2013-05/msg00297.html
http://gcc.gnu.org/ml/gcc-patches/2013-05/msg00435.html
http://gcc.gnu.org/ml/gcc-patches/2013-05/msg00476.html
http://gcc.gnu.org/ml/gcc-patches/2013-06/msg00165.html
http://gcc.gnu.org/ml/gcc-patches/2013-06/msg00166.html
http://gcc.gnu.org/ml/gcc-patches/2013-06/msg00388.html
http://gcc.gnu.org/ml/gcc-patches/2013-06/msg00554.html
http://gcc.gnu.org/ml/gcc-patches/2013-06/msg00684.html
http://gcc.gnu.org/ml/gcc-patches/2013-06/msg00766.html

-- 
Alan Modra
Australia Development Lab, IBM


[bts-link] source package gcc-4.0

2007-02-19 Thread bts-link-upstream
#
# bts-link upstream status pull for source package gcc-4.0
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #55298
#  * http://gcc.gnu.org/PR3481
#  * remote status changed: (?) -> NEW
usertags 55298 + status-NEW

# remote status report for #107123
#  * http://gcc.gnu.org/PR3507
#  * remote status changed: (?) -> NEW
usertags 107123 + status-NEW

# remote status report for #85535
#  * http://gcc.gnu.org/PR12086
#  * remote status changed: (?) -> ASSIGNED
usertags 85535 + status-ASSIGNED

# remote status report for #86251
#  * http://gcc.gnu.org/PR3511
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 86251 + status-RESOLVED resolution-FIXED

# remote status report for #95318
#  * http://gcc.gnu.org/PR2962
#  * remote status changed: (?) -> ASSIGNED
usertags 95318 + status-ASSIGNED

# remote status report for #107123
#  * http://gcc.gnu.org/PR3507
#  * remote status changed: (?) -> NEW
usertags 107123 + status-NEW

# remote status report for #122103
#  * http://gcc.gnu.org/PR9071
#  * remote status changed: (?) -> NEW
usertags 122103 + status-NEW

# remote status report for #123468
#  * http://gcc.gnu.org/PR6906
#  * remote status changed: (?) -> SUSPENDED
usertags 123468 + status-SUSPENDED

# remote status report for #128950
#  * http://gcc.gnu.org/PR9072
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 128950 + status-RESOLVED resolution-FIXED

# remote status report for #159838
#  * http://gcc.gnu.org/PR7853
#  * remote status changed: (?) -> NEW
usertags 159838 + status-NEW

# remote status report for #161432
#  * http://gcc.gnu.org/PR8603
#  * remote status changed: (?) -> NEW
usertags 161432 + status-NEW

# remote status report for #173513
#  * http://gcc.gnu.org/PR9079
#  * remote status changed: (?) -> NEW
usertags 173513 + status-NEW

# remote status report for #231748
#  * http://gcc.gnu.org/PR11931
#  * remote status changed: (?) -> NEW
usertags 231748 + status-NEW

# remote status report for #204687
#  * http://gcc.gnu.org/PR11877
#  * remote status changed: (?) -> ASSIGNED
usertags 204687 + status-ASSIGNED

# remote status report for #212248
#  * http://gcc.gnu.org/PR13946
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 212248 + status-RESOLVED resolution-FIXED

# remote status report for #215445
#  * http://gcc.gnu.org/PR2370
#  * remote status changed: (?) -> NEW
usertags 215445 + status-NEW

# remote status report for #221291
#  * http://gcc.gnu.org/PR13515
#  * remote status changed: (?) -> NEW
usertags 221291 + status-NEW

# remote status report for #226952
#  * http://gcc.gnu.org/PR6614
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> INVALID
usertags 226952 + status-RESOLVED resolution-INVALID

# remote status report for #231748
#  * http://gcc.gnu.org/PR11931
#  * remote status changed: (?) -> NEW
usertags 231748 + status-NEW

# remote status report for #233673
#  * http://gcc.gnu.org/PR14708
#  * remote status changed: (?) -> NEW
usertags 233673 + status-NEW

# remote status report for #268115
#  * http://gcc.gnu.org/PR18589
#  * remote status changed: (?) -> NEW
usertags 268115 + status-NEW

# remote status report for #301746
#  * http://gcc.gnu.org/PR23451
#  * remote status changed: (?) -> NEW
usertags 301746 + status-NEW

# remote status report for #328421
#  * http://gcc.gnu.org/PR24660
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 328421 + status-RESOLVED resolution-FIXED

# remote status report for #340951
#  * http://gcc.gnu.org/PR23454
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 340951 + status-RESOLVED resolution-FIXED

# remote status report for #354439
#  * http://gcc.gnu.org/PR26560
#  * remote status changed: (?) -> REOPENED
usertags 354439 + status-REOPENED

# remote status report for #365123
#  * http://gcc.gnu.org/PR27453
#  * remote status changed: (?) -> NEW
usertags 365123 + status-NEW

thanks



Re: [Patch, fortran V3] PR fortran/100683 - Array initialization refuses valid (list of pending patches)

2021-06-23 Thread dhumieres.dominique--- via Fortran

Hi José,


> Thus: Do you have a list of patches pending review?



https://gcc.gnu.org/pipermail/fortran/2021-April/055924.html


PRs 100029 and 100040. I have the patch in my working tree
for a long time. It works as expected. OK to commit.


https://gcc.gnu.org/pipermail/fortran/2021-April/055933.html


PRs 100097 and 100098. New patch at

https://gcc.gnu.org/pipermail/fortran/2021-June/056169.html

OK to commit the new patch.


https://gcc.gnu.org/pipermail/fortran/2021-June/056168.html


PR 96870.


https://gcc.gnu.org/pipermail/fortran/2021-June/056167.html


PR 96724. OK to commit.


https://gcc.gnu.org/pipermail/fortran/2021-June/056163.html


PRs 93308, 93963, 94327, 94331, and 97046.
Already OKed at
https://gcc.gnu.org/pipermail/fortran/2021-June/056184.html
and
https://gcc.gnu.org/pipermail/fortran/2021-June/056193.html


https://gcc.gnu.org/pipermail/fortran/2021-June/056162.html


PR 94104.


https://gcc.gnu.org/pipermail/fortran/2021-June/056155.html


PR 100948.


https://gcc.gnu.org/pipermail/fortran/2021-June/056154.html


PRs 100906, 100907, 100911, 100914, 100915, and 100916.
Tis patch works for me when applied to GCC12 (not GCC11)
but seems to conflict with the patch for
PRs 93308, 93963, 94327, 94331, and 97046.


https://gcc.gnu.org/pipermail/fortran/2021-June/056152.html


PR 10148.


https://gcc.gnu.org/pipermail/fortran/2021-June/056159.html


PR 92621.


https://gcc.gnu.org/pipermail/fortran/2021-April/055982.html


PR 100245.


https://gcc.gnu.org/pipermail/fortran/2021-April/055949.html


PR 100136.


https://gcc.gnu.org/pipermail/fortran/2021-April/055946.html


PR 100132.


https://gcc.gnu.org/pipermail/fortran/2021-April/055934.html


PR 100103.


https://gcc.gnu.org/pipermail/fortran/2021-June/056169.html


PRs 100097 and 100098. OK for me.


https://gcc.gnu.org/pipermail/fortran/2021-April/055921.html


PRs 100024 and 100025. OK for me.

Thanks for the great work, but please don't forget to mark the PRs
as ASSIGNED and don't hesitate to PING after a week.

Dominique



Re: [Patch, fortran V3] PR fortran/100683 - Array initialization refuses valid (list of pending patches)

2021-06-23 Thread dhumieres.dominique--- via Gcc-patches

Hi José,


> Thus: Do you have a list of patches pending review?



https://gcc.gnu.org/pipermail/fortran/2021-April/055924.html


PRs 100029 and 100040. I have the patch in my working tree
for a long time. It works as expected. OK to commit.


https://gcc.gnu.org/pipermail/fortran/2021-April/055933.html


PRs 100097 and 100098. New patch at

https://gcc.gnu.org/pipermail/fortran/2021-June/056169.html

OK to commit the new patch.


https://gcc.gnu.org/pipermail/fortran/2021-June/056168.html


PR 96870.


https://gcc.gnu.org/pipermail/fortran/2021-June/056167.html


PR 96724. OK to commit.


https://gcc.gnu.org/pipermail/fortran/2021-June/056163.html


PRs 93308, 93963, 94327, 94331, and 97046.
Already OKed at
https://gcc.gnu.org/pipermail/fortran/2021-June/056184.html
and
https://gcc.gnu.org/pipermail/fortran/2021-June/056193.html


https://gcc.gnu.org/pipermail/fortran/2021-June/056162.html


PR 94104.


https://gcc.gnu.org/pipermail/fortran/2021-June/056155.html


PR 100948.


https://gcc.gnu.org/pipermail/fortran/2021-June/056154.html


PRs 100906, 100907, 100911, 100914, 100915, and 100916.
Tis patch works for me when applied to GCC12 (not GCC11)
but seems to conflict with the patch for
PRs 93308, 93963, 94327, 94331, and 97046.


https://gcc.gnu.org/pipermail/fortran/2021-June/056152.html


PR 10148.


https://gcc.gnu.org/pipermail/fortran/2021-June/056159.html


PR 92621.


https://gcc.gnu.org/pipermail/fortran/2021-April/055982.html


PR 100245.


https://gcc.gnu.org/pipermail/fortran/2021-April/055949.html


PR 100136.


https://gcc.gnu.org/pipermail/fortran/2021-April/055946.html


PR 100132.


https://gcc.gnu.org/pipermail/fortran/2021-April/055934.html


PR 100103.


https://gcc.gnu.org/pipermail/fortran/2021-June/056169.html


PRs 100097 and 100098. OK for me.


https://gcc.gnu.org/pipermail/fortran/2021-April/055921.html


PRs 100024 and 100025. OK for me.

Thanks for the great work, but please don't forget to mark the PRs
as ASSIGNED and don't hesitate to PING after a week.

Dominique



Re: [wwwdocs] Buildstat update for 5.x

2016-06-16 Thread Tom G. Christensen
On Thu, Jun 16, 2016 at 03:53:40PM +0200, Tom G. Christensen wrote:
> Latest results for 5.x
> 
> -tgc
> 
> Testresults for 5.4.0:
>   i386-pc-solaris2.11 (2)
>   i386-pc-solaris2.12 (2)
>   sparc-sun-solaris2.11 (2)
>   sparc-sun-solaris2.12 (2)
> 

Updated patch with new entries added in the right position.

-tgc
Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/buildstat.html,v
retrieving revision 1.8
diff -u -r1.8 buildstat.html
--- buildstat.html  3 Jun 2016 19:44:57 -   1.8
+++ buildstat.html  16 Jun 2016 13:59:57 -
@@ -83,9 +83,20 @@
 
 
 
+i386-pc-solaris2.11
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2016-06/msg00379.html";>5.4.0,
+https://gcc.gnu.org/ml/gcc-testresults/2016-06/msg00349.html";>5.4.0
+
+
+
+
 i386-pc-solaris2.12
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2016-06/msg00375.html";>5.4.0,
+https://gcc.gnu.org/ml/gcc-testresults/2016-06/msg00374.html";>5.4.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-04/msg03525.html";>5.1.0
 
 
@@ -139,7 +150,7 @@
 powerpc64-unknown-linux-gnu
  
 Test results:
-https://gcc.gnu.org/ml/gcc-testresults/2016-06/msg00324.html";>5.4.0
+https://gcc.gnu.org/ml/gcc-testresults/2016-06/msg00324.html";>5.4.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-12/msg02803.html";>5.3.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-10/msg01557.html";>5.2.0
 
@@ -149,7 +160,7 @@
 powerpc64le-unknown-linux-gnu
  
 Test results:
-https://gcc.gnu.org/ml/gcc-testresults/2016-06/msg00322.html";>5.4.0
+https://gcc.gnu.org/ml/gcc-testresults/2016-06/msg00322.html";>5.4.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-12/msg02804.html";>5.3.0
 
 
@@ -177,11 +188,31 @@
 sparc-sun-solaris2.11
  
 Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2016-06/msg00408.html";>5.4.0,
+https://gcc.gnu.org/ml/gcc-testresults/2016-06/msg00393.html";>5.4.0,
 https://gcc.gnu.org/ml/gcc-testresults/2015-04/msg03586.html";>5.1.0
 
 
 
 
+sparc-sun-solaris2.12
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2016-06/msg00377.html";>5.4.0,
+https://gcc.gnu.org/ml/gcc-testresults/2016-06/msg00376.html";>5.4.0
+
+
+
+
+sparc-sun-solaris2.12
+ 
+Test results:
+https://gcc.gnu.org/ml/gcc-testresults/2016-06/msg00377.html";>5.4.0,
+https://gcc.gnu.org/ml/gcc-testresults/2016-06/msg00376.html";>5.4.0
+
+
+
+
 sparc64-sun-solaris2.10
  
 Test results:


[Bug libfortran/19016] maxloc ignores mask

2005-04-12 Thread cvs-commit at gcc dot gnu dot org
rtran.fortran-torture/execute/intrinsic_product.f90:  Likewise.
* gfortran.fortran-torture/execute/intrinsic_sum.f90:  Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.191&r2=1.192
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5334&r2=1.5335
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_mmloc.f90.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_mmval.f90.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_product.f90.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_sum.f90.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/m4/iforeach.m4.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/m4/ifunction.m4.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc0_4_i4.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc0_4_i8.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc0_4_r4.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc0_4_r8.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc0_8_i4.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc0_8_i8.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc0_8_r4.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc0_8_r8.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc1_4_i4.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc1_4_i8.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc1_4_r4.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc1_4_r8.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc1_8_i4.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc1_8_i8.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc1_8_r4.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxloc1_8_r8.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxval_i4.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxval_i8.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxval_r4.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/maxval_r8.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/minloc0_4_i4.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/minloc0_4_i8.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/minloc0_4_r4.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/minloc0_4_r8.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/minloc0_8_i4.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/minloc0_8_i8.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/minloc0_8_r4.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/minloc0_8_r8.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/minloc1_4_i4.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/minloc1_4_i8.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/minloc1_4_r4.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/minloc1_4_r8.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ge

[Bug libgcj/19877] sometimes reconfiguring leads to incorrect config.h

2005-06-14 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-06-14 
20:06 ---
Subject: Bug 19877

CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED]   2005-06-14 20:05:59

Modified files:
libjava: ChangeLog aclocal.m4 configure Makefile.in 
libjava/external/sax: Makefile.in 
libjava/external: Makefile.in 
libjava/external/w3c_dom: Makefile.in 
libjava/gcj: Makefile.in 
libjava/testsuite: Makefile.in 
libjava/include: Makefile.in 
config : ChangeLog no-executables.m4 
libstdc++-v3   : ChangeLog Makefile.in aclocal.m4 configure 
libstdc++-v3/include: Makefile.in 
libstdc++-v3/libmath: Makefile.in 
libstdc++-v3/libsupc++: Makefile.in 
libstdc++-v3/po: Makefile.in 
libstdc++-v3/src: Makefile.in 
libstdc++-v3/testsuite: Makefile.in 
libgfortran: ChangeLog Makefile.in aclocal.m4 configure 
zlib   : ChangeLog.gcj Makefile.in aclocal.m4 configure 

Log message:
config/:
PR libgcj/19877:
* no-executables.m4: Call real AC_FUNC_MMAP when cache variable
is set but not 'no'.
libstdc++-v3/:
PR libgcj/19877:
* configure, aclocal.m4: Rebuilt.
* Makefile.in, include/Makefile.in, libmath/Makefile.in,
libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
testsuite/Makefile.in: Likewise.
libjava/:
PR libgcj/19877:
* configure, aclocal.m4, Makefile.in: Rebuilt.
libgfortran/:
PR libgcj/19877:
* configure, aclocal.m4, Makefile.in: Rebuilt.
zlib/:
PR libgcj/19877:
* configure, aclocal.m4, Makefile.in: Rebuilt.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3661&r2=1.3662
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/aclocal.m4.diff?cvsroot=gcc&r1=1.58&r2=1.59
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.diff?cvsroot=gcc&r1=1.269&r2=1.270
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.in.diff?cvsroot=gcc&r1=1.522&r2=1.523
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/external/sax/Makefile.in.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/external/Makefile.in.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/external/w3c_dom/Makefile.in.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gcj/Makefile.in.diff?cvsroot=gcc&r1=1.69&r2=1.70
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/Makefile.in.diff?cvsroot=gcc&r1=1.80&r2=1.81
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/include/Makefile.in.diff?cvsroot=gcc&r1=1.72&r2=1.73
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/ChangeLog.diff?cvsroot=gcc&r1=1.67&r2=1.68
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/no-executables.m4.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.3037&r2=1.3038
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/Makefile.in.diff?cvsroot=gcc&r1=1.161&r2=1.162
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/aclocal.m4.diff?cvsroot=gcc&r1=1.313&r2=1.314
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&r1=1.441&r2=1.442
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.in.diff?cvsroot=gcc&r1=1.136&r2=1.137
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libmath/Makefile.in.diff?cvsroot=gcc&r1=1.111&r2=1.112
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/Makefile.in.diff?cvsroot=gcc&r1=1.126&r2=1.127
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/po/Makefile.in.diff?cvsroot=gcc&r1=1.56&r2=1.57
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/Makefile.in.diff?cvsroot=gcc&r1=1.222&r2=1.223
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.in.diff?cvsroot=gcc&r1=1.98&r2=1.99
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.239&r2=1.240
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/Makefile.in.diff?cvsroot=gcc&r1=1.37&r2=1.38
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/aclocal.m4.diff?cvsroot=gcc&r1=1.10&r2=1.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/configure.diff?cvsroot=gcc&r1=1.36&r2=1.37
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/ChangeLog.gcj.diff?cvsroot=gcc&r1=1.41&r2=1.42
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/Makefile.in.diff?cvsroot=gcc&r1=1.22&r2=1.23
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/aclocal.m4.diff?cvsroot=gcc&r1=1.11&r2=1.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/configure.diff?cvsroot=gcc&r1=1.36&r2=1.37



-- 


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


Re: The far past of GCC

2019-12-29 Thread Eric S. Raymond
Mark Wielaard :
> Apparently less complete, but there is also
> https://ftp.gnu.org/old-gnu/gcc/
> Which does have some old diff files to reconstruct some missing versions.

There are quite a few ancient preserved release tarballs out there
Here is the list of reconstructable pre-r3 releases as as I now know it:

0.9     ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-0.9.tar.bz2
1.21    ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-1.21.tar.bz2
1.22    ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-1.22.tar.bz2
1.23    ftp://gcc.gnu.org/pub/gcc/old-releases/patches/gcc.diff-1.23-1.24.bz2
1.24    ftp://gcc.gnu.org/pub/gcc/old-releases/patches/gcc.diff-1.24-1.25.bz2
1.25    ftp://gcc.gnu.org/pub/gcc/old-releases/patches/gcc.diff-1.25-1.26.bz2
1.26    ftp://gcc.gnu.org/pub/gcc/old-releases/patches/gcc.diff-1.26-1.27.bz2
1.27    ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-1.27.tar.bz2
1.28    ftp://gcc.gnu.org/pub/gcc/old-releases/patches/gcc.diff-1.28-1.29.bz2
1.29    ftp://gcc.gnu.org/pub/gcc/old-releases/patches/gcc.diff-1.29-1.30.bz2
1.30    ftp://gcc.gnu.org/pub/gcc/old-releases/patches/gcc.diff-1.30-1.31.bz2
1.31    ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-1.31.tar.bz2
1.32    ftp://gcc.gnu.org/pub/gcc/old-releases/patches/gcc.diff-1.31-1.32.bz2
1.33    ftp://gcc.gnu.org/pub/gcc/old-releases/patches/gcc.diff-1.32-1.33.bz2
1.34    ftp://gcc.gnu.org/pub/gcc/old-releases/patches/gcc.diff-1.32-1.34.bz2
1.35    ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-1.35.tar.bz2

It looks like the relevant bits of 
ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-[12]
and ftp://sourceware.org/pub/gcc/old-releases/gcc-[12]

Incorporating these will be easy. What I would do is write script that does 
this:

(a) checks to see if each tarball is mirrored locally

(b) if not, fetches it, applying forward or back diffs from the nearest whole
version as required.

(c) generates a sequence of reposurgeon incorporate commands to be included
un the main lift script

sbb says r3 is 1.36.  I doubt r1 and r2 are anything other than
Subversion directory creations, but people with easier access than me
should check.

After this life gets a little trickier. We have the following tarballs
that might be of interest:

1.36r3  ftp://gcc.org/pub/gcc/old-releases/gcc-1/gcc-1.36.tar.bz2
1.37?   ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-1.37.tar.bz2
1.38?   ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-1.38.tar.bz2
1.39?   ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-1.39.tar.bz2
1.40?   ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-1.40.tar.bz2
1.41?   ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-1.41.tar.bz2
1.42?   ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-1.42.tar.bz2
2.0 r358    ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-2.8.tar.bz2
2.1 r586    ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-2.1.tar.bz2
3.2.2   ?   ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-2.2.2.tar.bz2
2.3.3   ?   ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-2.3.3.tar.bz2
2.4.5   ?   ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-2.4.5.tar.bz2
2.5.8   ?   ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-2.5.8.tar.bz2
2.6.3   ?   ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-2.6.3.tar.bz2
2.7.2   r10608  ftp://gcc.gnu.org/pub/gcc/old-releases/gcc-1/gcc-2.7.2.tar.bz2

Before we can do anything with these, we need to identify which Subversion 
revsion 
each one with a ? belongs to.  I've added three of ssb's identifications.  For
completeness I note thse for which we have no tarballs:

r1184 = 2.2, r2674 = 2.3.1, r4493 = 2.4.0 "minus two swapped commits",
r5867 = 2.5.0, r7771 = 2.6.0, r9996 = 2.7.0.

This recomstruction is being tracked here: 
https://gitlab.com/esr/gcc-conversion/issues/4
-- 
http://www.catb.org/~esr/";>Eric S. Raymond




[Committed][ARM][AArch64] Patches previously ok'd for stage1

2014-04-23 Thread Kyrill Tkachov

Hi all,

I've committed to trunk some of my arm and aarch64 patches that I had pending 
for stage1 (approval email in parentheses):


http://gcc.gnu.org/ml/gcc-patches/2014-03/msg00933.html 
(http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01609.html)


http://gcc.gnu.org/ml/gcc-patches/2014-03/msg00934.html 
(http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01634.html)


http://gcc.gnu.org/ml/gcc-patches/2014-03/msg00935.html 
(http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01608.html)


http://gcc.gnu.org/ml/gcc-patches/2014-03/msg00936.html 
(http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01635.html)


http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01330.html 
(http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01343.html)


http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01274.html 
(http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01346.html)


I've committed them as revisions r209701 to r209706 inclusively.

Thanks,
Kyrill



[Bug target/58446] Support for musl libc

2015-07-14 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58446

nsz at gcc dot gnu.org changed:

   What|Removed |Added

 CC||nsz at gcc dot gnu.org

--- Comment #17 from nsz at gcc dot gnu.org ---
gcc-trunk has most of the musl support patches (not backported yet to any
release branch), the current state:

libitm fix:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=222325

fixincludes support:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=222327

unwind support:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=222328

gthread support:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=222329

config changes:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=222904

stdint changes:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=222905

aarch64 support:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223766

arm support:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223749

mips support:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=222915

x86 support:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223218

microblaze support: not yet committed
https://gcc.gnu.org/ml/gcc-patches/2015-05/msg00437.html

powerpc support: not yet committed
https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01640.html

sh support: not yet committed
https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01636.html


Re: GNAT User's Guide /onlinedocs broken? (was: Broken links on gcc.gnu.org/onlinedocs)

2015-04-11 Thread Gerald Pfeifer
On Sat, 11 Apr 2015, Arnaud Charlet wrote:
> Your patch looks good to me.

Thanks for the quick response, Arnaud.

It turns out we also had the same problem with mainline, just 
that gnat_ugn_unw/ still existed there in it's old version from
summer 2014.  

I have removed that stale copy on gcc.gnu.org and also applied 
the patch below to our onlinedocs/ index.

Gerald

Index: index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.148
diff -u -r1.148 index.html
--- index.html  11 Apr 2015 13:50:22 -  1.148
+++ index.html  11 Apr 2015 13:52:37 -
@@ -944,12 +944,12 @@
href="https://gcc.gnu.org/onlinedocs/gnat_rm.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gnat_rm-html.tar.gz";>an
    HTML tarball)
-https://gcc.gnu.org/onlinedocs/gnat_ugn_unw/";>GNAT User's 
Guide
+https://gcc.gnu.org/onlinedocs/gnat_ugn/";>GNAT User's Guide
    for Native Platforms / Unix and Windows (https://gcc.gnu.org/onlinedocs/gnat_ugn_unw.pdf";>also in
+   href="https://gcc.gnu.org/onlinedocs/gnat_ugn.pdf";>also in
PDF or https://gcc.gnu.org/onlinedocs/gnat_ugn_unw.ps.gz";>PostScript or https://gcc.gnu.org/onlinedocs/gnat_ugn_unw-html.tar.gz";>an
+   href="https://gcc.gnu.org/onlinedocs/gnat_ugn.ps.gz";>PostScript 
or https://gcc.gnu.org/onlinedocs/gnat_ugn-html.tar.gz";>an
HTML tarball)
 https://gcc.gnu.org/onlinedocs/gccgo/";>GCCGO Manual (https://gcc.gnu.org/onlinedocs/gccgo.pdf";>also in


[Bug tree-optimization/21655] g++.dg/tree-ssa/pr14814.C scan-tree-dump-times &this 0 fails

2008-02-07 Thread ghazi at gcc dot gnu dot org


--- Comment #9 from ghazi at gcc dot gnu dot org  2008-02-07 18:33 ---
This test is still XPASS'ing everywhere on 4.1, may I backport this?

2005-11-30  Richard Guenther  <[EMAIL PROTECTED]>

PR tree-optimization/21655
* g++.dg/tree-ssa/pr14814.C: Remove XFAIL.

Recent results from Jan/Feb:
x86_64: http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00469.html
ia64: http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00451.html
s390x: http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00421.html
s390: http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00411.html
powerpc64: http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00406.html
i686: http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00365.html
m68k: http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00073.html
hppa: http://gcc.gnu.org/ml/gcc-testresults/2008-01/msg01317.html
arm: http://gcc.gnu.org/ml/gcc-testresults/2008-01/msg00996.html
sparc: http://gcc.gnu.org/ml/gcc-testresults/2008-01/msg00836.html
mips: http://gcc.gnu.org/ml/gcc-testresults/2008-01/msg00845.html
i486: http://gcc.gnu.org/ml/gcc-testresults/2008-01/msg00835.html
alpha: http://gcc.gnu.org/ml/gcc-testresults/2008-01/msg00833.html
hppa64: http://gcc.gnu.org/ml/gcc-testresults/2008-01/msg00077.html
hppa2.0w: http://gcc.gnu.org/ml/gcc-testresults/2008-01/msg00025.html

That's enough, yes? :-)


-- 

ghazi at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||ghazi at gcc dot gnu dot org


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



  1   2   3   4   5   6   7   8   9   10   >