Re: How to avoid constant propagation into functions?

2016-12-09 Thread Richard Biener
On Wed, Dec 7, 2016 at 7:04 PM, Alexander Monakov wrote: > On Wed, 7 Dec 2016, Richard Biener wrote: >> >Agreed, that's what I've been using in the past for glibc test cases. >> > >> >If that doesn't work, we'll need something else. Separate compilation >> >of test cases just to thwart compiler o

Re: GCC Subversion tree conflicts

2016-12-09 Thread Jonathan Wakely
On 8 December 2016 at 22:05, Ethin Probst wrote: > As I do not know how to fix these other than to resolve them, I have > done so, You haven't resolved anything, all you've done is *tell* svn that you resolved them, without actually doing so. The files still have conflicts in, and all you've done

Re: How to avoid constant propagation into functions?

2016-12-09 Thread Alexander Monakov
On Fri, 9 Dec 2016, Richard Biener wrote: > Right, 'used' thwarts IPA on the callee side only. noclone and noinline are > attributes affecting the caller side but we indeed miss attributes for the > properties you mention above. I suppose adding a catch-all attribute for > caller side effects (li

Re: BITS_PER_UNIT issue in port....

2016-12-09 Thread Jeff Law
On 12/08/2016 01:37 PM, Steve Silva wrote: Hi, I was not sure where to look but I thought I would try this. I am in the middle of porting GCC 6.2 to an internal processor we are experimenting with. I have about 2 months into it and I have made some decent progress. The biggest issue I have ri

Re: strange test failures

2016-12-09 Thread Martin Sebor
On 12/08/2016 05:32 PM, Jeff Law wrote: On 12/08/2016 04:47 PM, Martin Sebor wrote: I'm seeing failures in a few C tests that I'm not sure what to make out of. The tests fail due to undefined symbols while linking even though they're not meant to link. Among these are a number (but not all) of

Java language not being included as a possible language in --enable-languages argument to configure?

2016-12-09 Thread Ethin Probst
I'm trying to run the GCC configure script with: [configure input] ~/gcc/configure --disable-nls --enable-gold=yes --enable-libquadmath --enable-libquadmath-support --enable-libada --enable-libssp --enable-libcxx --enable-liboffloadmic=target --enable-bootstrap --enable-lto --enable-static-libjava

Re: Java language not being included as a possible language in --enable-languages argument to configure?

2016-12-09 Thread Andrew Pinski
On Fri, Dec 9, 2016 at 6:53 PM, Ethin Probst wrote: > I'm trying to run the GCC configure script with: > [configure input] > ~/gcc/configure --disable-nls --enable-gold=yes --enable-libquadmath > --enable-libquadmath-support --enable-libada --enable-libssp > --enable-libcxx --enable-liboffloadmic=