Unfortunately for personal reasons I am not able to attend the Cauldron
this year, but I still can do a bit from home. ;-)
This was one of three reminaining (older) pages that did not fully
pass validation as HTML 5, but of course displayed just fine.
Committed.
Gerald
Convert to CSS / HTML 5,
Hi
while working on path to replace type variant by first compatible one I run
into issue that the first vairant was not seen by free_lang_data. I think this
is a bug becuase nothing prevents middle-end from looking up a variant there
and using it when it needs to do so.
I tried to walk the varian
OK.
On Fri, Sep 7, 2018 at 8:48 PM, Marek Polacek wrote:
> Now that we have RANGE_FOR_INIT_STMT we should handle it in
> cxx_pretty_printer.
> I don't actually know how to trigger it but it seems straightforward to add.
>
> Bootstrapped/regtested on x86_64-linux, ok for trunk?
>
> 2018-09-07 Ma
On Fri, Sep 7, 2018 at 7:46 PM, Marek Polacek wrote:
> +++ gcc/testsuite/c-c++-common/array-init.c
> @@ -2,3 +2,4 @@
> /* { dg-prune-output "sorry, unimplemented: non-trivial designated
> initializers not supported" } */
>
> char x[] = { [-1] = 1, 2, 3 }; /* { dg-error "array index in initializ
Ping!
Does anyone have any objections or comments?
J'
In this testcase, the call to f() can never be a constant
expression, but that's not a problem because it isn't always
reached by calls to g. We were wrongly rejecting this because
potential_constant_expression_1 lacked the jump tracking that
cxx_eval_consta
In a lot of places I found guidance to use
margin-left:auto;margin-right:auto;
alas here really it is (only)
text-align:center;
that works, which class="center" provides.
(For reference, https://css-tricks.com/centering-css-complete-guide/
is a good source of information on this.)
This does
Working on the move to HTML 5 I noticed several opportunities
beyond what I did in February 2016:
https://gcc.gnu.org/ml/gcc-patches/2016-02/msg00932.html
The patch below
- changes the "Mission Statement" link to just "Mission",
- removes the link to the "Steering Committee" page, which alre
Hi,
> -fold_builtin_strlen (location_t loc, tree type, tree arg)
> +fold_builtin_strlen (location_t loc, tree fndecl, tree type, tree arg)
> {
>if (!validate_arg (arg, POINTER_TYPE))
> return NULL_TREE;
>else
> {
> - tree len = c_strlen (arg, 0);
> -
> + tree nonstr =
On 9/8/18 3:47 PM, Bernd Edlinger wrote:
> Hi,
>
>
>> -fold_builtin_strlen (location_t loc, tree type, tree arg)
>> +fold_builtin_strlen (location_t loc, tree fndecl, tree type, tree arg)
>> {
>>if (!validate_arg (arg, POINTER_TYPE))
>> return NULL_TREE;
>>else
>> {
>> - t
Hello!
Two patterns were missing an earlyclobber.
Index: gcc/ChangeLog
===
--- gcc/ChangeLog (revision 264177)
+++ gcc/ChangeLog (revision 264176)
@@ -1,8 +1,3 @@
-2018-09-09 Xianmiao Qu
-
- * config/csk
I forgot to say that I have submitted this patch.
> 在 2018年9月9日,下午12:20,瞿仙淼 写道:
>
> Hello!
>
> Two patterns were missing an earlyclobber.
>
>
> Index: gcc/ChangeLog
> ===
> --- gcc/ChangeLog (revision 264177)
> +++ gcc
12 matches
Mail list logo