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
56c091ab
Commit
56c091ab
authored
Feb 29, 2016
by
Martin Liska
Committed by
Martin Liska
Feb 29, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Poison ENABLE_CHECKING macro
* system.h: Poison ENABLE_CHECKING macro. From-SVN: r233817
parent
ce40915e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/system.h
+4
-0
No files found.
gcc/ChangeLog
View file @
56c091ab
...
@@ -10,6 +10,10 @@
...
@@ -10,6 +10,10 @@
2016-02-29 Martin Liska <mliska@suse.cz>
2016-02-29 Martin Liska <mliska@suse.cz>
* system.h: Poison ENABLE_CHECKING macro.
2016-02-29 Martin Liska <mliska@suse.cz>
* hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
* hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
is presented in dump flags.
is presented in dump flags.
* hsa-regalloc.c (linear_scan_regalloc): Likewise.
* hsa-regalloc.c (linear_scan_regalloc): Likewise.
...
...
gcc/system.h
View file @
56c091ab
...
@@ -1014,6 +1014,10 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
...
@@ -1014,6 +1014,10 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
#undef rindex
#undef rindex
#pragma GCC poison bcopy bzero bcmp rindex
#pragma GCC poison bcopy bzero bcmp rindex
/* Poison ENABLE_CHECKING macro that should be replaced with
'if (flag_checking)', or with CHECKING_P macro. */
#pragma GCC poison ENABLE_CHECKING
#endif
/* GCC >= 3.0 */
#endif
/* GCC >= 3.0 */
/* This macro allows casting away const-ness to pass -Wcast-qual
/* This macro allows casting away const-ness to pass -Wcast-qual
...
...
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