[gcc patch] Move ENUM_BITFIELD to ansidecl.h

2011-04-24 Thread Jan Kratochvil
Hi, [patch] ENUM_BITFIELD broke GDB http://sourceware.org/ml/binutils/2011-04/msg00333.html ENUM_BITFIELD has been now defined in bfdlink.h which is included only in some GDB sources. There would be needed some #ifndef ENUM_BITFIELD #define ENUM_BITFIELD but I find it fragile. I

Re: [PATCH] FIx PR47647, revert an earlier patch

2011-04-24 Thread H.J. Lu
On Sat, Feb 19, 2011 at 4:52 PM, H.J. Lu wrote: > On Fri, Feb 18, 2011 at 8:19 AM, Richard Guenther wrote: >> >> This reverts lazy BLOCK_VARS streaming as I thought back in time >> that VAR_DECLs have BLOCKs as DECL_CONTEXT while they have >> FUNCTION_DECLs ... so the patch doesn't work at all an

[wwwdocs] Make status section of the title page more concise

2011-04-24 Thread Gerald Pfeifer
This removes "Older maintained release series" and the like which were emphasized, even, in favor of focusing on the version numbers. Overall this means we have less text on the main page, but basically the same contents. Gerald Index: gcc.css

[patch, libgfortran] Fix numerous formatting bugs

2011-04-24 Thread Jerry DeLisle
Hi folks, This patch is a little intrusive and because of the interplay between the different bugs, I wanted to combine the solution. Thanks to Thomas Henlich for reporting these bugs and testing. This patch fixes 48488, 48602 (partially), 48615, and 48684. The adjustments made require chang

PR target/43804

2011-04-24 Thread Andreas Schwab
I have checked in Richard's patch for PR43804. Andreas. 2011-04-24 Richard Sandiford PR target/43804 * config/m68k/constraints.md (T): Allow PIC operands that satisfy LEGITIMATE_PIC_OPERAND_P. Index: gcc/config/m68k/constraints.md =

[x32] PATCH: Require ia32 instead of ilp32

2011-04-24 Thread H.J. Lu
Hi, I checked in this patch to require ia32 instead of ilp32 on ia32 tests. H.J. commit 7412d91e93cf1a153f500101ba53c7ab2f7cdc96 Author: H.J. Lu Date: Sat Apr 16 07:45:26 2011 -0700 Require ia32 instead of ilp32. diff --git a/gcc/testsuite/ChangeLog.x32 b/gcc/testsuite/ChangeLog.x3

Re: [PATCH] Properly build integer constants

2011-04-24 Thread H.J. Lu
On Fri, Apr 22, 2011 at 12:27 PM, Richard Guenther wrote: > > There is a scary comment before build_int_cst_type why build_int_cst > can't be sane.  Fortunately it is not true.  If it were there would > be other code to be fixed. > > Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to

[wwwdocs] Update bug reporting instructions

2011-04-24 Thread Gerald Pfeifer
Ask for bugs to be reproduced with a current release. Suggest use of -Wextra in addition to -Wall. Installed. Gerald Index: bugs/index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/index.html,v retrieving revision 1.106 diff -u -

[wwwdocs] Adjust a couple of Ada-related links in readings.html

2011-04-24 Thread Gerald Pfeifer
Installed. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.213 diff -u -r1.213 readings.html --- readings.html 23 Apr 2011 22:55:53 - 1.213 +++ readings.html

[wwwdocs] projects/tree-ssa/lno.html link fix

2011-04-24 Thread Gerald Pfeifer
The link to WRap-IT here was broken and I did not find a replacement, thus avoiding the link altogether. Installed. Gerald Index: lno.html === RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/lno.html,v retrieving revision 1.5 di

[libstdc++, doc] Fix link to libgomp online documentation

2011-04-24 Thread Gerald Pfeifer
Installed. Gerald 2011-04-24 Gerald Pfeifer * doc/xml/manual/parallel_mode.xml: Fix link to libgomp online documentation. Expand link text. Index: doc/xml/manual/parallel_mode.xml === --- doc/xml/manual/parall

[libstdc++] Adjust FAQ link in libsupc++/cxxabi.h

2011-04-24 Thread Gerald Pfeifer
On the way, add a blank after the URL so that it's easier to copy and paste or just click in an editor or somesuch. Installed on mainline. Not necessary on older branches since there is a redirect in place. Gerald 2011-04-24 Gerald Pfeifer * libsupc++/cxxabi.h: Adjust link to FAQ e

Re: Fix WPA corruption seen in LTO bootstrap

2011-04-24 Thread Jan Hubicka
> Hi, > the problems with LTO build reported by Toon is caused by a hack disabling > jump function in ipa-prop on wpa. The hack is no longer needed and it is > wrong, > since jump function makes no sense when they are not updated. Consequentely > inline cost metrics get lost. > > I am testing th

[doc, libjava] Refer to our bug reporting instructions instead of Bugzilla

2011-04-24 Thread Gerald Pfeifer
This is in line with a general trend to make this our primary reference around bug reporting. If we keep referring to Bugzilla directly, how can we expect that anyone reads the instructions? (Which, by the way, we need to continue to make more concise.) Gerald 2011-04-24 Gerald Pfeifer

[other/48748, committed] Document __is_standard_layout,, __is_literal_type, and __is_trivial

2011-04-24 Thread Paolo Carlini
Hi, I committed as obvious this patchlet to mainline and 4_6-branch. Tested make info and make dvi. Thanks, Paolo. 2011-04-24 Paolo Carlini PR other/48748 * doc/extend.texi (Type Traits): Document __is_standard_layout, __is_literal_type, an

[doc] Adjust reference to ACATS in sourcebuild.texi

2011-04-24 Thread Gerald Pfeifer
Installed on mainline; if someone wants me to, happy to apply to older branches as well. Gerald 2011-04-24 Gerald Pfeifer * doc/sourcebuild.texi (Ada Tests): Adjust reference to ACATS testsuite and make it version agnostic. Index: doc/sourcebuild.texi