Hi Sandra,
On Sun, 24 Apr 2016, Sandra Loosemore wrote:
> I haven't done a careful review of the whole section of existing text,
> but I did notice a few things in text not being touched by this patch:
I noticed not all of the changes you recommended actually have been
made, of which I now take
When converting gcc.gnu.org to solely use CSS for markup last year,
this is one of the last bits I did not get to yet.
Committed, and gcc.gnu.org rebuilt (by running /www/gcc/bin/preprocess ).
Gerald
Index: searchbox.ihtml
===
RCS
I will admit I am impressed how Google provides redirects for such
older links. And while I was at it, I tweaked the link description
from "this" to at least "this post".
Applied (revision 245565).
Gerald
2017-02-18 Gerald Pfeifer
* doc/xml/manual/io.xml: Update link to groups.googl
Comments addressed. Please find the new diff attached to this e-mail.
Changelog after review comments :
2017-02-18 Dinka Ranns
C++17 GB50 resolution
* include/std/chrono:
(duration::operator++()): Add _GLIBCXX17_CONSTEXPR.
(duration::operator++(int)): Likewise
Hello, gentle maintainer.
This is a message from the Translation Project robot.
A revised PO file for textual domain 'gcc' has been submitted
by the French team of translators. The file is available at:
http://translationproject.org/latest/gcc/fr.po
(This file, 'gcc-7.1-b20170101.fr.po', h
On Fri, Feb 17, 2017 at 09:33:07PM -0500, Jason Merrill wrote:
> Looks fine.
Passed bootstrap/regtest, I've committed both -gcolumn-info patches; thanks
for review.
Comparing the cc1plus debug info sizes between standard bootstrap and
one with hacked default -gcolumn-info shows:
-gno-column-info
On 18/02/17 09:45 -0500, John David Anglin wrote:
The attached change fixes the fails noted in PR 68730. Okay for trunk?
No, the whole point of that test type is to check that the type can be
declared as a constexpr variable.
The problem is that types like std::mutex can't be constexpr for so
The attached change fixes the fails noted in PR 68730. Okay for trunk?
Dave
--
John David Anglin dave.ang...@bell.net
2016-02-18 John David Anglin
PR libstdc++/68739
testsuite/util/testsuite_common_types.h: Adjust template type.
Index: testsuite/util/testsuite_common_
I don't believe this test is fixable on hpux due to the way destructors are
handled on hpux. Test used to be
xfailed everywhere.
Committed to trunk.
Dave
--
John David Anglin dave.ang...@bell.net
2017-02-18 John David Anglin
* g++.dg/tls/thread_local-order2.C: xfail on hppa*
> I'm slightly concerned about the test and how it'll behave on targets with
> small address spaces. If it's a problem we can fault in adjustments.
The test fails on x86_64-apple-darwin16 with -m32 and -O1 and above.
TIA
Dominique
On 02/18/17 00:37, Bruce Korb wrote:
> On 02/06/17 10:44, Bernd Edlinger wrote:
>> I tested this change with different arm-linux-gnueabihf cross
>> compilers, and verified that mkheaders still works on the host system.
>>
>> Bootstrapped and reg-tested on x86_64-pc-linux-gnu.
>> Is it OK for trunk?
On Fri, 3 Feb 2017, Martin Liška wrote:
>> Yes, but...
>> (I'm still not quite sure what this option does, and whether we
>> could say "poison and unpoison it", for example? Can you advise?)
> I'm sending enhancement of that. Basically: direct poisoning = emitting
> instructions that touch shado
On Fri, Feb 17, 2017 at 7:34 PM, Jakub Jelinek wrote:
> Hi!
>
> -m3dnowa is an undocumented option that always errors out.
> The following patch fixes it and makes it do the obvious thing.
>
> Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
>
> 2017-02-17 Jakub Jelinek
>
>
This link turned out to be a little http:// heavy after revision
r245277. ;-)
Fixed thusly,
Gerald
2017-02-18 Gerald Pfeifer
* doc/xml/manual/profile_mode.xml: Fix link.
Index: doc/xml/manual/profile_mode.xml
===
--- doc
On Fri, Feb 17, 2017 at 7:32 PM, Jakub Jelinek wrote:
> Hi!
>
> Asserts don't work really well on something we can't control in inline asm.
> output_operand_lossage takes care to ICE outside of inline asm and error out
> inside inline asm.
>
> Bootstrapped/regtested on x86_64-linux and i686-linux,
On Fri, Feb 17, 2017 at 09:37:09PM -0500, Jason Merrill wrote:
> On Fri, Feb 17, 2017 at 1:52 PM, Jakub Jelinek wrote:
> > - && die->die_tag != DW_TAG_member)
> > + && die->die_tag != DW_TAG_member
> > + && (die->die_tag != DW_TAG_variable || !class_scope_p
> > (die->die_parent)))
16 matches
Mail list logo