> 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
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
> 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
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
> 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
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
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
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 have a lot of flags that are global (i.e. not marked as Optimiza