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
ecbf12d3
Commit
ecbf12d3
authored
Jan 25, 2009
by
Hans-Peter Nilsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace spurious character 0xa0 with 0x20 before 'target'
From-SVN: r143664
parent
cc7f271e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/testsuite/g++.dg/ext/bitfield2.C
+1
-1
gcc/testsuite/g++.dg/ext/bitfield4.C
+1
-1
gcc/testsuite/gcc.dg/bitfld-15.c
+1
-1
gcc/testsuite/gcc.dg/bitfld-17.c
+1
-1
No files found.
gcc/testsuite/g++.dg/ext/bitfield2.C
View file @
ecbf12d3
...
...
@@ -3,7 +3,7 @@
/* { dg-options "" } */
struct
t
{
/* { dg-message "note: Offset of packed bit-field 't::b' has changed in GCC 4.4" "" {target pcc_bitfield_type_matters } } */
{
/* { dg-message "note: Offset of packed bit-field 't::b' has changed in GCC 4.4" "" {
target pcc_bitfield_type_matters } } */
char
a
:
4
;
char
b
:
8
;
char
c
:
4
;
...
...
gcc/testsuite/g++.dg/ext/bitfield4.C
View file @
ecbf12d3
...
...
@@ -2,7 +2,7 @@
/* { dg-options "" } */
struct
t
{
/* { dg-message "note: Offset of packed bit-field 't::b' has changed in GCC 4.4" "" {target pcc_bitfield_type_matters } } */
{
/* { dg-message "note: Offset of packed bit-field 't::b' has changed in GCC 4.4" "" {
target pcc_bitfield_type_matters } } */
char
a
:
4
;
char
b
:
8
__attribute__
((
packed
));
char
c
:
4
;
...
...
gcc/testsuite/gcc.dg/bitfld-15.c
View file @
ecbf12d3
...
...
@@ -7,6 +7,6 @@ struct t
char
a
:
4
;
char
b
:
8
;
char
c
:
4
;
}
__attribute__
((
packed
));
/* { dg-message "note: Offset of packed bit-field 'b' has changed in GCC 4.4" "" {target pcc_bitfield_type_matters } } */
}
__attribute__
((
packed
));
/* { dg-message "note: Offset of packed bit-field 'b' has changed in GCC 4.4" "" {
target pcc_bitfield_type_matters } } */
int
assrt
[
sizeof
(
struct
t
)
==
2
?
1
:
-
1
];
gcc/testsuite/gcc.dg/bitfld-17.c
View file @
ecbf12d3
...
...
@@ -6,6 +6,6 @@ struct t
char
a
:
4
;
char
b
:
8
__attribute__
((
packed
));
char
c
:
4
;
};
/* { dg-message "note: Offset of packed bit-field 'b' has changed in GCC 4.4" "" {target pcc_bitfield_type_matters } } */
};
/* { dg-message "note: Offset of packed bit-field 'b' has changed in GCC 4.4" "" {
target pcc_bitfield_type_matters } } */
int
assrt
[
sizeof
(
struct
t
)
==
2
?
1
:
-
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