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
631cf95d
Commit
631cf95d
authored
Aug 12, 1999
by
Jason Merrill
Committed by
Jason Merrill
Aug 12, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi (C++ Dialect Options): Add -fms-extensions.
From-SVN: r28683
parent
f01b0acb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/invoke.texi
+4
-0
No files found.
gcc/ChangeLog
View file @
631cf95d
Wed
Aug
11
23
:
50
:
57
1999
Jason
Merrill
<
jason
@yorick
.
cygnus
.
com
>
*
invoke
.
texi
(
C
++
Dialect
Options
)
:
Add
-
fms
-
extensions
.
Wed
Aug
11
12
:
59
:
37
1999
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
extend
.
texi
(
C
++
Signatures
)
:
Remove
node
.
...
...
gcc/invoke.texi
View file @
631cf95d
...
...
@@ -1082,6 +1082,10 @@ To save space, do not emit out-of-line copies of inline functions
controlled by @samp{#pragma implementation}. This will cause linker
errors if these functions are not inlined everywhere they are called.
@item -fms-extensions
Disable pedwarns about constructs used in MFC, such as implicit int and
getting a pointer to member function via non-standard syntax.
@item -fname-mangling-version-@var{n}
Control the way in which names are mangled. Version 0 is compatible
with versions of g++ before 2.8. Version 1 is the default. Version 1
...
...
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