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
ad706f54
Commit
ad706f54
authored
Dec 07, 2001
by
Richard Henderson
Committed by
Richard Henderson
Dec 07, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/extend.texi: Fix typo last change.
From-SVN: r47777
parent
4b7b9007
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/doc/extend.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
ad706f54
2001
-
12
-
07
Richard
Henderson
<
rth
@redhat
.
com
>
*
doc
/
extend
.
texi
:
Fix
typo
last
change
.
*
c
-
decl
.
c
(
c_language
)
:
Remove
duplicate
.
2001
-
12
-
07
Dale
Johannesen
<
dalej
@apple
.
com
>
...
...
gcc/doc/extend.texi
View file @
ad706f54
...
...
@@ -3025,7 +3025,7 @@ Aggregates with this attribute are invalid, even if they are of the same
size as a corresponding scalar. For example, the declaration:
@smallexample
struct S
{ int a;
};
struct S
@{ int a; @
};
struct S __attribute__ ((vector_size (16))) foo;
@end smallexample
...
...
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