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



--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-22 
17:03:47 UTC ---

Author: jakub

Date: Tue Jan 22 17:03:33 2013

New Revision: 195382



URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195382

Log:

    PR middle-end/56074

    * dumpfile.c (dump_loc): Only print loc if LOCATION_LOCUS (loc)

    isn't UNKNOWN_LOCATION nor BUILTINS_LOCATION.

    * tree-vect-loop-manip.c (find_loop_location): Also ignore

    stmt locations where LOCATION_LOCUS of the stmt location is

    UNKNOWN_LOCATION or BUILTINS_LOCATION.



Modified:

    trunk/gcc/ChangeLog

    trunk/gcc/dumpfile.c

    trunk/gcc/tree-vect-loop-manip.c

Reply via email to