c-decl.c (finish_decl): Don't set DECL_C_HARD_REGISTER for non-register variables.
authorMark Mitchell <mark@codesourcery.com>
Mon, 21 May 2001 18:36:57 +0000 (18:36 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 21 May 2001 18:36:57 +0000 (18:36 +0000)
commit0adc3c19711068a5fc3a1f97e7e77cac98606ac4
tree8b684034f0c2557f613f029cfbaf88270618a695
parent01936f3a7d9389544a1c5f16c403ccbce75fdc2e
c-decl.c (finish_decl): Don't set DECL_C_HARD_REGISTER for non-register variables.

* c-decl.c (finish_decl): Don't set DECL_C_HARD_REGISTER for
non-register variables.
* extend.texi: Document that asm-specifications do not make sense
for non-static local variables.

From-SVN: r42403
gcc/ChangeLog
gcc/c-decl.c
gcc/extend.texi
gcc/testsuite/gcc.dg/20010520-1.c [new file with mode: 0644]