[libjava] --enable-symvers tweak for 52700

2012-05-16 Thread Benjamin De Kosnik
Allows use of --enable-symvers=gnu-versioned-namespace while configuring in libjava. The rest of the target libs that use --enable-symvers already handle this. As per libstdc++/52700. Pretty simple, but will wait for OK for trunk/branch tested x86/linux trunk 4_7-branch -benjamin2012-05-16 Be

Re: [google/gcc-4_6_3-mobile] Port r187569 from google/gcc-4_6 branch (issue 6210060)

2012-05-16 Thread jingyu
In my opinion, gcc/ChangeLog is for upstream commits only. It is fine that you want to port upstream gcc/ChangeLog as well. Just remove your identities +2012-05-11 Han Shen + + Backported r187569 from branches/google/gcc-4_6. LGTM On 2012/05/16 22:54:19, asharif1 wrote: On 2012/05/16 22

Re: [google/gcc-4_6_3-mobile] Port r187569 from google/gcc-4_6 branch (issue 6210060)

2012-05-16 Thread Diego Novillo
On 12-05-16 19:22 , jin...@google.com wrote: In my opinion, gcc/ChangeLog is for upstream commits only. It is fine that you want to port upstream gcc/ChangeLog as well. Just remove your identities +2012-05-11 Han Shen + + Backported r187569 from branches/google/gcc-4_6. The convention for bran

Re: [google/gcc-4_6_3-mobile] Port r187569 from google/gcc-4_6 branch (issue 6210060)

2012-05-16 Thread shenhan
On 2012/05/16 23:30:28, Diego Novillo wrote: On 12-05-16 19:22 , mailto:jin...@google.com wrote: > In my opinion, gcc/ChangeLog is for upstream commits only. > It is fine that you want to port upstream gcc/ChangeLog as well. Just > remove your identities > +2012-05-11 Han Shen

Re: [C++ Patch] PR 44516

2012-05-16 Thread Paolo Carlini
Hi, On 05/16/2012 05:41 PM, Jason Merrill wrote: On 05/16/2012 06:54 AM, Paolo Carlini wrote: isn't the diagnostic machinery able to cope with UNKNOWN_LOCATION? By default should be interpreted as input_location, no? That would make sense to me; I don't know if it works that way now, though.

Re: [google][4.7]Port function reordering via linker plugin from google/gcc-4_6 branch (issue6195099)

2012-05-16 Thread Sriraman Tallam
Patch too large to be attached, rejected by gcc-patches. Please see: http://codereview.appspot.com/download/issue6195099_1.diff Thanks, -Sri. On Wed, May 16, 2012 at 6:52 PM, Sriraman Tallam wrote: > Hi, > >  This patch ports function reordering support into google/gcc-4_7 branch >  from google

Re: [PATCH][1/n] Improve vectorization in PR53355

2012-05-16 Thread William J. Schmidt
On Tue, 2012-05-15 at 14:17 +0200, Richard Guenther wrote: > This is the first patch to make the generated code for the testcase > in PR53355 better. It teaches VRP about LSHIFT_EXPRs (albeit only > of a very simple form). > > Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. This a

Re: rs6000 toc reference rtl again

2012-05-16 Thread David Edelsohn
On Tue, May 1, 2012 at 12:17 AM, Alan Modra wrote: >        * config/rs6000/predicates.md (input_operand): Don't match >        constant pool addresses.  Remove label_ref, high and plus from >        match_code list.  Remove redundant CONSTANT_P test. >        (splat_input_operand): Similarly upd

Re: [C++ Patch] PR 44516

2012-05-16 Thread Jason Merrill
On 05/16/2012 08:34 PM, Paolo Carlini wrote: Ok. Something like p2 below? Yes. Since the earlier patch without LOC_OR_HERE passed testing, let's apply that plus this p2. Does Manuel's suggestion of aborting if we get UNKNOWN_LOCATION for a diagnostic pass the testsuite? Jason

Re: [google][4.7]Port function reordering via linker plugin from google/gcc-4_6 branch (issue6195099)

2012-05-16 Thread Xinliang David Li
ok for google-4_7 branch. This should also be pushed to trunk. Thanks, David On Wed, May 16, 2012 at 6:56 PM, Sriraman Tallam wrote: > Patch too large to be attached, rejected by gcc-patches. Please see: > > http://codereview.appspot.com/download/issue6195099_1.diff > > Thanks, > -Sri. > > On W

libgo patch committed: Print stack trace on panic or signal

2012-05-16 Thread Ian Lance Taylor
This patch to libgo changes it to print a stack trace on a panic or when receiving a signal that kills the program. This is what the other Go compiler does, and is more convenient for the developer. Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline and 4.7 bran

<    1   2