projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92c7bc2
)
re PR c/13814 (rejects different prototypes than builtin function)
author
Andrew Pinski
<pinskia@gcc.gnu.org>
Fri, 23 Jan 2004 18:38:40 +0000
(10:38 -0800)
committer
Andrew Pinski
<pinskia@gcc.gnu.org>
Fri, 23 Jan 2004 18:38:40 +0000
(10:38 -0800)
2004-01-23 Zack Weinberg <zack@codesourcery.com>
PR c/13814
* c-decl.c (diagnose_mismatched_decls): Also discard a
built-in if we encounter an old-style definition with the
same name.
From-SVN: r76445
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 84fa8aa9098464f3cdc5beb6698eab933837fa00..20898432ed60c12233e1e6e7b16646c13f1fe2c3 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,6
+1,6
@@
2004-01-23 Zack Weinberg <zack@codesourcery.com>
- PR
183
14
+ PR
c/138
14
* c-decl.c (diagnose_mismatched_decls): Also discard a
built-in if we encounter an old-style definition with the
same name.