incpath.c (add_standard_paths): Use reconcat instead of concat where appropriate...
authorJakub Jelinek <jakub@redhat.com>
Wed, 27 Feb 2013 07:28:48 +0000 (08:28 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 27 Feb 2013 07:28:48 +0000 (08:28 +0100)
commit0fcb564b72f58f8d3fa3351fbad33d32b63697ca
treee22ae12d4bb7029d94d5769074842b775d33ab77
parentdc3577989d23572bc6f695e791eeaad33cfe8f6a
incpath.c (add_standard_paths): Use reconcat instead of concat where appropriate and avoid leaking memory.

* incpath.c (add_standard_paths): Use reconcat instead of concat
where appropriate and avoid leaking memory.

From-SVN: r196306
gcc/ChangeLog
gcc/incpath.c