File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66/* { dg-additional-options "-fdump-analyzer-untracked" } */
77
88/* Adapted from various files in the Linux kernel, all of which have: */
9- /* SPDX-License-Identifier: GPL-2.0 */
9+ /* SPDX-License-Identifier: GPL-2.0-only */
1010
1111#ifndef __cplusplus
1212 typedef _Bool bool ;
Original file line number Diff line number Diff line change 33/* { dg-additional-options " -ftrack-macro-expansion=0" } */
44
55/* Adapted from code in the Linux kernel, which has this: */
6- /* SPDX-License-Identifier: GPL-2.0 */
6+ /* SPDX-License-Identifier: GPL-2.0-only */
77
88#define __noreturn __attribute__ ((__noreturn__))
99
Original file line number Diff line number Diff line change 66/* { dg-additional-options "-fdump-analyzer-untracked" } */
77
88/* Adapted from various files in the Linux kernel, all of which have: */
9- /* SPDX-License-Identifier: GPL-2.0 */
9+ /* SPDX-License-Identifier: GPL-2.0-only */
1010
1111typedef _Bool bool ;
1212#define true 1
You can’t perform that action at this time.
0 commit comments