On 09/07/2016 08:59 PM, Andris Pavenis wrote:
On 09/05/2016 09:42 AM, Eric Botcazou wrote:
Attached output is from last test build (r239639 with DJGPP related patches
applied, last version of patches for Ada).
Very strange error, line 28 of gtype-ada.h is supposed to have a guard for
nodes containing the 'common' structure.  Can you post an excerpt of the file?

Verified that contents of gtype-ada.h from DJGPP build is identical with one from my Linux build of yesterdays trunk (except of CR LF used for line separator in DJGPP build).

I'll try to find the revision from which the problem appears.


Found that the first revision causing this problem (of course with DJGPP related patches applied) is 239113. Native bootstrap with same DJGPP related patches applied on top of revision 239112 succeeds without problems.

[andris@ap gcc]$ git bisect good
4bfa373ed2bfd022628609751ff34b8e51e0c2b9 is the first bad commit
commit 4bfa373ed2bfd022628609751ff34b8e51e0c2b9
Author: kugan <kugan@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Aug 4 04:20:01 2016 +0000

    gcc/ChangeLog:

    2016-08-04  Kugan Vivekanandarajah  <kug...@linaro.org>

        * tree-vrp.c (set_value_range): Use vrp_equiv_obstack with
        BITMAP_ALLOC.
        (add_equivalence): Likewise.
        (get_value_range): Allocate value range with vrp_value_range_pool.
        (vrp_initialize): Initialize vrp_equiv_obstack for equiv allocation.
        (vrp_finalize): Relase vrp_equiv_obstack and vrp_value_range_pool.




    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@239113 
138bc75d-0d04-0410-961f-82ee72b054a4

:040000 040000 ea9efdfd9af7e141b09b184c3762d26aab61a020 feebee01cfdca66d04fd88cf345a693f248e24cd M gcc


Andris

Reply via email to