On Tue, 14 Jul 2015, Kumar, Venkataramanan wrote:
> Please let me know if it is good to commit.
This looks good to me.
Gerald
Hi Marek,
On Tue, 21 Jul 2015, Marek Polacek wrote:
> +A new command-line option -Wshift-overflow has been
> + added for the C and C++ compilers, which warns about left shift
> + overflows. -Wshift-overflow=2 also warns about
> + left-shifting 1 into the sign bit.
from what I can
On Sun, 13 Sep 2015, Mark Wielaard wrote:
> Slightly adjusted patch attached. Now it is explicit that the warning is
> enabled by -Wunused-variable for C, but not C++. There are testcases for
> both C and C++ to check the defaults. And the hardcoded override is
> removed for C++, so the user could
On Tue, 15 Sep 2015, niXman wrote:
> mirrors.webhostinggeeks.com/gcc/
This is a little disappointing, though I am inclinded to consider
it a genuine mistake/migration. Addressed like this.
Gerald
Index: mirrors.html
===
RCS file: /
y...
...how about he patch below? Bootstraps on i386-unknown-freebsd10.1,
no regressions.
Gerald
2015-09-17 Gerald Pfeifer
* src/c++11/random.cc: Include .
Index: libstdc++-v3/src/c++11/random.cc
===
--- libstdc++-v3/src/c++
On Sun, 13 Sep 2015, Tom G. Christensen wrote:
> 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
On Sun, 13 Sep 2015, Tom G. Christensen wrote:
> Testresults for 5.2.0:
> i686-unknown-linux-gnu
> powerpc-unknown-linux-gnu
> sparc-sun-solaris2.10
> sparc64-sun-solaris2.10
> x86_64-unknown-linux-gnu (4)
> x86_64-w64-mingw32
>
> Testresults for 5.1.0:
> hppa64-hp-hpux11.00
Thanks,
On Sun, 13 Sep 2015, Tom G. Christensen wrote:
> Latest results for 4.9.x
Thanks, applied. Sorry for the delay - recovering from a harddrive
failure.
Gerald
On Tue, 6 Oct 2015, Jonathan Wakely wrote:
People are being scared off by the experimental status on
https://gcc.gnu.org/projects/cxx0x.html
e.g. https://gcc.gnu.org/ml/gcc/2015-10/msg00025.html
This makes it clear C++11 in 5.1 is no longer experimental.
Nice!
We also have a "Standard Confo
On Tue, 6 Oct 2015, Jonathan Wakely wrote:
On IRC Markus pointed out that ubsan works in all supported releases,
and that some code that gets ubsan errors still shows real gcc bugs,
so here's an updated patch.
This looks like a nice addition, thank you!
Gerald
On Thu, 8 Oct 2015, Uros Bizjak wrote:
> Attached patch documents new functionality in gcc-6 release notes.
>x86-64 targets now allow stack realignment from word-aligned stack
>pointer
Something seems to be missing/odd here? "a word-aligned stack
pointer" or "word-aligned stack
On Fri, 16 Oct 2015, Kirill Yukhin wrote:
> Is it ok to install?
Yes, just add a "the" before "following".
> This switch was backported to gcc-5.
> Is it ok to create a new section `GCC 5.3' and put it there
> or I need to wait for actual release?
How about if you add it now, and add "(pending)"
On Thu, 17 Sep 2015, Mark Wielaard wrote:
>>> I believe making -Wunused-const-variable part of -Wall is not
>>> a good idea.
>>>
>>> For example, I have a nightly build of Wine with a nightly build
>>> of GCC. And my notifaction mail went from twently lines of warning
>>> to 6500 -- all coming fro
On Wed, 7 Oct 2015, Bernd Schmidt wrote:
> I think not using -Wall -Werror is the right fix.
Of course there is a fair chance (and I'll likely end up proposing
this for Wine) is that people will use -Wnounused-variable instead.
Which will disable _all_ such warnings, not only those coming from
On Sat, 24 Oct 2015, Scott Haiden wrote:
> The US, Saint Louis mirror (http://gcc.petsads.us) seems to host only
> ads. I am not sure if this is a mistake on their part or if they're
> aware of it or not, but I figured I'd let somebody know just in case.
I do hope it's just a mistake and wasn't
On Mon, 26 Oct 2015, Kyrill Tkachov wrote:
Here's a patch to mention the new target attributes for arm, in the same
wording as for aarch64.
This looks good to me, thanks.
Gerald
Hi Sebastian,
what do you think about the follow-up patch below, on top of
your original patch?
Gerald
Index: gcc-6/changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.38
diff -u -r1.38 chan
On Tue, 27 Oct 2015, Richard Biener wrote:
> This adds -fchecking as a way to enable internal consistency checks
> even in release builds (or disable checking with -fno-checking - up to
> a certain extent - with checking enabled).
How (much) do we want to advertize this?
Gerald
On Wed, 21 Oct 2015, Jeff Law wrote:
> I might even claim it's already helping. While we're still seeing
> syntax errors in the conditionally compiled code, it doesn't feel like
> we're seeing it as often as in the past. That's purely anecdotal based
> on what I've seen fly by over the last co
On Wed, 11 Nov 2015, Jonathan Wakely wrote:
Fixed by this patch.
Thanks, Jonathan! Unfortunately bootstrap is still broken
(on i386-unknown-freebsd11.0 at least):
In file included from
/scratch/tmp/gerald/gcc-HEAD/libstdc++-v3/src/c++11/thread.cc:27:0:
/scratch/tmp/gerald/OBJ-1112-1414/i386
On Thu, 12 Nov 2015, Ville Voutilainen wrote:
> Note that that's a separate problem that has nothing to do with the
> tag-type-explicit-default-ctor patch.
On Thu, 12 Nov 2015, Jonathan Wakely wrote:
> Different issue.
Sorry, I had two different libstdc++ bootstrap failures in the
last 24 hours,
On Thu, 12 Nov 2015, Stepanyan, Victoria wrote:
> This patch adds znver1 description in changes.html:
:
> Ok for trunk?
Thanks, yes, this looks good to me.
Gerald
Applied.
Gerald
Index: gcc-5/changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.130
diff -u -r1.130 changes.html
--- gcc-5/changes.html 10 Nov 2015 10:53:58 - 1.130
+++ gcc-5/chang
AddressSanitizer has moved from code.google.com to github.com.
Committed.
Gerald
Index: gcc-4.8/changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.134
diff -u -r1.134 changes.html
--- gcc
I tried to find a new URL, but failed.
Committed.
Gerald
Index: gcc-4.3/porting_to.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/porting_to.html,v
retrieving revision 1.12
diff -u -r1.12 porting_to.html
--- gcc-4.3/porting_to.h
...to a textual one (only), since mips.com itself redirects to
imgtec.com, which is not what was intended here.
Committed.
Gerald
Index: projects/prefetch.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/prefetch.html,v
retrievin
Apparently Intel released a new version of this document (and the
original address redirects, but it's of course better to directly
refer to the new one).
Committed.
Gerald
Index: gcc-5/changes.html
===
RCS file: /cvs/gcc/wwwdocs/htd
Committed.
Gerald
Index: benchmarks/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/benchmarks/index.html,v
retrieving revision 1.32
diff -u -r1.32 index.html
--- benchmarks/index.html 29 Jun 2014 12:29:32 - 1.32
+++
Once again, corporate webmaster (not) at work.
Committed.
(Kirill, if you want to add a new link, absolutely go ahead.)
Gerald
Index: svn.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.202
diff -u -r1.2
weekly.golang.org/doc/go1 now redirects to golang.org/doc/go1
and this uses https.
Committed.
Gerald
Index: gcc-4.7/changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.141
diff -u -r1.141
Committed.
Gerald
Index: news.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.148
diff -u -r1.148 news.html
--- news.html 12 Sep 2015 22:19:00 - 1.148
+++ news.html 14 Nov 2015 23:39:04 -
. And who is running i486 these days?
(And FreeBSD 5 has been out of support for many years; I guess
modern versions of GCC won't work there for completely different
reasons.)
Okay?
And okay for GCC 5 after two weeks or so on trunk?
Gerald
2015-11-15 Gerald Pfeifer
* config
Generalize description of GCC branch names and simplify description
of GCC release tags. Use more recent examples for both.
Committed.
Gerald
Index: svn.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.20
Hi William,
On Fri, 2 May 2014, William Leighton Dawson wrote:
> http://gcc.gnu.org/ml/gcc-patches/2008-10/msg01096.html
>
> Gerald indicated a stale link for 'Guide for the use of the Ada
> programming language in high integrity systems'. The document is, in
> fact, not removed, just moved. It's
On Sat, 21 Nov 2015, Jonathan Wakely wrote:
> I forgot to respond to this, and never committed the patch, sorry.
>
> I've committed the changes to htdocs/projects/cxx0x.html now, but
> not the htdocs/bugs/index.html change.
I wasn't opposed to the bugs/index.html change, mind. Only
wondering a
On Thu, 26 Nov 2015, Andreas Tobler wrote:
the attached patch fixes the build issue from this ticket if bootstrap is
disabled.
Tested on x86_64-*-linux* and on x86_64-*-freebsd* with gcc and clang.
Ok for trunk?
And 5.3?
Thanks,
Andreas
2015-11-26 Andreas Tobler
PR libffi/65726
On Thu, 3 Dec 2015, Alan Lawrence wrote:
>> doc/install.texi: Add note against GNAT 4.8 on ARM targets.
This looks fine (provided it builds and looks okay).
Just...
>> +Building the Ada frontend commonly fails (an infinite loop executing
>> @code{xsinfo}) if the host compiler is GNAT 4.8.
Hi Tom,
On Tue, 8 Dec 2015, Tom de Vries wrote:
>>> Can you approve the fdl part?
>> Let's assume I can. Okay.
> was the 'Okay' above:
> - a figure of speech (as I read it), or
> - an actual approval (conditional on the adding of the comment)
> ?
I should have written this as "Let's assume I can
On Tue, 8 Dec 2015, Martin Liška wrote:
> I would like to add a missing configure option.
I saw that Jeff approved while I was mulling over the patch,
but still have two questons:
1. Why did you sort this in where you did? (It's not alphabetic.)
+Specify that the compiler should interact with v
In 1998 Jeff created this as a dump from an e-mail (hence all the
contents in a environment).
Since then we haven't really change any contents, though it's interesting
to review the commit log which reflects general changes around our web
site (to XHTML, later reducing preprocessing, now HTML 5
On Mon, 10 Aug 2020, Aldy Hernandez wrote:
> My bad. I thought Gerald had committed the inline fix as well.
Oh, and I thought you were going to after my success report. :-)
(I did not run into problems because my own tester passed since I
still had your patch locally.9
> OK pending tests?
>
>
Pushed. Gerald
---
htdocs/readings.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/readings.html b/htdocs/readings.html
index b960eb8c..978d566c 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -263,7 +263,7 @@ names.
riscv
Manufacturer: Many (o
Pushed. Gerald.
---
htdocs/bugs/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html
index a6631d8a..88fba1b9 100644
--- a/htdocs/bugs/index.html
+++ b/htdocs/bugs/index.html
@@ -300,7 +300,7 @@ to round to the nearest repr
Pushed.
Jonathan, I found two more references to valgrind.com without https (which
lead to a redirect) at http://gcc.gnu.org/onlinedocs/libstdc++/manual/debug.html
http://valgrind.org/docs/manual/drd-manual.html
http://valgrind.org/docs/manual/hg-manual.html
Would you mind having a look, per
On Tue, 25 Aug 2020, Martin Liška wrote:
> I noticed your continual effort to change http:// links to https://.
> I've written a simple script that can do that in automatic way.
Thanks, Martin! My missions isn't actually changing http:// to https://
where possible, but checking for broken links a
On Fri, 24 Jan 2020, Dragan Mladjenovic wrote:
> From: "Dragan Mladjenovic"
>
> diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
> index ef27c9b..7736990 100644
> --- a/htdocs/gcc-10/changes.html
> +++ b/htdocs/gcc-10/changes.html
> @@ -623,7 +623,14 @@ a work-in-progress.
>
On Mon, 17 Feb 2020, Martin Liška wrote:
> Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
This (or rather its predecessor?) breaks bootstrap on 32-bit
i386-unknown-freebsd11.3.
/scratch/tmp/gerald/gcc10-devel-work/gcc-10-20200223/gcc/value-prof.c: In
function 'void dump_
On Mon, 24 Feb 2020, Gerald Pfeifer wrote:
> This (or rather its predecessor?) breaks bootstrap on 32-bit
> i386-unknown-freebsd11.3.
>
> /scratch/tmp/gerald/gcc10-devel-work/gcc-10-20200223/gcc/value-prof.c: In
> function 'void dump_histogram_value(FILE*, histogram_val
On Thu, 27 Feb 2020, Gerald Pfeifer wrote:
>> This (or rather its predecessor?) breaks bootstrap on 32-bit
>> i386-unknown-freebsd11.3.
>>
>> /scratch/tmp/gerald/gcc10-devel-work/gcc-10-20200223/gcc/value-prof.c: In
>> function 'void dump_histogram_value(FI
Hi J.W.,
On Sat, 7 Mar 2020, J.W. Jagersma wrote:
>> This should wait for stage 1, IMO. Looks pretty good to me, thanks!
> What does stage 1 refer to? I'm sorry, this is my first gcc patch and
> I'm still learning how this all works.
we have tried to cover this at https://gcc.gnu.org/develop.ht
On Tue, 3 Mar 2020, Claudiu Zissulescu wrote:
> Add ARC entry for gcc-10/changes.html
What do you think of the following refinement to mark up
mov and ior as code?
Gerald
PS: And thanks for your other feedback, Martin!
diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index
Pushed.
Gerald
snip
commit 8a562ce34e441587b87d5e5bc2ebb58f4ce630b9
Author: Gerald Pfeifer
Date: Sat Mar 7 21:59:50 2020 +0100
Represent mirror admins' addresses more consistently.
diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html
index 6813de72..462d7cd7 1
On Tue, 25 Feb 2020, Lewis Hyatt wrote:
> Just checking whether the below is OK for gcc 10 changes.html please. Thanks!
> https://gcc.gnu.org/ml/gcc-patches/2020-01/msg01667.html
Yes, this looks fine to me from a web perspective.
Thank you,
Gerald
09a7a9579b59619ea3f601b821ec8b9dd3fe708e
Author: Gerald Pfeifer
Date: Sun Mar 8 00:28:23 2020 +0100
Slightly shorten/simplify our notes on mailing list spam.
diff --git a/htdocs/spam.html b/htdocs/spam.html
index f368ad9a..2196a83b 100644
--- a/htdocs/spam.html
+++ b/htdocs/spam.html
@@ -15,11 +15,7 @@ wish this would not happen
Thanks to Frank Ch. Eigler for the updated link.
Pushed.
Gerald
---
htdocs/contribute.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/contribute.html b/htdocs/contribute.html
index 052f778e..3d03b9d1 100644
--- a/htdocs/contribute.html
+++ b/htdocs/contribute.html
This is the second such case in the tree. Thanks to Frank Ch. Eigler
for the updated link.
Pushed.
Gerald
---
htdocs/gcc-4.8/changes.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/htdocs/gcc-4.8/changes.html b/htdocs/gcc-4.8/changes.html
index 83f7da6c..60cf4d42 100
The sourceware.org/ml/libc-hacker links being broken (as a consequence
of the sourceware.org upgrade) brought my attention to this bit of
c99status.html.
This simplifies that section, uses active voice, and removes those three
links from twenty years ago.
Pushed.
Gerald
---
htdocs/c99status.h
---
htdocs/codingconventions.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html
index a08ddcbb..c0377315 100644
--- a/htdocs/codingconventions.html
+++ b/htdocs/codingconventions.html
@@ -752,7 +752,7 @@ outside th
On Thu, 9 Jul 2020, Richard Sandiford wrote:
>> I'm trying Tree Browser during debugging, but failed.
>> I found that tree-browser.c and tree-browser.def have been
>> removed at 2015-07-25. So, to avoid misunderstanding,
>> can we remove this tree-browser page too?
> Thanks for the patch. Seems li
...and move from passive voice to active voice on the way.
Pushed.
Gerald
---
htdocs/gcc-10/changes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 4e5f6139..2b773f1d 100644
--- a/htdocs/gcc-10/changes.html
+
Pushed.
Gerald
---
htdocs/readings.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/htdocs/readings.html b/htdocs/readings.html
index 2488ca9d..f417ed6d 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -598,11 +598,11 @@ names.
- http://www.validl
Pushed.
(Something was off with the ChangeLog detection I'm afraid. I first got
an error message and what ended up in the commit didn't look completely
consistent.)
Gerald
2020-07-31 Gerald Pfeifer
* doc/xml/manual/status_cxx2017.xml: ParallelSTL is now part
of
For once corporate webmasters who keep their house in order and added
proper redirects.
Pushed.
Gerald
---
htdocs/gcc-6/changes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html
index 3713a394..e95aabbe 100644
--- a/htd
Pushed.
libstdc++-v3/ChangeLog:
2020-08-02 Gerald Pfeifer
* doc/xml/manual/using_exceptions.xml: Move www.stroustrup.com to
https.
* doc/html/manual/using_exceptions.html: Regenerate.
---
libstdc++-v3/doc/html/manual/using_exceptions.html | 2 +-
libstdc++-v3/doc/xml
---
htdocs/git.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/htdocs/git.html b/htdocs/git.html
index f7f87a9d..905ce80e 100644
--- a/htdocs/git.html
+++ b/htdocs/git.html
@@ -1117,7 +1117,6 @@ merged.
milepost-branch
This branch is for GCC developments done in the Milepost projec
Pushed.
Gerald
---
htdocs/codingconventions.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html
index c0377315..162e1dda 100644
--- a/htdocs/codingconventions.html
+++ b/htdocs/codingconventions.html
@@ -145,7 +1
Hi Aldy,
On Fri, 31 Jul 2020, Aldy Hernandez via Gcc-patches wrote:
> Jeff approved this patch off-list. I will re-run tests once again and
> commit by Monday.
I believe this has broken the bootstrap with clang (specifically
FreeBSD clang version 10.0.0):
In file included from /scratch/tmp/ger
t of a similar situation around gcov
three years ago.
The patch below similarly uses INCLUDE_VECTOR and "system.h" and restores
bootstrap. Tested on i386-unknown-freebsd11.4 which uses clang 10.0.0 as
system compiler.
Okay?
Gerald
2020-08-05 Gerald Pfeifer
* ipa-f
Not sure where the original URL came from, but it does not work, so
I looked this up in the mailing list archive and updated it.
Pushed.
Gerald
---
htdocs/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/index.html b/htdocs/index.html
index edeeb817..d14d432
On Mon, 30 Mar 2020, Dragan Mladjenovic wrote:
> Thanks. I forgot to mention. I would need someone to commit this for me.
I'll take care.
Gerald
Nice that AdaCore put in a redirect.
Pushed.
---
htdocs/readings.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/readings.html b/htdocs/readings.html
index 4101fc4b..40ad4d62 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -562,7 +562,7 @@ names.
On Wed, 1 Apr 2020, Gerald Pfeifer wrote:
> Nice that AdaCore put in a redirect.
I spoke too fast, that was a 404 page.
> - https://www2.adacore.com/gap-static/GNAT_Book/html/";>GNAT:
> + https://www.adacore.com/gap-static/GNAT_Book/html/";>GNAT:
Arnaud, Eric,
Pushed.
---
htdocs/gcc-9/changes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html
index d5469ec4..74c7cde7 100644
--- a/htdocs/gcc-9/changes.html
+++ b/htdocs/gcc-9/changes.html
@@ -675,7 +675,7 @@ $ g++ typo.cc
Pushed.
---
htdocs/readings.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/readings.html b/htdocs/readings.html
index 40ad4d62..84fc0404 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -27,7 +27,7 @@
https://en.wikibooks.org/wiki/GNU_C_Compiler
/doc/xml/manual/appendix_free.xml | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index beaf61b9d2b..ed2c4b77ac1 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2020-04-01 Gerald Pfeifer
+
+
Gerald
commit 69513e9ef655783d2ae68d771ad8bd4eb878839d
Author: Gerald Pfeifer
Date: Sun Apr 5 23:42:41 2020 +0200
Fix up URL for the GNAT book.
diff --git a/htdocs/readings.html b/htdocs/readings.html
index 84fc0404..da37af6a 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -562,
| 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c358977dfbb..eb092792229 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2020-04-05 Gerald Pfeifer
+
+ * doc/xml/manual
Pushed.
Walter, I could not find current doc links on mellanox.com; do you
have any?
Gerald
---
htdocs/readings.html | 8 +---
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/htdocs/readings.html b/htdocs/readings.html
index da37af6a..2d0a4275 100644
--- a/htdocs/readings.html
+
It's generally a good idea, but now that we have been moving more
towards our web pages (HTML files) being more self contained including
DOCTYPE and common headers as opposed to more pre-processing upon
deployment, consistency in the sources has become more important
to allow for easier automated c
On Tue, 7 Apr 2020, Gustavo Romero via Gcc-patches wrote:
> gcc/Changelog:
> 2020-04-06 Gustavo Romero
>
> * dumpfile.c:
> (selftest::temp_dump_context::temp_dump_context): Fix ctor.
If you approve (David, Jakub, or someone else) I can take care of
committing this if you like.
It
On Tue, 14 Apr 2020, Martin Jambor wrote:
> for reasons described in my earlier email, I'd like to commit the
> following to gcc-10/changes.html to mark offloading to HSAIL as
> deprecated.
>
> OK?
Yes, thank you.
Though given what I saw/understand, you could write "...will likely
be removed in
On Tue, 14 Apr 2020, Martin Jambor wrote:
> I think that the fact that IPA-SRA can now remove unused return
> values deserves a special mention - and I also fixed the proposition
> in the name of the pass.
>
> OK for wwwdocs?
Yes, thank you. A small recommendation:
> + The inter-procedural
On Thu, 16 Apr 2020, David Malcolm wrote:
> Validates. The wording could probably use some work.
I did not really spot anything, and rather found your writing very
clear.
> OK to push to the website repo?
Yes, thank you.
> +https://cwe.mitre.org/";>CWE weakness identifiers, which
Here you
On Thu, 23 Apr 2020, Jonathan Wakely wrote:
> This no longer works, so direct people to the mailman listinfo pages
> instead.
>
> OK to commit to wwwdocs?
Yes, thank you!
I was wondering whether we could keep something similar to this nice
form, but could not come up with a good way. So a regre
On Thu, 30 Apr 2020, Kyrylo Tkachov wrote:
> Ok.
Ah, and you also pushed it in Git. (I was just going to do it
since Anton does not appear to have an account, and noticed it
was a no-op. ;-)
Thanks,
Gerald
Pushed.
Gerald
---
htdocs/projects/cxx-status.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 40cc4fd6..89e78c01 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -
(And the winner for the longest URL is ... Analog Devices.)
Pushed.
Gerald
---
htdocs/readings.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/htdocs/readings.html b/htdocs/readings.html
index 2d0a4275..fde9c13d 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -95,6 +95,7
Pushed.
Gerald
---
htdocs/readings.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/readings.html b/htdocs/readings.html
index fde9c13d..0dd27368 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -257,7 +257,7 @@ names.
pru
Manufacturer: Texas
On Tue, 5 May 2020, Jakub Jelinek wrote:
> Ok for wwwdocs?
> + Version 5.0 of the https://www.openmp.org/specifications/";
> +>OpenMP specification is still only partially supported in the C
> and C++
> + compilers. GCC 10 release has various newly implemented features (not
> +
On Tue, 5 May 2020, Jan Hubicka wrote:
> this patch adds mention of -fprofile-prefix-path and symver attribute.
Thank you, Honza!
> + href="https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Optimize-Options.html#index-fprofile-prefix-path";>-fprofile-prefix-path
> + can be used in combina
On Wed, 9 Oct 2019, Tobias Burnus wrote:
> This mentioned the recently added OpenMP 5 feature "use_device_addr"
> which complements the (for Fortran) underspecified "use_device_ptr". The
> rest of the message, I have taken and modified from gcc-7/changes.html.
Please use instead of and break
On Thu, 10 Oct 2019, Kyrill Tkachov wrote:
>> Not sure whether this is supposed to be a living document or just a
>> record of what the mission statement was when egcs became GCC. The
>> date at the top is still 1999-04-22.
> Ah, I hadn't considered that. Good thing I didn't get around to
> com
On Mon, 14 Oct 2019, Kyrill Tkachov wrote:
>> Surely would be fine with me.
> I see, thanks. Here's a proposed patch then.
My previous mail was meant to pre-approve your patch. ;-)
Yes, this is okay.
Thanks,
Gerald
Committed.
My first git push to the new wwwdocs repository ;-) Thank you,
Joseph and everyone else who helped!
Gerald
>From 6df815817051ed1defc13eda2cbadc089da6d646 Mon Sep 17 00:00:00 2001
From: Gerald Pfeifer
Date: Thu, 17 Oct 2019 10:19:42 +0200
Subject: [PATCH] Improve markup/ni
And this makes it a bit nicer (and shorter).
Committed, too.
Gerald
diff --git a/htdocs/about.html b/htdocs/about.html
index a812a7f9..48918c83 100644
--- a/htdocs/about.html
+++ b/htdocs/about.html
@@ -51,13 +51,14 @@ a higher chance of being implemented soon. ;-)
Using the git repository
A
On Sat, 19 Oct 2019, Gerald Pfeifer wrote:
> And this makes it a bit nicer (and shorter).
And this makes the anonymous checkout of wwwdocs simple copy&paste.
Commmitted.
Gerald
diff --git a/htdocs/about.html b/htdocs/about.html
index 48918c8..a67e358 100644
--- a/htdocs/about.htm
Committed.
And as a side note, this should be the first commit in the world
of wwwdocs GIT that was properly checked by my bot. :-)
Gerald
commit bf45ac10505f02e59a0dfb13540cc8d7f5a21a68
Author: Gerald Pfeifer
Date: Sun Oct 20 17:54:09 2019 +0200
www.polyhedron.com is now
On Wed, 9 Oct 2019, js...@gcc.gnu.org wrote:
> +Use "git commit" and "git push origin
> +master" to check in the patch.
I will admit I made a couple of first commits without reading those
details and just used a plain "git push".
Is there any problem with that, any drawback?
Or could we simpli
On Wed, 9 Oct 2019, Joseph Myers wrote:
> I've done the move of GCC wwwdocs to git (using the previously posted and
> discussed scripts), including setting up the post-receive hook to do the
> same things previously covered by the old CVS hooks, and minimal updates
> to the web pages dealing wit
e
also refer to "command-line option" or similar, but I leave it up
to you whether you want to do this here.
Gerald
- Log -
commit 403208f04a685071344227d54127664e6894ee0a
Author: Gerald Pfeifer
Date: Sun Oct 20 19:11:06 2019 +0
701 - 800 of 2893 matches
Mail list logo