]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
re PR middle-end/56074 (ICE compiling gcc.dg/vect/pr49093.c)
authorJakub Jelinek <jakub@redhat.com>
Tue, 22 Jan 2013 17:03:33 +0000 (18:03 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 22 Jan 2013 17:03:33 +0000 (18:03 +0100)
commit502498d5b3f3c7522db7d6fe637d0163c85c5894
treef250403bc233ce602812274ea57fc88475c0e73e
parent3a984f1011711044bc57484f7303230eef4b2d85
re PR middle-end/56074 (ICE compiling gcc.dg/vect/pr49093.c)

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.

From-SVN: r195382
gcc/ChangeLog
gcc/dumpfile.c
gcc/tree-vect-loop-manip.c