function.c (allocate_struct_function): Do not initialize expr, emit and varasm.
authorJan Hubicka <jh@suse.cz>
Thu, 22 Jan 2004 10:52:20 +0000 (11:52 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 22 Jan 2004 10:52:20 +0000 (10:52 +0000)
commit0de456a50fb90ad9056d6582cdb4803df5f2c86b
treebfdfc278de0c59db3b32cdfed40f5986c766a623
parentca3bb0c283932ab6342cac597f2a9e04e2b0c1b2
function.c (allocate_struct_function): Do not initialize expr, emit and varasm.

* function.c (allocate_struct_function): Do not initialize expr, emit
and varasm.
(prepare_function_start): Do it here.
* c-parse.in (maybe_type_qual): Do not produce line number notes.

From-SVN: r76345
gcc/ChangeLog
gcc/c-parse.in
gcc/function.c