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
3844cd2e
Commit
3844cd2e
authored
Feb 22, 2001
by
Andreas Jaeger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* extend.texi (C++ Attributes): Fix typo.
From-SVN: r39982
parent
9c96f3f8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/extend.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
3844cd2e
2001-02-22 Andreas Jaeger <aj@suse.de>
* extend.texi (C++ Attributes): Fix typo.
2001-02-21 David Mosberger <davidm@hpl.hp.com>
2001-02-21 David Mosberger <davidm@hpl.hp.com>
* config/ia64/ia64.c (ia64_epilogue_uses): For syscall_linkage
* config/ia64/ia64.c (ia64_epilogue_uses): For syscall_linkage
...
...
gcc/extend.texi
View file @
3844cd2e
...
@@ -4321,7 +4321,7 @@ In Standard C++, objects defined at namespace scope are guaranteed to be
...
@@ -4321,7 +4321,7 @@ In Standard C++, objects defined at namespace scope are guaranteed to be
initialized in an order in strict accordance with that of their definitions
initialized in an order in strict accordance with that of their definitions
@emph{in a given translation unit}. No guarantee is made for initializations
@emph{in a given translation unit}. No guarantee is made for initializations
across translation units. However, GNU C++ allows users to control the
across translation units. However, GNU C++ allows users to control the
order of initialization of objects defined at namespace s
oc
pe with the
order of initialization of objects defined at namespace s
co
pe with the
@code{init_priority} attribute by specifying a relative @var{priority},
@code{init_priority} attribute by specifying a relative @var{priority},
a constant integral expression currently bounded between 101 and 65535
a constant integral expression currently bounded between 101 and 65535
inclusive. Lower numbers indicate a higher priority.
inclusive. Lower numbers indicate a higher priority.
...
...
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