aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2004-01-22 11:52:20 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2004-01-22 10:52:20 +0000
commit0de456a50fb90ad9056d6582cdb4803df5f2c86b (patch)
treebfdfc278de0c59db3b32cdfed40f5986c766a623 /gcc/c-parse.in
parentca3bb0c283932ab6342cac597f2a9e04e2b0c1b2 (diff)
downloadgcc-0de456a50fb90ad9056d6582cdb4803df5f2c86b.zip
gcc-0de456a50fb90ad9056d6582cdb4803df5f2c86b.tar.gz
gcc-0de456a50fb90ad9056d6582cdb4803df5f2c86b.tar.bz2
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
Diffstat (limited to 'gcc/c-parse.in')
-rw-r--r--gcc/c-parse.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in
index 4cdbfed..3804ea5 100644
--- a/gcc/c-parse.in
+++ b/gcc/c-parse.in
@@ -2504,10 +2504,9 @@ label: CASE expr_no_commas ':'
maybe_type_qual:
/* empty */
- { emit_line_note (input_location);
- $$ = NULL_TREE; }
+ { $$ = NULL_TREE; }
| TYPE_QUAL
- { emit_line_note (input_location); }
+ { }
;
xexpr: