r225881 - in /trunk/gcc: ChangeLog genoutput.c
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Thu Jul 16 13:47:00 GMT 2015
Author: rsandifo
Date: Thu Jul 16 13:47:48 2015
New Revision: 225881
URL: https://gcc.gnu.org/viewcvs?rev=225881&root=gcc&view=rev
Log:
gcc/
* genoutput.c (data): Use a file_location to record the source
position.
(nothing): Delete.
(idata, idata_end): Remove initialization.
(constraint_data): Replace lineno with a file_location.
(output_insn_data): Update after changes to data.
(gen_insn, gen_peephole, gen_expand, gen_split): Likewise.
(scan_operands): Likewise, using *_at rather than *_with_line
functions.
(process_template): Likewise.
(validate_insn_alternatives): Likewise.
(validate_insn_operands): Likewise.
(validate_optab_operands): Likewise.
(init_insn_for_nothing): Initialize idata and idata_end.
(note_constraint): Update after changes to constraint_data,
using at rather than with_line functions.
(mdep_constraint_len): Take a file_location rather than a
line number. Use at rather than with_line functions.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/genoutput.c
More information about the Gcc-cvs
mailing list