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
1daf6f3a
Commit
1daf6f3a
authored
Sep 15, 2004
by
Zack Weinberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Make-lang.in (treelang-warn): Set to $(STRICT_WARN).
From-SVN: r87562
parent
a2981930
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
gcc/treelang/ChangeLog
+6
-2
gcc/treelang/Make-lang.in
+2
-3
No files found.
gcc/treelang/ChangeLog
View file @
1daf6f3a
2004-09-15 Zack Weinberg <zack@codesourcery.com>
* Make-lang.in (treelang-warn): Set to $(STRICT_WARN).
2004-08-26 Nathan Sidwell <nathan@codesourcery.com>
2004-08-26 Nathan Sidwell <nathan@codesourcery.com>
* treetree.c (tree_code_get_integer_value): Fix build_int_cst call.
* treetree.c (tree_code_get_integer_value): Fix build_int_cst call.
...
@@ -100,7 +104,7 @@
...
@@ -100,7 +104,7 @@
2004-01-30 Kelley Cook <kcook@gcc.gnu.org>
2004-01-30 Kelley Cook <kcook@gcc.gnu.org>
* Make-lang.in (doc/treelang.dvi): Use $(abs_docdir).
* Make-lang.in (doc/treelang.dvi): Use $(abs_docdir).
2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
...
@@ -111,7 +115,7 @@
...
@@ -111,7 +115,7 @@
2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
* Make-lang.in (TREE_GENERATED): Delete reference to $(parsedir).
* Make-lang.in (TREE_GENERATED): Delete reference to $(parsedir).
(treelang/parse.o, treelang/lex.o): Look for sources in build
(treelang/parse.o, treelang/lex.o): Look for sources in build
directory. Use implicit rule.
directory. Use implicit rule.
(treelang/parse.c, treelang/parse.h treelang/lex.c): Always build in
(treelang/parse.c, treelang/parse.h treelang/lex.c): Always build in
doc directory.
doc directory.
...
...
gcc/treelang/Make-lang.in
View file @
1daf6f3a
...
@@ -56,9 +56,8 @@ GCC_EXTRAS = -B./ -B$(build_tooldir)/bin/ -isystem $(build_tooldir)/include
...
@@ -56,9 +56,8 @@ GCC_EXTRAS = -B./ -B$(build_tooldir)/bin/ -isystem $(build_tooldir)/include
TREE_GENERATED
=
lex.c parse.c parse.h parse.output
TREE_GENERATED
=
lex.c parse.c parse.h parse.output
TREE_EXES
=
tree1
TREE_EXES
=
tree1
#no -Wtraditional warnings, allow long long
#strict warnings for treelang
treelang-warn
=
$(LOOSE_WARN)
-pedantic
-Wno-long-long
-Wmissing-prototypes
\
treelang-warn
=
$(STRICT_WARN)
-Wmissing-declarations
-Wno-variadic-macros
$(WERROR)
# bison emits some unused static arrays (yytoknum)
# bison emits some unused static arrays (yytoknum)
treelang/
parse.o-warn
=
-Wno-error
treelang/
parse.o-warn
=
-Wno-error
# flex produces 'no previous prototype' warnings
# flex produces 'no previous prototype' warnings
...
...
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