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
9ff7d88e
Commit
9ff7d88e
authored
Apr 08, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 08, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-common.h (C_ARTIFICIAL_STRING_P): Remove.
From-SVN: r97849
parent
f55e72ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
gcc/ChangeLog
+2
-0
gcc/c-common.h
+0
-4
No files found.
gcc/ChangeLog
View file @
9ff7d88e
...
@@ -22,6 +22,8 @@
...
@@ -22,6 +22,8 @@
ATTR_FUNC_UNITS, ATTR_BLOCKAGE): Remove.
ATTR_FUNC_UNITS, ATTR_BLOCKAGE): Remove.
(ATTR_STATIC): Adjust the value.
(ATTR_STATIC): Adjust the value.
* c-common.h (C_ARTIFICIAL_STRING_P): Remove.
2005-04-08 Ulrich Weigand <uweigand@de.ibm.com>
2005-04-08 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/tpf.h (ASM_SPEC): Define.
* config/s390/tpf.h (ASM_SPEC): Define.
...
...
gcc/c-common.h
View file @
9ff7d88e
...
@@ -218,10 +218,6 @@ struct sorted_fields_type GTY(())
...
@@ -218,10 +218,6 @@ struct sorted_fields_type GTY(())
These may be shadowed, and may be referenced from nested functions. */
These may be shadowed, and may be referenced from nested functions. */
#define C_DECLARED_LABEL_FLAG(label) TREE_LANG_FLAG_1 (label)
#define C_DECLARED_LABEL_FLAG(label) TREE_LANG_FLAG_1 (label)
/* Flag strings given by __FUNCTION__ and __PRETTY_FUNCTION__ for a
warning if they undergo concatenation. */
#define C_ARTIFICIAL_STRING_P(NODE) TREE_LANG_FLAG_0 (NODE)
typedef
enum
c_language_kind
typedef
enum
c_language_kind
{
{
clk_c
=
0
,
/* C90, C94 or C99 */
clk_c
=
0
,
/* C90, C94 or C99 */
...
...
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