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
7de51554
Commit
7de51554
authored
Jul 15, 2000
by
Neil Booth
Committed by
Neil Booth
Jul 15, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* README.Portability: Small update.
From-SVN: r35040
parent
91399395
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
gcc/ChangeLog
+4
-0
gcc/README.Portability
+5
-2
No files found.
gcc/ChangeLog
View file @
7de51554
2000-07-15 Neil Booth <NeilB@earthling.net>
2000-07-15 Neil Booth <NeilB@earthling.net>
* README.Portability: Small update.
2000-07-15 Neil Booth <NeilB@earthling.net>
* README.Portability: New file.
* README.Portability: New file.
Fri Jul 14 18:13:53 2000 Mark P Mitchell <mark@codesourcery.com>
Fri Jul 14 18:13:53 2000 Mark P Mitchell <mark@codesourcery.com>
...
...
gcc/README.Portability
View file @
7de51554
...
@@ -195,6 +195,7 @@ In K+R C, you have to cast enum types to use them as integers, and
...
@@ -195,6 +195,7 @@ In K+R C, you have to cast enum types to use them as integers, and
some compilers in particular give lots of warnings for using an enum
some compilers in particular give lots of warnings for using an enum
as an array index.
as an array index.
Bitfields
Bitfields
---------
---------
...
@@ -232,6 +233,7 @@ values in unsigned char fit in an int, it promotes to int).
...
@@ -232,6 +233,7 @@ values in unsigned char fit in an int, it promotes to int).
** Not having any argument whose type is a short type (char, short,
** Not having any argument whose type is a short type (char, short,
float of any flavor) and subject to promotion. **
float of any flavor) and subject to promotion. **
Trigraphs
Trigraphs
---------
---------
...
@@ -246,14 +248,15 @@ Suffixes on Integer Constants
...
@@ -246,14 +248,15 @@ Suffixes on Integer Constants
**Using a 'u' suffix on integer constants.**
**Using a 'u' suffix on integer constants.**
Common Coding Pitfalls
======================
errno
errno
-----
-----
errno might be declared as a macro.
errno might be declared as a macro.
Common Coding Pitfalls
======================
Implicit int
Implicit int
------------
------------
...
...
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