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
1dc46545
Commit
1dc46545
authored
Nov 27, 2002
by
Jan Hubicka
Committed by
Jan Hubicka
Nov 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* builtins.def (DEF_C99_BUILTIN): Fix.
From-SVN: r59571
parent
5154b05d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
1 deletions
+25
-1
gcc/ChangeLog
+4
-0
gcc/builtins.def
+1
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.c-torture/execute/20021127-1.c
+14
-0
gcc/testsuite/gcc.c-torture/execute/20021127-1.x
+2
-0
No files found.
gcc/ChangeLog
View file @
1dc46545
Wed
Nov
27
14
:
45
:
46
CET
2002
Jan
Hubicka
<
jh
@suse
.
cz
>
*
builtins
.
def
(
DEF_C99_BUILTIN
)
:
Fix
.
2002
-
11
-
26
Andrew
Haley
<
aph
@redhat
.
com
>
2002
-
11
-
26
Andrew
Haley
<
aph
@redhat
.
com
>
*
unwind
-
sjlj
.
c
(
_Unwind_FindEnclosingFunction
)
:
Rename
*
unwind
-
sjlj
.
c
(
_Unwind_FindEnclosingFunction
)
:
Rename
...
...
gcc/builtins.def
View file @
1dc46545
...
@@ -114,7 +114,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
...
@@ -114,7 +114,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#undef DEF_C99_BUILTIN
#undef DEF_C99_BUILTIN
#define DEF_C99_BUILTIN(ENUM, NAME, TYPE) \
#define DEF_C99_BUILTIN(ENUM, NAME, TYPE) \
DEF_BUILTIN (ENUM, NAME, BUILT_IN_NORMAL, TYPE, TYPE, \
DEF_BUILTIN (ENUM, NAME, BUILT_IN_NORMAL, TYPE, TYPE, \
true,
!flag_isoc99, true
, ATTR_NOTHROW_LIST)
true,
true, !flag_isoc99
, ATTR_NOTHROW_LIST)
/* Like DEF_LIB_BUILTIN, except that the function is expanded in the
/* Like DEF_LIB_BUILTIN, except that the function is expanded in the
front-end. */
front-end. */
...
...
gcc/testsuite/ChangeLog
View file @
1dc46545
Wed Nov 27 14:37:34 CET 2002 Jan Hubicka <jh@suse.cz>
* gcc.c-torture/execute/20021127.[cx]: New test.
2002-11-26 Geoffrey Keating <geoffk@apple.com>
2002-11-26 Geoffrey Keating <geoffk@apple.com>
* g++.dg/init/brace2.C: New test.
* g++.dg/init/brace2.C: New test.
...
...
gcc/testsuite/gcc.c-torture/execute/20021127-1.c
0 → 100644
View file @
1dc46545
long
long
a
=
-
1
;
long
long
llabs
(
long
long
);
void
abort
(
void
);
int
main
()
{
if
(
llabs
(
a
)
!=
1
)
abort
();
return
0
;
}
long
long
llabs
(
long
long
b
)
{
abort
();
}
gcc/testsuite/gcc.c-torture/execute/20021127-1.x
0 → 100644
View file @
1dc46545
set additional_flags "-std=c99"
return 0
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