This is the mail archive of the gcc-patches@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] |
Brought over this patch from mainline: http://gcc.gnu.org/ml/gcc-patches/2005-09/msg01294.html cause it allows testcases vect-[6,7].f90 to pass. Also fixed the expected messages in these testcases. Tested on powerpc-linux and committed to autovect-branch. dorit 2005-09-21 Dorit Nuzman <dorit@il.ibm.com> Bring over from mainline: 2005-09-20 Daniel Berlin <dberlin@dberlin.org> * tree-ssa-structalias.c (get_constraint_for_component_ref): Add argument. Allow and set any offset if needs_anyoffset is passed in. (get_constraint_for): Add argument here too. Pass it down. (do_structure_copy): Pass NULL to get_constraint_for. (handle_ptr_arith): Ditto. (find_func_aliases): Ditto. 2005-09-21 Dorit Nuzman <dorit@il.ibm.com> * gfortran.dg/vect/vect-4.f90: Fix expected message for vect_no_align targets. * gfortran.dg/vect/vect-6.f90: Fix expected message. * gfortran.dg/vect/vect-7.f90: Fix expected message. (See attached file: sept21.f90tests.txt)
Attachment:
sept21.f90tests.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |