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
d87008f2
Commit
d87008f2
authored
Mar 24, 2007
by
Brooks Moses
Committed by
Brooks Moses
Mar 24, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gfortran.h: Edit comments on GFC_STD_*.
From-SVN: r123182
parent
276419d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/gfortran.h
+6
-3
No files found.
gcc/fortran/ChangeLog
View file @
d87008f2
2007-03-24 Brooks Moses <brooks.moses@codesourcery.com>
* gfortran.h: Edit comments on GFC_STD_*.
2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
* invoke.texi: Misc. small typo fixes.
...
...
gcc/fortran/gfortran.h
View file @
d87008f2
...
...
@@ -99,11 +99,14 @@ mstring;
#define GFC_STD_LEGACY (1<<6)
/* Backward compatibility. */
#define GFC_STD_GNU (1<<5)
/* GNU Fortran extension. */
#define GFC_STD_F2003 (1<<4)
/* New in F2003. */
/* Note that no features were obsoleted nor deleted in F2003. */
/* Note that no additional features were deleted or made obsolescent
in F2003. */
#define GFC_STD_F95 (1<<3)
/* New in F95. */
#define GFC_STD_F95_DEL (1<<2)
/* Deleted in F95. */
#define GFC_STD_F95_OBS (1<<1)
/* Obsoleted in F95. */
#define GFC_STD_F77 (1<<0)
/* Up to and including F77. */
#define GFC_STD_F95_OBS (1<<1)
/* Obsolescent in F95. */
#define GFC_STD_F77 (1<<0)
/* Included in F77, but not
deleted or obsolescent in
later standards. */
/* Bitmasks for the various FPE that can be enabled. */
#define GFC_FPE_INVALID (1<<0)
...
...
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