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
061c5ee4
Commit
061c5ee4
authored
17 years ago
by
Danny Smith
Committed by
Danny Smith
17 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/compat/struct-layout-1_generate.c (dg-options) Add
-fno-common for cygwin and mingw32. From-SVN: r130017
parent
4cdf766e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c
+3
-3
No files found.
gcc/testsuite/ChangeLog
View file @
061c5ee4
2007
-
11
-
08
Danny
Smith
<
dannysmith
@users
.
sourceforge
.
net
>
*
gcc
.
dg
/
compat
/
struct
-
layout
-
1
_generate
.
c
(
dg
-
options
)
Add
-
fno
-
common
for
cygwin
and
mingw32
.
2007
-
11
-
08
Kenneth
Zadeck
<
zadeck
@naturalbridge
.
com
>
PR
middle
-
end
/
33826
This diff is collapsed.
Click to expand it.
gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c
View file @
061c5ee4
...
...
@@ -763,7 +763,7 @@ switchfiles (int fields)
}
fprintf
(
outfile
,
"\
/* { dg-options
\"
-I%s
\"
} */
\n
\
/* { dg-options
\"
-I%s -fno-common
\"
{ target hppa*-*-hpux* *-*-darwin* } } */
\n
\
/* { dg-options
\"
-I%s -fno-common
\"
{ target hppa*-*-hpux* *-*-darwin*
*-*-mingw32* *-*-cygwin*
} } */
\n
\
/* { dg-options
\"
-I%s -mno-base-addresses
\"
{ target mmix-*-* } } */
\n
\
#include
\"
struct-layout-1.h
\"\n
\
\n
\
...
...
@@ -790,7 +790,7 @@ int main (void)\n\
goto
fail
;
fprintf
(
outfile
,
"\
/* { dg-options
\"
-w -I%s
\"
} */
\n
\
/* { dg-options
\"
-w -I%s -fno-common
\"
{ target hppa*-*-hpux* *-*-darwin* } } */
\n
\
/* { dg-options
\"
-w -I%s -fno-common
\"
{ target hppa*-*-hpux* *-*-darwin*
*-*-mingw32* *-*-cygwin*
} } */
\n
\
/* { dg-options
\"
-w -I%s -mno-base-addresses
\"
{ target mmix-*-* } } */
\n
\
#include
\"
struct-layout-1_x1.h
\"\n
\
#include
\"
t%03d_test.h
\"\n
\
...
...
@@ -803,7 +803,7 @@ int main (void)\n\
goto
fail
;
fprintf
(
outfile
,
"\
/* { dg-options
\"
-w -I%s
\"
} */
\n
\
/* { dg-options
\"
-w -I%s -fno-common
\"
{ target hppa*-*-hpux* *-*-darwin* } } */
\n
\
/* { dg-options
\"
-w -I%s -fno-common
\"
{ target hppa*-*-hpux* *-*-darwin*
*-*-mingw32* *-*-cygwin*
} } */
\n
\
/* { dg-options
\"
-w -I%s -mno-base-addresses
\"
{ target mmix-*-* } } */
\n
\
#include
\"
struct-layout-1_y1.h
\"\n
\
#include
\"
t%03d_test.h
\"\n
\
...
...
This diff is collapsed.
Click to expand it.
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