NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58654 CVS commit: src



The following reply was made to PR toolchain/58654; it has been noted by GNATS.

From: "Roland Illig" <rillig%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58654 CVS commit: src
Date: Thu, 29 Aug 2024 20:35:19 +0000

 Module Name:	src
 Committed By:	rillig
 Date:		Thu Aug 29 20:35:19 UTC 2024
 
 Modified Files:
 	src/tests/usr.bin/xlint/lint1: gcc.c
 	src/usr.bin/xlint/common: inittyp.c lint.h
 	src/usr.bin/xlint/lint1: cgram.y emit1.c init.c lex.c
 	src/usr.bin/xlint/lint2: emit2.c
 
 Log Message:
 lint: support GCC's __auto_type
 
 Fixes PR toolchain/58654.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/xlint/lint1/gcc.c
 cvs rdiff -u -r1.42 -r1.43 src/usr.bin/xlint/common/inittyp.c
 cvs rdiff -u -r1.50 -r1.51 src/usr.bin/xlint/common/lint.h
 cvs rdiff -u -r1.506 -r1.507 src/usr.bin/xlint/lint1/cgram.y
 cvs rdiff -u -r1.95 -r1.96 src/usr.bin/xlint/lint1/emit1.c
 cvs rdiff -u -r1.269 -r1.270 src/usr.bin/xlint/lint1/init.c
 cvs rdiff -u -r1.228 -r1.229 src/usr.bin/xlint/lint1/lex.c
 cvs rdiff -u -r1.39 -r1.40 src/usr.bin/xlint/lint2/emit2.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index