Mike Stump:
> On Nov 3, 2016, at 1:01 PM, Ximin Luo wrote:
>> Log snippets attached.
>
> Ick. You missed the utility of contrib/compare_tests. :-)
>
> If you say:
>
> contrib/compare_tests oldbuilddir newbuilddir
>
> You can then sit back and see everything as you'd expect and want. The
On Nov 3, 2016, at 1:01 PM, Ximin Luo wrote:
> Log snippets attached.
Ick. You missed the utility of contrib/compare_tests. :-)
If you say:
contrib/compare_tests oldbuilddir newbuilddir
You can then sit back and see everything as you'd expect and want. The output
is priority sorted and u
Ximin Luo:
> Testing
> ===
>
> I've tested these patches on a Debian testing/unstable x86_64-linux-gnu
> system.
> So far I've only run the new tests that this patch adds, on a
> disable-bootstrap
> build. I will do a full bootstrap and run the full testsuite over the next few
> days, both w
Ximin Luo:
> Joseph Myers:
>> On Wed, 2 Nov 2016, Ximin Luo wrote:
>>
>>> This patch series adds a new environment variable SOURCE_PREFIX_MAP. When
>>> this
>>> is set, GCC will treat this as an implicit "-fdebug-prefix-map=$value"
>>> command-line argument. This makes the final binary output repr
Joseph Myers:
> On Wed, 2 Nov 2016, Ximin Luo wrote:
>
>> This patch series adds a new environment variable SOURCE_PREFIX_MAP. When
>> this
>> is set, GCC will treat this as an implicit "-fdebug-prefix-map=$value"
>> command-line argument. This makes the final binary output reproducible, and
>
>
On Wed, 2 Nov 2016, Ximin Luo wrote:
> This patch series adds a new environment variable SOURCE_PREFIX_MAP. When this
> is set, GCC will treat this as an implicit "-fdebug-prefix-map=$value"
> command-line argument. This makes the final binary output reproducible, and
Only one argument? Sometime