r278641 - in /trunk/gcc: ChangeLog c-family/Cha...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Sat Nov 23 10:06:00 GMT 2019


Author: jakub
Date: Sat Nov 23 10:06:26 2019
New Revision: 278641

URL: https://gcc.gnu.org/viewcvs?rev=278641&root=gcc&view=rev
Log:
	PR middle-end/83859
	* doc/extend.texi (attribute access): Fix a typo.

	* c-attribs.c (append_access_attrs): Avoid buffer overflow.  Avoid
	memory leak.  Use XNEWVEC macro.  Use auto_diagnostic_group to
	group warning with inform together.
	(handle_access_attribute): Formatting fix.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-attribs.c
    trunk/gcc/doc/extend.texi



More information about the Gcc-cvs mailing list