Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
76817b9d
Commit
76817b9d
authored
Feb 27, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(id_clash_len): Now unsigned.
(warn_larger_than, larger_than_size): New variables. From-SVN: r6651
parent
35b2eb05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
gcc/flags.h
+9
-2
No files found.
gcc/flags.h
View file @
76817b9d
/* Compilation switch flag definitions for GNU CC.
Copyright (C) 1987, 1988 Free Software Foundation, Inc.
Copyright (C) 1987, 1988
, 1994
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -109,7 +109,14 @@ extern int warn_template_debugging;
characters. The value N is in `id_clash_len'. */
extern
int
warn_id_clash
;
extern
int
id_clash_len
;
extern
unsigned
id_clash_len
;
/* Nonzero means warn about any objects definitions whose size is larger
than N bytes. Also want about function definitions whose returned
values are larger than N bytes. The value N is in `larger_than_size'. */
extern
int
warn_larger_than
;
extern
unsigned
larger_than_size
;
/* Warn if a function returns an aggregate,
since there are often incompatible calling conventions for doing this. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment