Re: libcpp PATCH to avoid deprecated copy assignment

2018-05-24 Thread Gerald Pfeifer
On Wed, 23 May 2018, Jason Merrill wrote: > Great, applied. Thank you! Gerald

Remove support for FreeBSD 4.x (and earlier)

2018-05-24 Thread Gerald Pfeifer
surprised for even FreeBSD 5.x not to really work any longer. On the way, move a now no longer relevant comment where it is still applicable. What do you think? (Let me know if you'd like me to keep the first sentence of the original comment.) Gerald 2018-05-24 Gerald Pf

Make lto-streamer.h consistent wrt. symtab_node

2014-08-10 Thread Gerald Pfeifer
Looking for something else, I noticed that the majority of references in lto-streamer.h were to symtab_node, whereas there were two left to symtab_node. This patch, tested for weeks on i386-unknown-freebsd10.0, makes things consistent. Applied as obvious. Gerald 2014-08-10 Gerald Pfeifer

Re: [PATCH] Bump BASE-VER, change snapshots to gcc-5-2014xxxxx

2014-08-16 Thread Gerald Pfeifer
On Thu, 14 Aug 2014, Richard Biener wrote: > See $subject. > > Ok? I had the same change, but did not get to submit it while traveling last week. Is there anything else we need to do for the version change? Gerald

[wide-int] template class generic_wide_int in wide-int.h

2014-08-16 Thread Gerald Pfeifer
affirmative re a similar patch last month. Applied. Gerald 2014-08-16 Gerald Pfeifer * wide-int.h (generic_wide_int): Declare as class instead of struct. Index: wide-int.h === --- wide-int.h (revision 214062) +++ wide-int.h

[C++] Remove contains_empty_class_p from class.c

2014-08-17 Thread Gerald Pfeifer
It appears this is not used anywhere. Tested on i386-unknown-freebsd10.0. Okay? Gerald 2014-08-16 Gerald Pfeifer * class.c (contains_empty_class_p): Remove. Index: gcc/cp/class.c === --- gcc/cp/class.c (revision

Re: [wwwdocs] Buildstat update for 4.5

2014-08-17 Thread Gerald Pfeifer
On Sun, 17 Aug 2014, Tom G. Christensen wrote: > Latest results for 4.5.x > > -tgc > > Testresults for 4.5.4: > powerpc-apple-darwin8.11.0 Applied, thanks! Gerald

Re: [wwwdocs] Buildstat update for 4.8

2014-08-17 Thread Gerald Pfeifer
On Sun, 17 Aug 2014, Tom G. Christensen wrote: > Testresults for 4.8.3: > x86_64-unknown-linux-gnu Applied, thanks! Gerald

Re: [wwwdocs] Update GCC5 changes.html

2014-08-21 Thread Gerald Pfeifer
On Wed, 13 Aug 2014, Marek Polacek wrote: > I've put together a few lines describing what I (except > -fsanitize=alignment) implemented for GCC 5. > It's the file wwwdocs/htdocs/gcc-5/changes.html. Nice! > + -fsanitize=float-cast-overflow: check that the result > +of floating-point t

[wwwdocs] Fix spelling of "cost model" in gcc-4.9/changes.html

2014-08-23 Thread Gerald Pfeifer
Applied. Gerald Index: gcc-4.9/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v retrieving revision 1.78 diff -u -r1.78 changes.html --- gcc-4.9/changes.html16 Jul 2014 09:51:24 - 1.78 +++ gc

Re: Doc Bug: cxa-atexit not use-cxa-atexit

2014-08-23 Thread Gerald Pfeifer
On Mon, 18 Aug 2014, Joel Sherrill wrote: > I think this is a minor documentation bug which is in the head but also > seems to be in the gcc 4.4.7 docs shipped with CentOS 6.x. > > OK to commit? > > 2014-08-18 Joel Sherrill > > * doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atex

Re: [wwwdocs] Buildstat update for 4.9

2014-08-24 Thread Gerald Pfeifer
On Sun, 17 Aug 2014, Tom G. Christensen wrote: > Latest results for 4.9.x > > -tgc > > Testresults for 4.9.1: > arm-unknown-linux-gnueabihf > hppa2.0w-hp-hpux11.11 > hppa64-hp-hpux11.11 > i386-pc-solaris2.9 > i686-pc-linux-gnu > powerpc-apple-darwin8.11.0 > sparc-sun-solaris2.9 >

Re: [PATCH] PR fortran/62245 fix INT docs.

2014-08-24 Thread Gerald Pfeifer
On Sun, 24 Aug 2014, VandeVondele Joost wrote: > A doc change to refine wording for result value of int, avoiding the > word range and using magnitude as does the standard. Mentions undefined > behavior. > > 2014-08-24 Joost VandeVondele > > PR fortran/62245 > * intrinsic.texi (

Re: [PATCH, DOC]: Fix for Options That Control Optimization section

2014-08-24 Thread Gerald Pfeifer
another case. Gerald 2014-08-24 Gerald Pfeifer * doc/invoke.texi (Optimize Options): Fix markup in two cases. Index: doc/invoke.texi === --- doc/invoke.texi (revision 214408) +++ doc/invoke.texi (working copy

Re: [wwwdocs] Update GCC5 changes.html

2014-08-25 Thread Gerald Pfeifer
On Fri, 22 Aug 2014, Marek Polacek wrote: > Elsewhere in the code base I see mainly "pointer to integer" so I > haven't changed this. Sounds good. > The following patch contains two more options: -Wc99-c11-compat and > -Wbool-compare. > > Ok? Nice! Thanks you. Oh, yes, okay. Can you just c

Re: [wwwdocs] Buildstat update for 4.8

2014-08-25 Thread Gerald Pfeifer
On Sat, 23 Aug 2014, Raghunath Lolur wrote: > Please find an update of test results for 4.8.x > > Test Results for 4.8.3: > aarch64-unknown-linux-gnu Applied, thanks. Gerald

Re: [PATCH 5/5] add libcc1 [gcc-5/changes.html]

2014-08-31 Thread Gerald Pfeifer
Hi Jan, On Fri, 8 Aug 2014, Jan Kratochvil wrote: >>> "Jeff" == Jeff Law writes: >>> Does this deserve a mention in the news file? > Attached (based on Tom's PATCH 0/5 mail). Index: htdocs/gcc-5/changes.html === +C + +GDB

Re: [ARM Documentation] Clarify -mcpu, -mtune, -march

2014-08-31 Thread Gerald Pfeifer
On Wed, 5 Feb 2014, James Greenhalgh wrote: > As far as I know the behaviour of this flag has always been this way. > So is this also OK to backport to release branches? 2014-02-05 James Greenhalgh PR target/59718 * doc/invoke.texi (-march=): Clarify documentation for ARM.

Re: [PATCH][1-3] New configure options that make the compiler use -fPIE and -pie as default option

2014-08-31 Thread Gerald Pfeifer
On Fri, 1 Aug 2014, Rainer Orth wrote: > +NOTE: With configure --enable-default-pie this option is enabled by default > > With the @option{--enable-default-pie} configure option, ... And just "Note: " or perhaps "@emph{Note}:" as in many other cases. Gerald

[wwwdocs] Patch for Re: _contribute.html_: missing information regarding feedback procedure

2014-08-31 Thread Gerald Pfeifer
On Fri, 10 May 2013, Jonathan Wakely wrote: >> At the very bottom of the above page (http://gcc.gnu.org/contribute.html), >> there is no indication of GCC only accepting *plain text* messages. > That would belong on http://gcc.gnu.org/lists.html but it could be > improved, as it only says "Please r

Re: [wwwdocs] Add "Porting to GCC 4.9" document

2014-08-31 Thread Gerald Pfeifer
On Tue, 4 Mar 2014, Jonathan Wakely wrote: I've added an initial "Porting to GCC 4.9" page at http://gcc.gnu.org/gcc-4.9/porting_to.html Very nice! Thank you for doing this. What do you think about the following patch with minor changes? The only material one (apart from making the URL relat

Re: [PATCH] doc/generic.texi: Fix typo

2014-08-31 Thread Gerald Pfeifer
, I went ahead and applied the patch below. Gerald 2014-08-31 Gerald Pfeifer * doc/generic.texi (Deficiencies): Add note on exemplary mistakes. Index: doc/generic.texi === --- doc/generic.texi(revision 214765) ++

Re: [PATCH] 2014-08-29 Honggyu Kim

2014-08-31 Thread Gerald Pfeifer
On Fri, 29 Aug 2014, Marek Polacek wrote: >> -There are many places in which this document is incomplet and incorrekt. >> +There are many places in which this document is incomplete or incorrect. > I believe these typos are intentional. That is my understanding as well, so I added a comment to tha

Re: fix typo in doc/generic.texi

2014-08-31 Thread Gerald Pfeifer
On Tue, 11 Feb 2014, Marek Polacek wrote: > On Wed, Feb 12, 2014 at 12:00:30AM +0530, Prathamesh Kulkarni wrote: >> * (generic.texi): Fix typo >> >> Index: generic.texi >> === >> --- generic.texi(revision 207627) >> +++ generic.te

PATCH for Re: New GCC mirror

2014-09-03 Thread Gerald Pfeifer
On Fri, 29 Aug 2014, ConcertPass Mirrors Admin wrote: > we set up a new GCC mirror for the community. > > URL: http://mirrors.concertpass.com/gcc/ > Organization/Contact: ConcertPass (ad...@mirrors.concertpass.com) > Location: United States, Michigan > > Please, add it to your mirror list page.

Re: RFA: Merge definitions of get_some_local_dynamic_name

2014-09-04 Thread Gerald Pfeifer
On Tue, 2 Sep 2014, Richard Sandiford wrote: > Also, i386 was robust against uses of %& in inline asm. The patch > makes sure the other ports are too. Using %& in inline asm would > often be a mistake, but it should at least trigger a proper error > rather than an ICE. > > Tested on x86_64-linux

Re: RFA: Merge definitions of get_some_local_dynamic_name

2014-09-04 Thread Gerald Pfeifer
On Thu, 4 Sep 2014, Richard Sandiford wrote: > Is this stage 1 libgcc or a later libgcc? Seems unlikely if stage 1. Stage 1. I kicked off a non-parallel build, which just failed as follows: /scratch2/tmp/gerald/OBJ-0904-1719/./gcc/xgcc -B/scratch2/tmp/gerald/OBJ-0904-1719/./gcc/ -B/home/geral

Re: [PATCH] Fix for PR bootstrap/58951

2013-11-05 Thread Gerald Pfeifer
Hi Balaji, On Tue, 5 Nov 2013, Iyer, Balaji V wrote: > Attached, please find a patch to fix PR 58951. The usage of -ldl is not > necessary. The patch is tested in x86_64 and x86. It is committed as > obvious. thanks for looking into this. Unfortunately, with SVN revision 204424 (that is, after

Re: wwwdocs: gcc-4.9/changes.html: Add OpenMP4 + -Wdate-time

2013-11-06 Thread Gerald Pfeifer
On Tue, 5 Nov 2013, Tobias Burnus wrote: OK? Looks good to me, thanks! Gerald PS: If I were to nitpick, I'd probably omit the comma before "while".

[wwwdocs] backend -> back end

2013-11-11 Thread Gerald Pfeifer
Working to address a user question, I noticed that many of our pages use the spelling of "backend" when http://gcc.gnu.org/codingconventions.html suggest "back end" (noun) and "back-end" (adjective). Joseph, if you confirm that back end it is (as a noun), I'll apply the patch below. Gerald Inde

Re: [PATCH] Fix for PR bootstrap/58951

2013-11-11 Thread Gerald Pfeifer
Hi Balaji, any chance to get this fixed? Bootstrap on FreeBSD has now been broken for some two weeks overall and I hope there aren't other things hidden behind this one. Gerald On Tue, 5 Nov 2013, Gerald Pfeifer wrote: > thanks for looking into this. Unfortunately, with SVN revisio

RE: [PATCH] Fix for PR bootstrap/58951

2013-11-12 Thread Gerald Pfeifer
On Tue, 12 Nov 2013, Iyer, Balaji V wrote: >> Are you linking with -nostdlib or something similar? IIRC those >> routines are provided by libc on *bsd*. On other systems you may need >> to link in libdl via -ldl. > Yes, I am. In my system SUSE, I need to explicitly link it. >> I'm sure there's

RE: [PATCH] Fix for PR bootstrap/58951

2013-11-13 Thread Gerald Pfeifer
On Tue, 12 Nov 2013, Iyer, Balaji V wrote: > This worked for me and I checked it in. Gerald, please let me know if > you still have issues. Thanks Balaji and H.J. -- my tester successfully bootstrapped again (for the first time this month). Gerald

Re: [WWWDOCS] Document IPA/LTO/FDO/i386 changes in GCC-4.9

2013-11-22 Thread Gerald Pfeifer
On Mon, 18 Nov 2013, Jan Hubicka wrote: > there was many changes in this area. The following are ones I can think > of. Please fell free to suggest more changes. We probably should mention > Teresa's splitting work once it is complete and new micro-architectures > targetd by x86 backend. Yes,

Re: [wwwdocs] Announce Build Robot

2013-11-24 Thread Gerald Pfeifer
On Sat, 23 Nov 2013, Jan-Benedict Glaw wrote: > Now that it's nicely working, I'd like to publically announce the > Build Robot. As suggested, here's a patch adding it to GCC's > homepage's "Development" section as well as to the "News": Agreed. > +Toolchain Build Robot > +[2013-11-23] > +

Re: [wwwdocs] gcc-4.8/changes.html: mention IRA and transactional memory

2013-11-25 Thread Gerald Pfeifer
On Mon, 20 May 2013, Aldy Hernandez wrote: > I am committing the attached patch. Thanks, Aldy. I just noticed the casing of SPARC and a bit of an inconsistency around IA-32, and committed the follow-up below (which also contains one "back end" fix). Gerald Index: changes.html ==

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 @@ Class std::experimental::any; Function template std::experimental::apply; + Variable tem

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. Can

Re: [jit] Add Sphinx to install.texi

2014-10-21 Thread Gerald Pfeifer
On Monday 2014-10-20 15:19, David Malcolm wrote: > +@item Sphinx (any working version) As opposed to "any non-working version"? ;-) I'd just omit "working" from this. Otherwise this looks good to me, except... > +Necessary to regenerate @file{jit/docs/_build/texinfo} from the .rst > +files in

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

2014-10-27 Thread Gerald Pfeifer
Hi Kyrill, On Monday 2014-10-20 10:41, Kyrill Tkachov wrote: >> Thank you. Can you please also update gcc-5/changes.html on the >> web side of things? > Sure, but I'm not sure how to get access to the web pages cvs. > Could you point me to the magic runes please? does https://gcc.gnu.org/about.h

Re: [build, driver] RFC: Support compressed debug sections

2014-06-03 Thread Gerald Pfeifer
On Tue, 3 Jun 2014, Rainer Orth wrote: > It's been another week, and I still need approval for the build, doc, > and Darwin changes: > > https://gcc.gnu.org/ml/gcc-patches/2014-05/msg01860.html On the doc side, things are fine. Just a suggestion or two: +Produce compressed debug sections

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

2014-06-10 Thread Gerald Pfeifer
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 of ^ > +@option{ipa-cp-loop-hint-bonus} bonus to the p

Re: [Patch] Change URL in commit emails to https

2014-06-12 Thread Gerald Pfeifer
On Mon, 12 May 2014, Tobias Burnus wrote: The patch changes the URL shown in the release message to HTTPS. (Cf. https://gcc.gnu.org/viewcvs/gcc/hooks/svnmailer.conf and gcc-cvs mailing list.) Yes, please. Thanks! Gerald

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. > Status > > +Jun 18, 2014 > +The last major part of Fortran OpenMP v4.0 support has been > +committed into SVN mainline. > + > Oct 11, 2013 > The gomp-4_0-branch has been merged into SVN > -mainline, so GCC 4

[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 co

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

Re: [DOC Patch] Attribute 'naked'

2014-06-25 Thread Gerald Pfeifer
On Tue, 17 Jun 2014, David Wohlferd wrote: 2014-06-17 David Wohlferd * 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 to commit this unless anyo

[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 contribute.htm

[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 2

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 revi

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 > > * 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 an edge when a

[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 -000

[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 sev

[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 faq.html

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: [wwwdocs, patch, committed] Changed some http://gcc.gnu.org to https

2014-06-28 Thread Gerald Pfeifer
On Wed, 11 Jun 2014, Tobias Burnus wrote: This patch converts some more files, but I think one should at some point change all files. I'm working on this now, alas not per file, but according to groups of links and trying to clean up some aspects (by reducing links and make them relative where

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 storag

[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

[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: /cvs/gcc/wwwdocs/htdocs/gcc-

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 bra

[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 07:45:0

[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: news.html

[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 * lib3styles.css: Remove. * index.html: Remove reference to lib3styles.css. Index: index.html === RCS file: /cvs/g

[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 --- 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 STOP or ERROR STOP are used to terminate the executio

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 * Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o. * common.opt: Add new switch fgraphite-code-generator=[isl|cloog]. * flag-types.h: A

[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 1.

[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 * 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. services only

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. Pl

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 >> >> * 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 l

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 know

[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 * build-snapshot.html: Remove. * gcj2.html: Remove link to build-snapshot.html

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 * doc/install.texi (Specific, aarch64*-*-*)

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 * .htaccess: Merge java/.htaccess into top level .htaccess and convert to https. Committed. Index: java/.htaccess === RCS file: java/.htaccess diff -N java/.htaccess --- 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: /cvs/gcc/wwwdocs/htdocs/l

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

2014-07-02 Thread Gerald Pfeifer
2014-07-02 Gerald Pfeifer * 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 this takes care of a

[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

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 - 1.1

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 --- index.

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 * wide-int.h (wide_int_storage): Change declaration from struct to class. Index: wide-int.h === --- wide-int.h (revision

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 co

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 symb

[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 Nathan Sidwell Mark Mitchell Joseph Myers * gcc_release: Do not include copies of bugs.html in releases. * update_web_docs_svn: Set VERSION_

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 Pfeifer >> >> * doc/install.texi (Specific, aarch64*-*-*): Fix markup. Reword a bit. I also pushed this to the GCC 4.9 branch now. Gerald

<    9   10   11   12   13   14   15   16   17   18   >