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
8e30605e
Commit
8e30605e
authored
Oct 14, 1998
by
Robert Lipe
Committed by
Ovidiu Predescu
Oct 14, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
objc-torture.exp: Add -I so we can find objc headers.
From-SVN: r23086
parent
fc45c7ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/lib/objc-torture.exp
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
8e30605e
Wed Oct 14 21:11:19 1998 Robert Lipe <robertl@dgii.com>
* lib/objc-torture.exp (objc-torture-execute): Add -I so we can
find objc headers.
1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* compile/981001-4.c: Remove use of GCC extension that triggers a
...
...
gcc/testsuite/lib/objc-torture.exp
View file @
8e30605e
...
...
@@ -169,7 +169,7 @@ proc objc-torture-execute { src } {
verbose "Testing $testcase, $option" 1
set options ""
lappend options "additional_flags=-w $option"
lappend options "additional_flags=-w $option
-I${srcdir}/../../libobjc
"
set comp_output [objc_target_compile "$src" "$executable" executable $options];
# Set a few common compiler messages.
...
...
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