This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r253639 - in /trunk/gcc: ChangeLog print-rtl.c


Author: marxin
Date: Wed Oct 11 12:30:03 2017
New Revision: 253639

URL: https://gcc.gnu.org/viewcvs?rev=253639&root=gcc&view=rev
Log:
Fix use-after-scope error.

2017-10-11  Martin Liska  <mliska@suse.cz>

	* print-rtl.c (print_insn): Move declaration of idbuf
	to same scope as name.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/print-rtl.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]