This simplifies our web infrastructure by pushing DOCTYPEs into the
individual pages, thus (a) reducing the preprocessing of our pages
on the server end, (b) hence reducing the dependency on MetaHTML
which makes that tool it easier to replace, and last but not least
(c) makes it easier to edit
As simple as using instead of in one place.
Committed.
Gerald
Index: gcc-6/changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.106
diff -u -r1.106 changes.html
--- gcc-6/changes.html 1 Se
Only a little change, simply omitting align="middle" which did not
actually make a practical difference, since "middle" was about vertical
alignment.
On the way strip a little disclaimer above (since, really, the graphics
isn't bad ;-).
Committed.
Gerald
Index: news/gcse.html
Due to security settings on gcc.gnu.org and the switch to HTML 5 we
need to define a style in our global CSS file instead of hardcoding
things or keeping it local to that file.
Committed.
Gerald
Index: gcc.css
===
RCS file: /cvs/gcc
Use CSS (aligned with our regular documentation) to highlight code
snippets as opposed to direct encoding; don't some blocks.
This makes this page HTML 5 and actually also looks better.
(We probably could simply remove those tables; not sure why Jeff
added them back then, probably for the sake of
is used by our online documentation, and
with a change I just applied also by news/egcs-vcg.html and later
possibly further pages.
This change limits coloring of the background of those pre blocks to
the actual width, not the entire page width.
Validated by reviewing some pages under /onlinedoc
On Sun, 2 Sep 2018, Gerald Pfeifer wrote:
> (We probably could simply remove those tables; not sure why Jeff
> added them back then, probably for the sake of coloring?)
Done thusly.
And, yes, without the tables or the patch I just committed to our CSS
https://gcc.gnu.org/ml/gcc-patches/2018-09
On 30 August 2018 22:20:06 CEST, Marc Glisse wrote:
>Hello,
>
>INTEGRALS_SIGN_PREC_MATCH: the name doesn't really match the semantics.
+#define INTEGRALS_SIGN_PREC_MATCH(A, B) \
+ TYPE_PRECISION (TREE_TYPE (A)) == TYPE_PRECISION (TREE_TYPE (B)) \
+ (TYPE_PRECISION (TREE_TYPE (A)) > TYPE_PRECIS
Left-align table with tests, removing align="center".
Committed.
Gerald
Index: testing/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/testing/index.html,v
retrieving revision 1.40
diff -u -r1.40 index.html
--- testing/index.html
While having just a line with a tag that redirects works in
practice, that doesn't make a valid HTML document, so let's fix this
by building out an HTML structure skeleton (incl. DOCTYPE).
Committed.
Gerald
Index: gcc.html
===
RCS
The new CSS class should prove useful also in other cases.
Committed.
Gerald
Index: gcc.css
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.56
diff -u -r1.56 gcc.css
--- gcc.css 2 Sep 2018 09:47:10 -
I'm not sure why this page did not fall in line with our standard
headers, but since it did not, it at first escape the conversions
I conducted the last while.
Fixed thusly.
Gerald
Index: projects/tree-ssa/vectorization.html
===
RCS
Hi Jerry,
The subject patch fixes the declaration for the vlist argument of the
formatted_dtio function pointer definition which currently gives a
warnings during compilation for mismatched types.
Regression tested on x86_64-pc-linux.
OK for trunk?
OK. Thanks!
Regards
Thomas
This page did a lot of manual formatting (via tables) which was not
consistent with other spots on our site. This address that by using
CSS instead of manually constructing tables, and adds environments
where suitable, overall making this simpler/shorter, more consistent,
and HTML 5 in the end.
On Sun, 2 Sep 2018, Bernhard Reutner-Fischer wrote:
On 30 August 2018 22:20:06 CEST, Marc Glisse wrote:
Hello,
INTEGRALS_SIGN_PREC_MATCH: the name doesn't really match the semantics.
+#define INTEGRALS_SIGN_PREC_MATCH(A, B) \
+ TYPE_PRECISION (TREE_TYPE (A)) == TYPE_PRECISION (TREE_TYPE
Committed.
Gerald
Index: gcc-2.95/regress.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/regress.html,v
retrieving revision 1.111
retrieving revision 1.113
diff -u -r1.111 -r1.113
--- gcc-2.95/regress.html 1 Sep 2018 23:42
...making this page HTML 5.
Committed.
Gerald
Index: gcc-2.95/branch.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/branch.html,v
retrieving revision 1.11
diff -u -r1.11 branch.html
--- gcc-2.95/branch.html1 Sep 2018 23
Surprising to see such a new page use old markup. I recall having
fixed this back then, reviewing the change, but probably missed that
one instance?
Anyway, fixed thusly.
Gerald
Index: gcc-7/changes.html
===
RCS file: /cvs/gcc/wwwd
Committed.
Gerald
Convert to HTML 5: Use instead of , omit align="center",
use CSS.
Index: projects/strees/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/strees/index.html,v
retrieving revision 1.4
diff -u -r1.4 index.h
It appears we copied from ourselves, so what I fixed for GCC 2.95
already was, pretty much identically, there for egcs 1.1.
Fixued thusly, making also this page HTML 5.
Gerald
Index: egcs-1.1/egcs-1.1-branch.html
===
RCS file: /cvs/
This was an easy one, we just have to remove align=right from one
of the table headers, and one where it did not make a difference
actually.
Committed.
Gerald
Index: projects/x86.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/x
This uses a new CSS class *once* instead of attributing most elements
in the table with align="right" and also brings us closer to HTML 5
compliance.
Committed.
Index: gcc.css
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrievin
Jason and Nathan,
while I completed one C+ non-bug entry with the patch below, I am
not sure the items as such is really still relevant?
In fact, if you could have a look at https://gcc.gnu.org/bugs/#nonbugs_cxx
and advise which entries perhaps should be removed (or updated or
added), I'll take c
On Sat, Sep 01, 2018 at 06:38:35AM -0500, Segher Boessenkool wrote:
> >
> > With -fno-omit-frame-pointer, arg pointer is eliminated with hard frame
> > pointer. But
> >
> > commit cd557ff63f388ad27c376d0a225e74d3594a6f9d
> > Author: hjl
> > Date: Thu Aug 10 15:29:05 2017 +
> >
> > i3
On 09/01/2018 12:04 PM, Tom de Vries wrote:
> On 08/31/2018 04:14 PM, Cesar Philippidis wrote:
>> Is this patch OK for trunk?
>>
>
> Well, how did you test this (
> https://gcc.gnu.org/contribute.html#patches : "Bootstrapping and
> testing. State the host and target combinations you used to do pr
Committed.
Gerald
Index: projects/prefetch.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/prefetch.html,v
retrieving revision 1.36
diff -u -r1.36 prefetch.html
--- projects/prefetch.html 1 Sep 2018 23:42:10 - 1.36
On Wed, 22 Aug 2018 at 21:37, Janus Weil wrote:
>
> Am Mi., 22. Aug. 2018 um 17:46 Uhr schrieb Thomas Koenig
> :
> >
> > Hi Janus,
> >
> > >> Janus,
> > >>
> > >> On 13 August 2018 21:44:47 CEST, Janus Weil wrote:
> > >>> Hi all,
> > >>>
> > >>> this simple patch improves some of the diagnostics
On 08/31/2018 12:47 AM, Bernd Edlinger wrote:
> On 08/30/18 09:07, Bernd Edlinger wrote:
>> On 08/30/18 06:34, Jason Merrill wrote:
>>> On 08/24/2018 03:52 PM, Bernd Edlinger wrote:
this updated patch fixes one regression with current trunk due
to a new test case. Sorry for the confusion
On 09/02/2018 04:49 AM, Thomas Koenig wrote:
Hi Jerry,
The subject patch fixes the declaration for the vlist argument of the
formatted_dtio function pointer definition which currently gives a
warnings during compilation for mismatched types.
Regression tested on x86_64-pc-linux.
OK for tr
...by stripping use of some obsolete features and adding missing
table cells ().
Committed.
Gerald
Index: gcc-3.0/criteria.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/criteria.html,v
retrieving revision 1.34
diff -u -r1.34 cr
...hence converting to proper HTML 5.
Committed.
Gerald
Index: projects/h8300-abi.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/h8300-abi.html,v
retrieving revision 1.9
diff -u -r1.9 h8300-abi.html
--- projects/h8300-abi.html
Committed.
Gerald
Index: projects/bp/main.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/bp/main.html,v
retrieving revision 1.22
diff -u -r1.22 main.html
--- projects/bp/main.html 1 Sep 2018 23:42:10 - 1.22
+++
...making this page HTML 5 compliant.
Committed.
Gerald
Use new CSS clases center and top instead of direct markup. Improve
alignment of the "Severity" table and adjust that of the "Priority" table.
Index: gcc.css
===
RCS file: /c
...making things HTML 5 compliant on the way (without a real loss).
Committed.
Gerald
Index: gcc-3.3/gcj-status.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/gcj-status.html,v
retrieving revision 1.10
diff -u -r1.10 gcj-status.
On Sun, 2 Sep 2018, Gerald Pfeifer wrote:
> ...making things HTML 5 compliant on the way (without a real loss).
And pretty much the same patch for gcc-3.1/gcj-status.html, which
initially escaped my attention.
Committed as well.
Gerald
Index: gcc-3.1/gcj-status.html
Hello,
II tried compiling avr-gcc (AVR 8-bit target) with libstdcxx support,
and even if I set the configure parameters to be "disable-shared" and
"enable-static", the "configure" step fails because it checks for
dlopen() support in avrlibc (which doesn't exist).
I see that in the newlib case, th
On Sun, 2 Sep 2018, Gerald Pfeifer wrote:
> This uses a new CSS class *once* instead of attributing most elements
> in the table with align="right" and also brings us closer to HTML 5
> compliance.
And this also takes care of align="center" by using the CSS of the
same name I introduced earlier to
On 02/09/18 22:18 +0300, Adrian Stratulat wrote:
Hello,
II tried compiling avr-gcc (AVR 8-bit target) with libstdcxx support,
and even if I set the configure parameters to be "disable-shared" and
"enable-static", the "configure" step fails because it checks for
dlopen() support in avrlibc (which
On 01/09/18 21:56 +0200, Marc Glisse wrote:
On Sat, 1 Sep 2018, Marc Glisse wrote:
this patch passed bootstrap+regtest on powerpc64le-unknown-linux-gnu.
I realized afterwards that for a C++17-only feature, that's not
testing much... So I changed it to apply in C++14 and fixed a minor
issue.
On 2 September 2018 at 23:03, Jonathan Wakely wrote:
> On 01/09/18 21:56 +0200, Marc Glisse wrote:
>>
>> On Sat, 1 Sep 2018, Marc Glisse wrote:
>>
>>> this patch passed bootstrap+regtest on powerpc64le-unknown-linux-gnu.
>>
>>
>> I realized afterwards that for a C++17-only feature, that's not test
Convert to HTML by using CSS instead of cellpadding= and align=.
On the way ensure that all table rows have the appropriate number
of cells.
Committed.
Gerald
Index: codingconventions.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/codin
...thus making this page proper HTML 5.
Committed.
Gerald
Index: news.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.163
diff -u -r1.163 news.html
--- news.html 1 Sep 2018 23:42:00 - 1.163
+
On Sun, Sep 2, 2018 at 11:00 PM Jonathan Wakely wrote:
>
> On 02/09/18 22:18 +0300, Adrian Stratulat wrote:
> >Hello,
> >
> >II tried compiling avr-gcc (AVR 8-bit target) with libstdcxx support,
> >and even if I set the configure parameters to be "disable-shared" and
> >"enable-static", the "confi
Committed.
Gerald
Index: gcc.css
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.60
diff -u -r1.60 gcc.css
--- gcc.css 2 Sep 2018 17:24:50 - 1.60
+++ gcc.css 2 Sep 2018 20:36:32 -
@@ -20,6
...replacing cellpading=, omitting valign="top" whichactually made
things look worse, and using class="right" instead of manual alignment.
Committed.
Gerald
Index: gcc-3.4/sparc-abi.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.
Committed.
Gerald
Index: search.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/search.html,v
retrieving revision 1.195
diff -u -r1.195 search.html
--- search.html 1 Sep 2018 23:42:00 - 1.195
+++ search.html 2 Sep 2018 20:42:19
...with , which should render this page HTML 5 compliant.
Committed.
Gerald
Index: gcc-4.9/changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.94
diff -u -r1.94 changes.html
--- gcc-4.9/ch
Remove align="center" attributes from tables.
Committed.
Gerald
Index: gcc-3.4/criteria.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/criteria.html,v
retrieving revision 1.8
diff -u -r1.8 criteria.html
--- gcc-3.4/criteria.html
...by , rendering this page HTML 5 compliant.
Committed.
Gerald
Index: faq.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v
retrieving revision 1.229
diff -u -r1.229 faq.html
--- faq.html1 Sep 2018 23:42:00 - 1.22
Similar changes as for gcc-3.4/criteria.html, now HTML 5.
Committed.
Gerald
Index: gcc-3.3/criteria.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/criteria.html,v
retrieving revision 1.15
diff -u -r1.15 criteria.html
--- gcc-3.3
On Sun, 15 Jul 2018 at 13:20, Thomas Koenig wrote:
> So, here is the final version. I would really like to get this
> into trunk, and out of the way, so Nicolas and I can focus on
> other things.
>
> So, OK?
[I know i'm late as it was already applied]
For me it would be easier to read the locki
Hi,
while dropping streaming of now unnecesary fields I forgot to update lto.c
side. This patch removes few checks form tree merging that will hopefully
make it bit faster. While doing that I also turned DECL_ASSEMBLER_NAME
check to use DECL_ASSEMBLER_NAME_RAW.
lto-bootstraped/regtested x86_64-l
On 08/26/2018 02:52 AM, Bernd Edlinger wrote:
> On 08/26/18 07:36, Jeff Law wrote:
>> On 08/24/2018 07:13 AM, Bernd Edlinger wrote:
>>> Hi!
>>>
>>>
>>> This patch prevents init values of STRING_CST and braced
>>> array initializers to reach the middle-end with incomplete
>>> type.
>>>
>>> This will
Forwarded Message
Subject: Re: lightweight class to wide int ranges in VRP and friends
Date: Fri, 24 Aug 2018 13:40:29 -0400
From: Aldy Hernandez
To: Richard Biener
CC: GCC Patches
On 08/24/2018 06:32 AM, Richard Biener wrote:
On Wed, Aug 15, 2018 at 7:31 PM Aldy Hernand
54 matches
Mail list logo