re PR debug/41238 (VTA: bootstrap failure, ICE in loc_cmp, at var-tracking.c:2456)
authorJakub Jelinek <jakub@redhat.com>
Thu, 3 Sep 2009 16:32:07 +0000 (18:32 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 3 Sep 2009 16:32:07 +0000 (18:32 +0200)
commit08ab0acf19e1447657e3f49f665b5b292dcc39db
treef3ec163f897ed92b319bc326b8a0d6d88496b34c
parenteead42e0c554eaf55bc48a864adcd537bd6e9e52
re PR debug/41238 (VTA: bootstrap failure, ICE in loc_cmp, at var-tracking.c:2456)

PR debug/41238
* function.c (assign_parm_find_stack_rtl): Don't set mem attributes on
the stack slot if it is passed by invisible reference.
* var-tracking.c (vt_add_function_parameters): Handle arguments passed by
invisible reference.

From-SVN: r151384
gcc/ChangeLog
gcc/function.c
gcc/var-tracking.c