projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cafc733
)
Fix typo
author
Mark Mitchell
<mmitchel@gcc.gnu.org>
Fri, 3 Oct 2003 01:22:58 +0000
(
01:22
+0000)
committer
Mark Mitchell
<mmitchel@gcc.gnu.org>
Fri, 3 Oct 2003 01:22:58 +0000
(
01:22
+0000)
From-SVN: r72064
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index e0a76616a0d2dda7300a54cfdcf5abb2e4d5cf4d..d04e8e3a93288080a7d87e30dd0e0ea0715224a2 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-2,7
+2,7
@@
PR optimization/12180
* tree-inline.c (inline_forbidden_p_1): Do not permit inlining of
- functions containing calls to
+ functions containing calls to
__builtin_next_arg.
2003-10-02 Chris Demetriou <cgd@broadcom.com>