Re: Stream out default optimization nodes

2014-11-19 Thread Jan Hubicka
> I opened: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63963 I am testing the following. This hunk apparently slipped from my earlier patch Index: tree-streamer-out.c === --- tree-streamer-out.c (revision 217668) +++ tree-stre

Re: Stream out default optimization nodes

2014-11-19 Thread H.J. Lu
On Tue, Nov 18, 2014 at 9:29 AM, Jan Hubicka wrote: >> On Tue, Nov 18, 2014 at 9:27 AM, Jan Hubicka wrote: >> >> https://gcc.gnu.org/ml/gcc-regression/2014-11/msg00473.html >> >> >> >> /export/gnu/import/git/gcc-test-profiled/bld/./prev-gcc/xg++ >> >> -B/export/gnu/import/git/gcc-test-profiled/bl

Re: Stream out default optimization nodes

2014-11-18 Thread Jan Hubicka
> On Tue, Nov 18, 2014 at 9:27 AM, Jan Hubicka wrote: > >> https://gcc.gnu.org/ml/gcc-regression/2014-11/msg00473.html > >> > >> /export/gnu/import/git/gcc-test-profiled/bld/./prev-gcc/xg++ > >> -B/export/gnu/import/git/gcc-test-profiled/bld/./prev-gcc/ > >> -B/usr/5.0.0/x86_64-unknown-linux-gnu/b

Re: Stream out default optimization nodes

2014-11-18 Thread H.J. Lu
On Tue, Nov 18, 2014 at 9:27 AM, Jan Hubicka wrote: >> https://gcc.gnu.org/ml/gcc-regression/2014-11/msg00473.html >> >> /export/gnu/import/git/gcc-test-profiled/bld/./prev-gcc/xg++ >> -B/export/gnu/import/git/gcc-test-profiled/bld/./prev-gcc/ >> -B/usr/5.0.0/x86_64-unknown-linux-gnu/bin/ -nostdin

Re: Stream out default optimization nodes

2014-11-18 Thread Jan Hubicka
> https://gcc.gnu.org/ml/gcc-regression/2014-11/msg00473.html > > /export/gnu/import/git/gcc-test-profiled/bld/./prev-gcc/xg++ > -B/export/gnu/import/git/gcc-test-profiled/bld/./prev-gcc/ > -B/usr/5.0.0/x86_64-unknown-linux-gnu/bin/ -nostdinc++ > -B/export/gnu/import/git/gcc-test-profiled/bld/prev

Re: Stream out default optimization nodes

2014-11-18 Thread H.J. Lu
On Mon, Nov 17, 2014 at 10:38 AM, Jan Hubicka wrote: > Hi, > this patch makes us to store default optimization node same way as we stream > target node. This means that command line options given at compile time > prevail those given at linktime. Previously we sort of combined both. > > We still

Re: Stream out default optimization nodes

2014-11-17 Thread Richard Biener
On November 17, 2014 7:38:24 PM CET, Jan Hubicka wrote: >Hi, >this patch makes us to store default optimization node same way as we >stream >target node. This means that command line options given at compile >time >prevail those given at linktime. Previously we sort of combined both. > >We still