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
5116ad96
Commit
5116ad96
authored
Jan 20, 2005
by
Loren J. Rittle
Committed by
Loren J. Rittle
Jan 20, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* docs/html/17_intro/BADNAMES: Add list for FreeBSD.
From-SVN: r93975
parent
edd5b7da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
5 deletions
+20
-5
libstdc++-v3/ChangeLog
+1
-0
libstdc++-v3/docs/html/17_intro/BADNAMES
+19
-5
No files found.
libstdc++-v3/ChangeLog
View file @
5116ad96
...
...
@@ -9,6 +9,7 @@
* include/ext/array_allocator.h (array_allocator<>::allocate):
Avoid __used. Use __array_used instead.
* docs/html/17_intro/BADNAMES: Add list for FreeBSD.
2005-01-18 David Edelsohn <edelsohn@gnu.org>
...
...
libstdc++-v3/docs/html/17_intro/BADNAMES
View file @
5116ad96
This is the list of names "reserved to the implementation"
that have been claimed by certain compilers of interest, and
should not be used in the library. It will grow, of course.
We generally are interested in names that are not all-caps,
except
for those like "_T"
This is the list of names "reserved to the implementation"
that
have been claimed by certain compilers and system headers of interest,
and
should not be used in the library. It will grow, of course.
We generally are interested in names that are not all-caps,
except
for those like "_T"
For Solarix:
_B
...
...
@@ -25,6 +25,20 @@ _G
MS adds:
_T
BSD adds:
__used
__inline
_Complex
__istype
__maskrune
__tolower
__toupper
__wchar_t
__wint_t
_res
_res_ext
__tg_*
For GCC:
[Note that this list is out of date. It applies to the old
...
...
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