On January 27, 2017 5:30:51 PM GMT+01:00, Jakub Jelinek
wrote:
>Hi!
>
>This patch attempts to document some new features (without warnings,
>those are partially covered by Marek's patch, C++ FE (would be nice
>to document -faligned-new, -fnew-inheriting-ctors, -fnew-ttp-matching,
>-fstrong-eval-o
On 27 January 2017 at 22:00, Jakub Jelinek wrote:
> Hi!
>
> This patch attempts to document some new features (without warnings,
> those are partially covered by Marek's patch, C++ FE (would be nice
> to document -faligned-new, -fnew-inheriting-ctors, -fnew-ttp-matching,
> -fstrong-eval-order and
Hi all,
just applied the backport to gcc-6 as promised as r245014.
Regards,
Andre
On Thu, 19 Jan 2017 16:53:14 +0100
Andre Vehreschild wrote:
> Hi Steve,
>
> thanks for the review. Committed as r244637.
>
> Regards,
> Andre
>
> On Thu, 19 Jan 2017 06:51:19 -0800
> Steve Kargl
Hi all,
and here's the backport committed as r245015.
Regards,
Andre
On Fri, 13 Jan 2017 11:40:44 +0100
Andre Vehreschild wrote:
> Hi Jerry,
>
> thanks again for the fast review. Committed as r244413.
>
> Will backport to gcc-6 in about a week.
>
> Regards,
> Andre
>
> On Thu
Hi all,
during the backport of pr70696 I forgot to backport the runtime part in
libgfortran/caf/single.c. This is fixed by commit r245016.
Sorry for the noise, regards,
Andre
On Sun, 29 Jan 2017 14:51:03 +0100
Andre Vehreschild wrote:
> Hi all,
>
> just applied the backport to gcc-6 a
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 Spanish team of translators. The file is available at:
http://translationproject.org/latest/gcc/es.po
(This file, 'gcc-7.1-b20170101.es.po',
> for gcc/ChangeLog
>
> PR debug/63238
> * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
> (add_alignment_attribute): New.
> (base_type_die): Add alignment attribute.
> (subrange_type_die): Likewise.
> (modified_type_die): Likewise.
>
On Sun, Jan 29, 2017 at 06:08:32PM +0530, Prathamesh Kulkarni wrote:
> > + A new interprocedural bitwise constant propagation optimization
> > + has been added, which propagates knowledge about which bits of variables
> > + are known to be zero (including pointer alignment information) across
>
On Thu, 26 Jan 2017, Martin Liška wrote:
> Thank for feedback, fixed in second version. Should I wait for
> an explicit acknowledge or is it somehow more relaxed in case of
> changes.html docs?
Generally we are pretty relaxed when it comes to web pages, and in
particular the changes.html docume
This one made me smile a little. :-)
2017-01-29 Gerald Pfeifer
* update-copyright.py: Fix the name of this script in examples.
Applied to mainline.
Gerald
Index: update-copyright.py
===
--- update-copyright.py (revisi
The original URL now results in "403 Forbidden", a good indicator
to adjust the link.
Applied.
Gerald
Index: projects/gomp/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/gomp/index.html,v
retrieving revision 1.20
diff -
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 Swedish team of translators. The file is available at:
http://translationproject.org/latest/gcc/sv.po
(This file, 'gcc-7.1-b20170101.sv.po',
On Fri, 30 Sep 2016, Jonathan Wakely wrote:
> This adjusts the front page and the news page for each release to
> clarify that past releases are no longer maintained.
Thanks for doing that, Jonathan!
Only one curious question: Why "Supported Releases" on our
main page versus "This release is no l
After following a redirect, developer.axis.com points into nirvana,
and since these were old references, too, I decided to remove two
of them.
There is one reference left in gcc.gnu.org/readings.html; Hans-Peter,
do you have a recommendation on how to best handle that? (Remove it,
or is there a g
Hi,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79268 reports that the
vec_xl and vec_xst intrinsics are being compiled to incorrectly use
element-reversing loads and stores in some cases, and not accepting
pointers to vector pixel as a legal parameter. This arose because
vec_xl and vec_xst were
Hello, gentle maintainer.
This is a message from the Translation Project robot.
A revised PO file for textual domain 'cpplib' has been submitted
by the German team of translators. The file is available at:
http://translationproject.org/latest/cpplib/de.po
(This file, 'cpplib-7.1-b20170101.
cpplib-7.1-b20170101.de.po.gz
Description: Binary data
The Translation Project robot, in the
name of your translation coordinator.
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 German team of translators. The file is available at:
http://translationproject.org/latest/gcc/de.po
(This file, 'gcc-7.1-b20170101.de.po', h
Hi Bill,
On Sun, Jan 29, 2017 at 04:17:03PM -0600, Bill Schmidt wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79268 reports that the
> vec_xl and vec_xst intrinsics are being compiled to incorrectly use
> element-reversing loads and stores in some cases, and not accepting
> pointers to vec
On Sun, Jan 29, 2017 at 6:17 PM, Segher Boessenkool
wrote:
>> --- gcc/testsuite/gcc.target/powerpc/pr79268.c(revision 0)
>> +++ gcc/testsuite/gcc.target/powerpc/pr79268.c(working copy)
>> @@ -0,0 +1,18 @@
>> +/* { dg-do compile { target { powerpc64le-*-* } } } */
>
> Is that corre
Hi All,
As suggested by Richard in the PR, I tried to implement variable size
structures for VR as shown in attached patch. That is, I changed
ipa-prop.h to:
diff --git a/gcc/ipa-prop.h b/gcc/ipa-prop.h
index 93a2390c..acab2aa 100644
--- a/gcc/ipa-prop.h
+++ b/gcc/ipa-prop.h
@@ -157,13 +157,1
On 29/01/17 22:56 +0100, Gerald Pfeifer wrote:
On Fri, 30 Sep 2016, Jonathan Wakely wrote:
This adjusts the front page and the news page for each release to
clarify that past releases are no longer maintained.
Thanks for doing that, Jonathan!
Only one curious question: Why "Supported Releases
22 matches
Mail list logo