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
fcc36507
Commit
fcc36507
authored
Jun 09, 2003
by
J"orn Rennecke
Committed by
Joern Rennecke
Jun 09, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
From-SVN: r67667
parent
4293f7cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.dg/other/offsetof3.C
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
fcc36507
2003-06-09 J"orn Rennecke <joern.rennecke@superh.com>
* g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
2003-06-09 Mark Mitchell <mark@codesourcery.com>
2003-06-09 Mark Mitchell <mark@codesourcery.com>
* lib/gcc-dg.exp (dg-require-weak): Fix typo.
* lib/gcc-dg.exp (dg-require-weak): Fix typo.
...
...
gcc/testsuite/g++.dg/other/offsetof3.C
View file @
fcc36507
...
@@ -13,4 +13,4 @@ typedef X* pX;
...
@@ -13,4 +13,4 @@ typedef X* pX;
typedef
__SIZE_TYPE__
size_t
;
typedef
__SIZE_TYPE__
size_t
;
size_t
yoff
=
size_t
(
&
(
pX
(
0
)
->
y
));
/* { dg-warning "invalid access" "" } */
size_t
yoff
=
size_t
(
&
(
pX
(
0
)
->
y
));
/* { dg-warning "invalid access" "" } */
/* { dg-warning "macro was used incorrectly" "" { target *-*-* } 1
4
} */
/* { dg-warning "macro was used incorrectly" "" { target *-*-* } 1
5
} */
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