This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/21242] [4.1 Regression] wrong array copy code (ACATS c52102b c52102d)


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-12 15:07 -------
(In reply to comment #7)
> Fixed between:
> 
> LAST_UPDATED: Sat Jul  9 23:06:33 UTC 2005
> LAST_UPDATED: Mon Jul 11 22:29:49 UTC 2005 

Known to be fixed before that:
LAST_UPDATED: Sun Jul 10 00:31:54 UTC 2005

It was most likely fixed by:
2005-07-09  Diego Novillo  <dnovillo@redhat.com>

        * Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.h
        * tree-cfg.c (CHECK_OP): Only test for is_gimple_val.
        * tree-dfa.c (dump_subvars_for): New.
        (debug_subvars_for): New.
        (dump_variable): Show subvariables if VAR has them.
        * tree-flow-inline.h (get_subvar_at): New.
        (overlap_subvar): Change offset and size to unsigned HOST_WIDE_INT.
        * tree-flow.h (struct ptr_info_def): Remove field pt_malloc.
        Update all users.
        (struct subvar): Change fields offset and size to unsigned
        HOST_WIDE_INT.
        (dump_subvars_for): Declare.
        (debug_subvars_for): Declare.
        (get_subvar_at): Declare.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21242


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]