Re: Update gcc.gnu.org/projects/gomp/

2014-06-18 Thread Gerald Pfeifer
On Wed, 18 Jun 2014, Jakub Jelinek wrote: I've committed following change: Cool. h2Status/h2 dl +dtbJun 18, 2014/b/dt +ddpThe last major part of Fortran OpenMP v4.0 support has been +committed into SVN mainline./p/dd + dtbOct 11, 2013/b/dt ddpThe codegomp-4_0-branch/code has been

[wwwdocs] convert contribute.html to https

2014-06-22 Thread Gerald Pfeifer
Convert references to gcc.gnu.org to use https. Shorten textual reference to GCC Bugzilla. Committed. Gerald Index: contribute.html === RCS file: /cvs/gcc/wwwdocs/htdocs/contribute.html,v retrieving revision 1.83 diff -u -r1.83

Re: [C/C++ PATCH] Add -Wlogical-not-parentheses (PR c/49706)

2014-06-22 Thread Gerald Pfeifer
On Mon, 2 Jun 2014, Marek Polacek wrote: * c-typeck.c (parser_build_binary_op): Warn when logical not is used on the left hand side operand of a comparison. This... +/* Warn about logical not used on the left hand side operand of a comparison. ...and this... + warning_at

Re: [patch] Update libstdc++ FAQ and ensure stable anchors in HTML docs

2014-06-22 Thread Gerald Pfeifer
On Mon, 9 Jun 2014, Jonathan Wakely wrote: This fairly tedious patch refreshes the FAQ, including adding some notes saying This answer is old and probably no longer relevant to several answers referring to problems in the GCC 3.x era. I'm wondering, should those old items be removed? GCC 3.x

[wwwdocs] Shorten contribute.html a bit and convert links to https

2014-06-27 Thread Gerald Pfeifer
Applied. (gcc-bugs also has changed its usage, it's not meant for direct posting any more.) Gerald Index: contribute.html === RCS file: /cvs/gcc/wwwdocs/htdocs/contribute.html,v retrieving revision 1.84 diff -u -r1.84

[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

Convert links from gcc-*/ to gcc.gnu.org/ml to https [2/3]

2014-06-27 Thread Gerald Pfeifer
Installed. (500k patch, attached in compress format.) Gerald patch.bz2 Description: application/bzip

[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

Re: [doc] Remove duplicate -Wmaybe-uninitialized

2014-06-27 Thread Gerald Pfeifer
On Mon, 23 Jun 2014, Jeff Law wrote: * doc/invoke.texi (Warning Options): Remove duplicated -Wmaybe-uninitialized. Probably falls under the obvious rule. Regardless, this is OK. It definitely does. :-) Gerald

Re: [GOOGLE] Report the difference between profiled and guessed or annotated branch probabilities.

2014-06-27 Thread Gerald Pfeifer
On Fri, 27 Jun 2014, Yi Yang wrote: 2014-06-27 Yi Yang ahyan...@google.com * auto-profile.c: Main comparison and reporting logic. * cfg-flags.def: Add an extra flag representing an edge's probability is predicted by annotations. * predict.c: Set up the extra flag on

[wwwdocs] Update http://gcc.gnu.org/PR links to https

2014-06-27 Thread Gerald Pfeifer
...across all web pages. Once again the patch is too large for the lists, so I'm attaching it in compressed format. Gerald patch-gcc.gnu.org\\PR-https.bz2 Description: application/bzip

[wwwdocs] Remove a self reference from projects/sched-treegion.html

2014-06-27 Thread Gerald Pfeifer
Looking at http vs https links I noticed that this page has a self reference, which we can simply remove. This way we can omit the http-https conversion altogether. Applied. Gerald Index: projects/sched-treegion.html === RCS file:

[wwwdocs] Make a number of links relative

2014-06-27 Thread Gerald Pfeifer
This is the right thing in general, so that sites like www.gnu.org that host a copy of our web pages do not link to gcc.gnu.org unless necessary (for things like Bugzilla, mailing list archives,...). And it saves us some http-to-https conversations. Installed. Gerald Index: news.html

[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

[wwwdocs] Make five links relative

2014-06-28 Thread Gerald Pfeifer
This is the right thing in general (considering mirror sites like http://www.gnu.org/software/gcc/) and the fact that we know do not need to convert these from http to https confirms that point. It also shows that mass converting the entire wwwdocs tree in a single step would not have been ideal.

Re: [RFC PATCH] -fsanitize=nonnull and -fsanitize=returns-nonnull support

2014-06-28 Thread Gerald Pfeifer
On Fri, 27 Jun 2014, Jakub Jelinek wrote: This patch implements sanitization for nonnull and returns_nonnull attributes. No documentation patch? Also, should this be documented in gcc-4.10/changes.html? As GCC 4.9.0+ now aggressively optimizes based on these attributes and we've seen

[wwwdocs] http://gcc.gnu.org/install/ links

2014-06-28 Thread Gerald Pfeifer
Convert references to http://gcc.gnu.org/install/ and sub-pages to https. Avoid some such links. Committed. Gerald Index: faq.html === RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v retrieving revision 1.218 diff -u -r1.218

Re: [wwwdocs] gcc-4.9/changes.html: Mention that LTO now generates slim objects

2014-06-28 Thread Gerald Pfeifer
On Fri, 21 Mar 2014, Tobias Burnus wrote: Thanks for the suggestions - updated patch below. Here are two small tweaks I just committed on top of this. Index: changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v

Re: [PATCH] Implement -fsanitize=bounds and internal calls in FEs

2014-06-28 Thread Gerald Pfeifer
On Fri, 20 Jun 2014, Marek Polacek wrote: +@item -fsanitize=bounds +@opindex fsanitize=bounds + +This option enables instrumentation of array bounds. Various out of bounds +accesses are detected. Flexible array members are not instrumented, as well +as initializers of variables with static

[wwwdocs,Java] Remove five obsolete entries from java/faq.html

2014-06-28 Thread Gerald Pfeifer
. Some of them are (better) covered in our general documentation, some of them refer to really old versions of GCC. For example, x86-64 is not included in the supported platforms mentioned, one entry talks about version before 3.0,... Applied. Gerald 2014-06-28 Gerald Pfeifer ger...@pfeifer.com

[wwwdocs] Migrate http://gcc.gnu.org/bugzilla/buglist.cgi to https

2014-06-28 Thread Gerald Pfeifer
Applied. Richi, Jakub, I noticed that you seem to have stopped including those with GCC 4.7 and later. Any particular reason? It appears useful to me. Gerald Index: gcc-3.3/changes.html === RCS file:

Re: [PATCH] Fix gennews

2014-06-28 Thread Gerald Pfeifer
On Thu, 12 Jun 2014, Richard Biener wrote: It seems the https transition broke refering to permanently moved URL gcc-3.0/gcc-3.0.html (I get a certificate error or some such), breaking gennews and thus gcc_release. Fixed like below which makes gennews succeed. Committed to the 4.7 branch.

[wwwdocs] Reduce/relativize links in gcc-*/*

2014-06-28 Thread Gerald Pfeifer
Remove a couple of links. Make a couple of links relative. Consistently use bug tracker to refer to our Bugzilla system. As a side effect, this further reduces the number of http links to gcc.gnu.org. Applied. Gerald Index: gcc-3.3/changes.html

[wwwdocs] gcc-4.4/porting_to.html: convert a textual reference to a proper one

2014-06-28 Thread Gerald Pfeifer
...and improve wording and markup a bit. Applied. Gerald Index: bugs/index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/index.html,v retrieving revision 1.113 diff -u -r1.113 index.html --- bugs/index.html 28 Jun 2014

[wwwdocs] Clean up references to Bugzilla, use https,...

2014-06-29 Thread Gerald Pfeifer
Consistently use bug tracker versus bug database, Bugzilla (where possible), or the like. Avoid some references altogether and refer to our bugs/ pages instead of directly linking to Bugzilla in some. Use https for all remaining links to our Bugzilla instance. Committed. Gerald Index:

[wwwdocs,libstdc++] Remove libstdc++/lib3styles.css

2014-06-29 Thread Gerald Pfeifer
We don't use this any more, so let's remove it. Gerald 2014-06-29 Gerald Pfeifer ger...@pfeifer.com * lib3styles.css: Remove. * index.html: Remove reference to lib3styles.css. Index: index.html === RCS file

[wwwdocs] Remove disabled http://gcc.gnu.org/benchresults/

2014-06-29 Thread Gerald Pfeifer
This has been commented for more than twelve years. Yank it for real. Applied. Gerald Index: index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/benchmarks/index.html,v retrieving revision 1.31 diff -u -r1.31 index.html ---

Re: [wwwdocs,Patch] Update Fortran part in gcc-4.9/changes.html

2014-06-29 Thread Gerald Pfeifer
On Tue, 25 Jun 2013, Tobias Burnus wrote: Comments are welcome. Otherwise, I intent to commit it soon. (Well, comments are also welcome after committal ;-) Since you are offering that ;-), I find the the wording (but inexact) in When codeSTOP/code or codeERROR STOP/code are used to

Re: [GSoC] Addition of ISL AST generation to Graphite

2014-06-29 Thread Gerald Pfeifer
I'm pretty it's the following that causes bootstrap to fail for me: 2014-06-29 Roman Gareev gareevro...@gmail.com * Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o. * common.opt: Add new switch fgraphite-code-generator=[isl|cloog]. *

[wwwdocs] testing/: Remove reference to obsolete autobuilder; use https

2014-06-29 Thread Gerald Pfeifer
Amazing what collateral damage^Wroom for improvement I'm running into as part of the http-https conversion. Applied. Gerald Index: testing/index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/testing/index.html,v retrieving revision

[wwwdocs,Java] Make links in faq.html and java/faq.html relative

2014-06-29 Thread Gerald Pfeifer
Ever since 2007-10-01 Gerald Pfeifer ger...@pfeifer.com * gcc_release: Do not include copies of faq.html in releases, and remove all the explicit support code to pull in web pages. there was no reason faq.html (formerly included as FAQ) needed absolute links unless wrt

Re: [GSoC] Addition of ISL AST generation to Graphite

2014-06-29 Thread Gerald Pfeifer
On Sun, 29 Jun 2014, Tobias Grosser wrote: sorry for the breakage. This seems to be caused by forgotten include guards. I attached a patch (not bootstrapped yet), that should fix the issue. I will start a gcc (non-graphite) bootstrap to see if it works and will commit it immediately after.

Re: [committed-PATCH] Add missing HAVE_cloog guards

2014-06-29 Thread Gerald Pfeifer
On Sun, 29 Jun 2014, Tobias Grosser wrote: I just committed the attached patch to fix the gcc bootstrap problem reported by Gerald. Thanks! I closed PR bootstrap/61650 and added that reference to your ChangeLog entry. Gerald

Re: [DOC Patch] Attribute 'naked'

2014-06-29 Thread Gerald Pfeifer
On Thu, 26 Jun 2014, Gerald Pfeifer wrote: 2014-06-17 David Wohlferd d...@limegreensocks.com * doc/extend.texi (Function Attributes): Update 'naked' attribute doc. This patch makes sense to me and I've seen feedback on an earlier iteration that lead to this now. So, I am planning

Re: [PATCH 1/7] Add missing documentation of four IPA-CP params

2014-06-29 Thread Gerald Pfeifer
On Tue, 10 Jun 2014, Gerald Pfeifer wrote: On Wed, 21 May 2014, Martin Jambor wrote: +@item ipa-cp-loop-hint-bonus +When IPA-CP determines that a cloning candidate would make the number +of iterations of a loop known, it adds a bonus

[wwwdocs,Java] Remove separate java/build-snapshot.html

2014-06-30 Thread Gerald Pfeifer
When we integrated GCJ/libgcj, it looks like we did not proceed doing that fully as it came to the web pages, and sadly nobody else has been looking after them for a while. 2014-06-30 Gerald Pfeifer ger...@pfeifer.com * build-snapshot.html: Remove. * gcj2.html: Remove link

Re: AARCH64 configure check for gas -mabi support

2014-06-30 Thread Gerald Pfeifer
I applied the small patch on top of this, mostly triggered by the markup issue. Let me know if there is anything you'd like to see differently; I am thinking to push back to GCC 4.9 as well later. Gerald 2014-06-30 Gerald Pfeifer ger...@pfeifer.com * doc/install.texi (Specific

Re: [C PATCH] Add -Wint-conversion option

2014-06-30 Thread Gerald Pfeifer
Can you please add this and the other one to gcc-4.10/changes.html? I can provide help if you need any. Gerald

Re: [C PATCH] Add -Wint-conversion option

2014-06-30 Thread Gerald Pfeifer
On Mon, 30 Jun 2014, Jakub Jelinek wrote: We don't have gcc-4.10/ directory, because the version of the next release is still to be decided (hopefully at Cauldron next month). I'm a bit worried we'll miss entries in the meantime. Can we use gcc-4.10/ for now and rename later if we go for GCC

[wwwdocs] /projects: make relative, simplify a reference

2014-06-30 Thread Gerald Pfeifer
Applied. Gerald Index: projects/cfg.html === RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cfg.html,v retrieving revision 1.19 diff -u -r1.19 cfg.html --- projects/cfg.html 3 Dec 2013 01:04:42 - 1.19 +++ projects/cfg.html

[wwwdocs,Java] Merge java/.htaccess into top level .htaccess and convert to https

2014-07-01 Thread Gerald Pfeifer
2014-07-01 Gerald Pfeifer ger...@pfeifer.com * .htaccess: Merge java/.htaccess into top level .htaccess and convert to https. Committed. Index: java/.htaccess === RCS file: java/.htaccess diff -N java/.htaccess

[wwwdocs] Convert our cgi-bin invocations to https

2014-07-01 Thread Gerald Pfeifer
These services run on gcc.gnu.org only, but also need to be accessed from our www.gnu.org/software/gcc mirror, hence the requirement to have an absolute link. Applied. Gerald Index: lists.html === RCS file:

[wwwdocs,Java] Rework java/ towards relative links and remove redundant CSS references

2014-07-02 Thread Gerald Pfeifer
2014-07-02 Gerald Pfeifer ger...@pfeifer.com * news.html: Make a number of links relative. * status.html: Ditto. * libgcj-classpath-compare.html: Remove redundant link to gcc.css. * gui-compare/libgcj-classpath-compare.html: Ditto. Committed. Yes, again

[wwwdocs] Adjust two textual references to http://gcc.gnu.org

2014-07-03 Thread Gerald Pfeifer
There were two cases, where we did not have links any more, but textual references to gcc.gnu.org via http. This addresses it. Applied. Gerald Index: gcc-2.96.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.96.html,v retrieving

Re: [wwwdocs] Buildstat update for 4.8

2014-07-03 Thread Gerald Pfeifer
On Thu, 3 Jul 2014, Tom G. Christensen wrote: Latest results for 4.8.x Thanks, applied! Gerald

[wwwdocs,Fortran] Announce IEEE intrinsic modules support for Fortran

2014-07-04 Thread Gerald Pfeifer
Hi there, I am thinking to provide the update below on our main page. Let me know if there are any changes you'd like to see. Also, for that page having 2-3(-4) words as a short title are necessary. What would be appropriate here? Fortran IEEE intrinsic modules? Gerald Index: index.html

[wwwdocs] Make git/gitweb_config.perl use https

2014-07-04 Thread Gerald Pfeifer
Applied. Gerald Index: git/gitweb_config.perl === RCS file: /cvs/gcc/wwwdocs/htdocs/git/gitweb_config.perl,v retrieving revision 1.1 diff -u -r1.1 gitweb_config.perl --- git/gitweb_config.perl 18 Mar 2008 02:07:15 -

Re: [wwwdocs,Fortran] Announce IEEE intrinsic modules support for Fortran

2014-07-05 Thread Gerald Pfeifer
On Fri, 4 Jul 2014, FX wrote: Sounds good to me. Okay; just committed per the patch below. Gerald Index: index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.926 diff -u -r1.926 index.html ---

Make declaration of wide_int_storage match its definition

2014-07-05 Thread Gerald Pfeifer
-freebsd10.0, makes the declaration match the definition. Gerald 2014-07-05 Gerald Pfeifer ger...@pfeifer.com * wide-int.h (wide_int_storage): Change declaration from struct to class. Index: wide-int.h === --- wide

Re: Make declaration of wide_int_storage match its definition

2014-07-05 Thread Gerald Pfeifer
On Sat, 5 Jul 2014, pins...@gmail.com wrote: This patch is fine but c++ allows class and struct be used interchangeable. If there is a compilers which does not it is broken and should be report to them. Yes that means clang is broken. Clang does allow for it (it actually is the stage 1

Re: [wwwdocs,Fortran] Announce IEEE intrinsic modules support for Fortran

2014-07-05 Thread Gerald Pfeifer
On Sat, 5 Jul 2014, Gerald Pfeifer wrote: Okay; just committed per the patch below. Oops. This makes it consistent with other entries. Gerald

[wwwdocs] Rotate news

2014-07-05 Thread Gerald Pfeifer
Applied. Gerald Index: index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.928 diff -u -r1.928 index.html --- index.html 5 Jul 2014 19:46:32 - 1.928 +++ index.html 5 Jul 2014 21:14:05

Re: [PATCH 3/5] IPA ICF pass

2014-07-05 Thread Gerald Pfeifer
On Fri, 20 Jun 2014, Trevor Saunders wrote: +@item -fipa-icf +@opindex fipa-icf +Perform Identical Code Folding for functions and read-only variables. +Behavior is similar to Gold Linker ICF optimization. Symbols proved +as semantically equivalent are redirected to corresponding symbol. The

[wwwdocs] bugs/index.html: remove some links and make some relative

2014-07-05 Thread Gerald Pfeifer
Ever since the following change to maintainer-scripts/gcc_release 2007-08-21 Paul Brook p...@codesourcery.com Nathan Sidwell nat...@codesourcery.com Mark Mitchell m...@codesourcery.com Joseph Myers jos...@codesourcery.com * gcc_release: Do

Re: AARCH64 configure check for gas -mabi support

2014-07-05 Thread Gerald Pfeifer
On Mon, 30 Jun 2014, Yufeng Zhang wrote: Looks good to me. Thanks for the fix. 2014-06-30 Gerald Pfeiferger...@pfeifer.com * doc/install.texi (Specific, aarch64*-*-*): Fix markup. Reword a bit. I also pushed this to the GCC 4.9 branch now. Gerald

Re: [wwwdocs,Fortran] Announce IEEE intrinsic modules support for Fortran

2014-07-05 Thread Gerald Pfeifer
On Sat, 5 Jul 2014, Gerald Pfeifer wrote: Oops. This makes it consistent with other entries. Something happened when I made that edit resulting in a weird date, plus I failed to include the patch. Thanks to a friendly voice noting this to me! Gerald Index: index.html

[wwwdocs,Java] java/news.html

2014-07-05 Thread Gerald Pfeifer
2014-07-06 Gerald Pfeifer ger...@pfeifer.com * news.html: Avoid link into our SVN repository. Fix grammar. Applied. Index: news.html === RCS file: /cvs/gcc/wwwdocs/htdocs/java/news.html,v retrieving revision 1.18

Re: [wwwdocs] Buildstat update for 4.7

2014-07-05 Thread Gerald Pfeifer
On Thu, 3 Jul 2014, Tom G. Christensen wrote: 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 Applied, thank you! Gerald

Re: [PATCH] Add alloc_align and assume_aligned attributes (PR middle-end/60092)

2014-07-06 Thread Gerald Pfeifer
On Thu, 6 Feb 2014, Jakub Jelinek wrote: As discussed on IRC, this patch introduces two new attributes, so that the C library (and other headers) have a way to a) tell the compiler something about functions like aligned_alloc or memalign b) tell the compiler the alignment of pointers

[wwwdocs,RX,390] gcc-4.9/changes.html editorial

2014-07-06 Thread Gerald Pfeifer
Consistently use command-line option with a dash (cf. https://gcc.gnu.org/codingconventions.html). Improve grammar in s390 entry. Improve markup of RX entry (embedding command-line options in code.../code). Applied. Gerald Index: gcc-4.9/changes.html

[wwwdocs] PATCH for Re: New French mirror

2014-07-06 Thread Gerald Pfeifer
Hi Tim, On Wed, 2 Jul 2014, Tim Semeijn wrote: I have set up a French gcc mirror. It is located in Roubaix, France. isn't that where they like to torture bikes (and riders) once a year? ;-) It is reachable through http, ftp and rsync: http://mirror.bbln.nl/gcc ftp://mirror.bbln.nl/gcc

Re: [GOMP4, RFC] OpenMP4 offload support for Intel PHI targets.

2014-07-06 Thread Gerald Pfeifer
Hi Kirill, On Wed, 2 Jul 2014, Kirill Yukhin wrote: I would like to announce creation of a dedicated branch gomp4-offload to speed up review of FE-independent offload-related features. mind documenting this in https://gcc.gnu.org/svn.html as well? (If this requires more involved

Re: [Patch, Fortran] Update gfortran.texi's 2003/2008 status

2014-07-06 Thread Gerald Pfeifer
, we use American English, and per https://gcc.gnu.org/codingconventions.html we should use that. I did not change this yet, to see whether there is any strong opposition making things consistent. Gerald 2014-07-07 Gerald Pfeifer ger...@pfeifer.com * gfortran.texi (Fortran 2003

[wwwdocs] Clarify and simplify how to get SVN write access

2014-07-07 Thread Gerald Pfeifer
A couple of us noticed, over time, that our instructions on who can sponsor SVN write access and how to get it are not as clear as they could be. This tries to improve that. And the text even is a bit shorter, overall. Applied. Gerald Index: svnwrite.html

[wwwdocs,Java] bin/gen-classpath-compare: http - https

2014-07-08 Thread Gerald Pfeifer
Java guys, -- do you still need this script or can it be removed? For now I went ahead and applied the patch below which converts the reference to the style sheet from http to https. Gerald Index: bin/gen-classpath-compare ===

[wwwdocs] Adjust a reference to an SVN file to https

2014-07-08 Thread Gerald Pfeifer
...and convert one from cvsweb to SVN. Applied. Gerald Index: bugs/reghunt.html === RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/reghunt.html,v retrieving revision 1.19 diff -u -r1.19 reghunt.html --- bugs/reghunt.html 29 Jun 2014

[wwwdocs] cgi-bin: http - https

2014-07-09 Thread Gerald Pfeifer
I nearly missed those: there were two reference to gcc.gnu.org via http in cgi-bin. Applied. Gerald Index: cgi-bin/cvsweb.conf === RCS file: /cvs/gcc/wwwdocs/cgi-bin/cvsweb.conf,v retrieving revision 1.7 diff -u -r1.7 cvsweb.conf

Re: [doc] install.texi, update links to packages for Solaris

2014-07-10 Thread Gerald Pfeifer
On Wed, 9 Jul 2014, Tom G. Christensen wrote: Patch applies to trunk, gcc 4.9 and gcc 4.8 branches. 2014-07-09 Tom G. Christensen t...@jupiterrise.com * doc/install.texi: Remove links to defunct package providers for Solaris Thanks, Tom! I was just going to create the same

Re: [PATCH] -Wmemset-transposed-args (PR middle-end/61294, take 2)

2014-07-10 Thread Gerald Pfeifer
On Thu, 10 Jul 2014, Jakub Jelinek wrote: +Wmemset-transposed-args +C ObjC C++ ObjC++ Var(warn_memset_transposed_args) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall) +Warn about suspicious call to memset where the third argument is constant zero and second is not zero calls (plural), like

Re: More informative ODR warnings

2014-07-13 Thread Gerald Pfeifer
Hi Honzo, On Sun, 13 Jul 2014, Jan Hubicka wrote: +@opindex Wodr +@opindex Wno-odr +@opindex Wodr +Warn about One Definition Rule violations during link time optimization. +Require @option{-flto-odr-type-merging} to be enabled. Enabled by default here in invoke.texi you talk about One

Re: [PATCH] Implement -fsanitize=object-size

2014-07-13 Thread Gerald Pfeifer
Hi Marek, On Sun, 13 Jul 2014, Marek Polacek wrote: --- gcc/doc/invoke.texi +++ gcc/doc/invoke.texi @@ -5477,6 +5477,12 @@ This option enables instrumentation of array bounds. Various out of bounds accesses are detected. Flexible array members and initializers of variables with static

Re: [wwwdocs] Clarify and simplify how to get SVN write access

2014-07-14 Thread Gerald Pfeifer
On Tue, 8 Jul 2014, Gerald Pfeifer wrote: A couple of us noticed, over time, that our instructions on who can sponsor SVN write access and how to get it are not as clear as they could be. This tries to improve that. Further clarifications and strengthening the Else part based on feedback from

Re: [PATCH][www] disallow /git/ in robots.txt

2014-07-15 Thread Gerald Pfeifer
On Tue, 15 Jul 2014, Richard Biener wrote: Seems like somebody is mirroring gitweb urls. 2014-07-15 Richard Biener rguent...@suse.de * robots.txt: Disallow /git/ Makes sense. (I checked, and we already block /svn and /viewcvs.) How did you find out? Gerald

Re: [PATCH] Clarify always_inline docs, fix PR61782

2014-07-15 Thread Gerald Pfeifer
On Tue, 15 Jul 2014, Richard Biener wrote: Does this look ok? 2014-07-15 Richard Biener rguent...@suse.de PR other/61782 * doc/extend.texi (always_inline): Clarify. Make sense to me and looks fine. Gerald

Re: [Patch] PR 61662

2014-07-16 Thread Gerald Pfeifer
On Wed, 16 Jul 2014, David Wohlferd wrote: 2014-07-09 David Wohlferd d...@limegreensocks.com PR target/61662 * config/i386/ia32intrin.h: Use __LP64__ to determine size of long This is OK for mainline and 4.9 backport. Thank you for reviewing and approving this. However

[wwwdocs] Patch for Re: PLEASE RE-ADD MIRRORS (small correction)

2014-07-17 Thread Gerald Pfeifer
On Tue, 15 Jul 2014, Dan D. wrote: Are you still interested in the mirrors? Yep. This is the patch I just committed to our web site. If there are further updates, best propose a patch against https://gcc.gnu.org/mirrors.html , that is the fastest way and ensure things show up as you want them

Re: [wwwdocs] PATCH for Re: New French mirror

2014-07-18 Thread Gerald Pfeifer
On Mon, 14 Jul 2014, Tim Semeijn wrote: We have decided to switch domains so the mirror details have changed. The old domain will be up for a while but it would be best for the details to be edited. -- http://mirror.bbln.org/gcc ftp://mirror.bbln.org/gcc

Re: [PATCH] Fix bootstrap with gcc 4.3

2014-07-19 Thread Gerald Pfeifer
On Mon, 14 Jul 2014, Richard Biener wrote: 2014-07-14 Richard Biener rguent...@suse.de * libgcov.h (struct gcov_fn_info): Make ctrs size 1. I actually had the same patch ready and tested already, but realized this would increase memory consumption (though just a bit) and over-

Re: [PATH wwwdocs] Mention avx-512vlbwdq branch in svn.html

2014-07-27 Thread Gerald Pfeifer
Hi Kirill, On Sun, 27 Jul 2014, Kirill Yukhin wrote: Patch below introduces mention of avx-512vlbwdq SVN branch in htdocs/svn.html Same prefix for e-mail (w/ avx-512) put intentionally. Is it ok to install? you don't need to get explicit approval for release notes related to your areas

Re: [PATCH, go]: Restore bootstrap

2014-07-28 Thread Gerald Pfeifer
On Fri, 25 Jul 2014, Martin Liška wrote: Yes, --enable-languages=all is the default, so it only builds the frontends that are enabled by default, so it does not build the Go or Ada frontends. I know it doesn't make much sense. I would suggest to replace currently used 'all' to 'default'. And

Re: [DOC PATCH] Fix -Wno-odr entry

2014-07-28 Thread Gerald Pfeifer
On Mon, 28 Jul 2014, Marek Polacek wrote: -Wodr entry was missing an @item. Plus some corrections. Ok for trunk? 2014-07-28 Marek Polacek pola...@redhat.com * doc/invoke.texi (-Wno-odr): Fix @item entry. Tweak wording. Jeff already okayed, but in any case you should feel

[wwwdocs] Add UK go-parts.com mirror

2014-07-28 Thread Gerald Pfeifer
Applied, though I noticed the mirror is a few weeks behind right now. Gerald Index: mirrors.html === RCS file: /cvs/gcc/wwwdocs/htdocs/mirrors.html,v retrieving revision 1.224 diff -u -r1.224 mirrors.html --- mirrors.html18

Re: [PATCH][wwwdocs] Update changes.html with Cortex-A53 erratum workaround options

2014-11-12 Thread Gerald Pfeifer
On Wednesday 2014-11-12 16:31, Kyrill Tkachov wrote: This patch adds the Cortex-A53 erratum workaround options item to the changes page (and adds the AArch64 section of that page in the process) Ok? Looks perfect to me. Thanks, Gerald

Re: [PATCH][wwwdocs] Add Cortex-A53 erratum workaround note to AArch64 changes for 4.8

2014-11-14 Thread Gerald Pfeifer
On Friday 2014-11-14 15:06, Kyrill Tkachov wrote: Considering that the erratum workaround option was backported to 4.8, I assume we'll need an item for that in the changes.html for that branch? Good point. Yes. It will be good note note which minor release is the first with this fix,

Re: OpenACC middle end changes

2014-11-15 Thread Gerald Pfeifer
On Thursday 2014-11-13 17:59, Thomas Schwinge wrote: Here is our current set of OpenACC middle end changes. As discussed before, this is not yet all of OpenACC 2.0 -- we shall a) document what is working already, and b) continue to work on closing the gap. As David wrote in a different

Re: [PATCH][AArch64] Remove crypto extension from default for cortex-a53, cortex-a57

2014-11-24 Thread Gerald Pfeifer
On Tuesday 2014-11-18 09:38, Kyrill Tkachov wrote: Here's what I propose. + li The cryptographic extensions to the ARMv8-A architecture are no + longer enabled by default when specifying the + code-mcpu=cortex-a53/code, code-mcpu=cortex-a57/code or +

Re: Document __builtin_*_overflow

2014-11-25 Thread Gerald Pfeifer
Hi Jakub, On Wednesday 2014-11-12 14:13, Jakub Jelinek wrote: This patch mentions __builtin_*_overflow in gcc-5/changes.html. Ok for CVS? I've fallen a bit behind with GCC patches, sorry. What do you think about this follow-up patch on top of yours? Gerald Index: changes.html

Re: [PATCH][AArch64] Remove crypto extension from default for cortex-a53, cortex-a57

2014-11-26 Thread Gerald Pfeifer
On Tuesday 2014-11-25 16:08, Kyrill Tkachov wrote: The change is to the behaviour of -mcpu, not -march. -march is only mentioned as a way of getting the previous behaviour if the user so wishes. Ah, okay. How about this amendment? Where you have add the code+crypto/code extension to the

Re: [Patch,wwwdoc]Update 5.0 change for ARM new core cortex-m7

2014-11-26 Thread Gerald Pfeifer
On Wednesday 2014-11-26 11:17, Terry Guo wrote: This patch will document support and tuning for Cortex-M7 in GCC 5.0 changes. Is it ok to commit? Looks good to me. Thanks, Gerald

Re: [wwwdocs] Add news item about JIT

2014-11-26 Thread Gerald Pfeifer
On Tuesday 2014-11-11 20:17, David Malcolm wrote: The attached patch adds a news entry about the JIT merge to the frontpage of the website. Yes. Except you may want to add your name to the entry as we have in some older examples. Kudos where kudos is due. :-) Oh, and gcc/doc/contrib.texi

Re: [PATCH][ARM] Add Cortex-A17 support

2014-11-27 Thread Gerald Pfeifer
On Thursday 2014-11-27 11:09, Kyrill Tkachov wrote: Thanks for the review. The invoke.texi changes were posted and approved at https://gcc.gnu.org/ml/gcc-patches/2014-11/msg02683.html and I'm attaching the proposed changes.html patch. Looks good. Note that once you have has been added and

Re: [wwwdocs] Update C++1y status page now that C++14 is finished.

2014-09-26 Thread Gerald Pfeifer
On Wednesday 2014-09-24 08:24, Mike Stump wrote: C++14 is no longer the next standard, it's here, so update the project page. Can we have a web doc person update the name of the page (projects/cxx1y.html - projects/cxx14.html) and add a redirect as necessary? I'll do that over the weekend.

Re: [wwwdocs] Add recent C++ changes to gcc-5/changes.html

2014-10-19 Thread Gerald Pfeifer
On Friday 2014-10-17 13:34, Jonathan Wakely wrote: Index: htdocs/gcc-5/changes.html === @@ -128,12 +164,13 @@ ul li Class codestd::experimental::any/code; /li li Function template

Re: [AArch64] Add --enable-fix-cortex-a53-835769 configure-time option

2014-10-19 Thread Gerald Pfeifer
On Friday 2014-10-10 11:53, Kyrill Tkachov wrote: This adds a new configure-time option --enable-fix-cortex-a53-835769 that will enable the Cortex-A53 erratum fix by default so you don't have to specify -mfix-cortex-a53-835769 every time. Documentation in install.texi is added. Thank you.

[wwwdocs] Rotate news

2014-04-05 Thread Gerald Pfeifer
Applied. Gerald Index: index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.908 diff -u -r1.908 index.html --- index.html 13 Mar 2014 15:30:15 - 1.908 +++ index.html 5 Apr 2014 20:48:31

Re: [PATCH] Fix my name in contrib.texi

2014-04-06 Thread Gerald Pfeifer
On Tue, 18 Mar 2014, Richard Biener wrote: Committed as obvious. htdocs/svn.html has four occurrences, and a few other pages also have some. Though I don't think it's appropriate to adjust the like of news.html, should I update svn.html? Gerald

[wwwdocs] Consolidate GCC web pages documentation (4/3)

2014-04-09 Thread Gerald Pfeifer
or so Gerald Pfeifer has been leading the effort, but there are -emlots/em of people who contribute./p +many +a href=http://gcc.gnu.org/onlinedocs/gcc/Contributors.html;contributors +/a./p pThe web pages are under a href=#cvsCVS control/a and you can a href=http://gcc.gnu.org/cgi-bin/cvsweb.cgi

Re: gcc/doc/*texi patch ping

2014-04-13 Thread Gerald Pfeifer
On Thu, 10 Apr 2014, Tobias Burnus wrote: I would like to ping the patch: http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01673.html It's a syntax issue: It simply makes no sense to have a @menu item which points to @nodes which are at the same or higher level than the section in which the

Re: [PING] [PATCH, DOC] Mention -free enabled by default for -O2 and above on AArch64

2014-04-13 Thread Gerald Pfeifer
On Fri, 11 Apr 2014, Yufeng Zhang wrote: Ping~ Originally posted here: http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01282.html Looks okay to me, that I'd prefer it to be approved by a target maintainer -- AArch64 here. Gerald

Re: LTO / invoke.texi: Add some words about static libraries and LTO

2014-04-14 Thread Gerald Pfeifer
On Sat, 22 Mar 2014, Tobias Burnus wrote: Mention gcc-ar, gcc-ranlib, gcc-nm in the documentation. OK? This looks okay to me, except for In order to make a static library suitable for both LTO optimization and usual linkage, compile its object files with @option{-flto}

  1   2   3   4   5   6   7   8   9   10   >