re PR debug/39485 (-O0 -g still puts whole object to a register)
authorJakub Jelinek <jakub@redhat.com>
Wed, 18 Mar 2009 17:06:15 +0000 (18:06 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 18 Mar 2009 17:06:15 +0000 (18:06 +0100)
commitd130d647f6ea66c2773f822f8f834a57b00fb817
treed085647e97b62f96314401a16b2427b7029080a5
parent8f5929e11fa965fd2ad5d63c55de1cebc1b06af3
re PR debug/39485 (-O0 -g still puts whole object to a register)

PR debug/39485
* function.c (use_register_for_decl): When not optimizing, disregard
register keyword for variables with types containing methods.

From-SVN: r144939
gcc/ChangeLog
gcc/function.c