* varasm.c (struct deferred_constant, defer_addressed_constants_flag)
authorZack Weinberg <zack@codesourcery.com>
Sun, 20 Apr 2003 22:43:59 +0000 (22:43 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Sun, 20 Apr 2003 22:43:59 +0000 (22:43 +0000)
commitb20cbca237158906c7d24b32a4e77babbebf9a1c
tree08cb32166631a746c08540bc52e20a56ed340060
parent6f9106c2ec710be644919df873af73e52a14959f
* varasm.c (struct deferred_constant, defer_addressed_constants_flag)
(defer_addressed_constants, output_deferred_addressed_constants): Kill.
(output_constant_def): Remove code predicated on
defer_addressed_constants_flag.

* output.h: Remove prototypes of deleted functions.
* c-typeck.c (constructor_subconstants_deferred): Kill.
(struct initializer_stack): Remove 'deferred' field.
(start_init): Remove all references to the above.
(finish_init): Likewise. Also remove never-executed call to
output_deferred_addressed_constants.  Pull assignment to
defstr out of if expression.

From-SVN: r65865
gcc/ChangeLog
gcc/c-typeck.c
gcc/output.h
gcc/varasm.c