projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4ddcae
)
Restore old state for accidentially escaped local change.
author
Kai Tietz
<ktietz@gcc.gnu.org>
Sat, 2 Apr 2011 18:37:54 +0000
(20:37 +0200)
committer
Kai Tietz
<ktietz@gcc.gnu.org>
Sat, 2 Apr 2011 18:37:54 +0000
(20:37 +0200)
From-SVN: r171891
gcc/config/i386/i386.c
patch
|
blob
|
history
diff --git
a/gcc/config/i386/i386.c
b/gcc/config/i386/i386.c
index be151e9625fcef5717d158eeb65a0ae88c9d88eb..0bb46d521499f86011832bd7e68edd5a7cbae599 100644
(file)
--- a/
gcc/config/i386/i386.c
+++ b/
gcc/config/i386/i386.c
@@
-7486,9
+7486,7
@@
ix86_function_arg_boundary (enum machine_mode mode, const_tree type)
inform (input_location,
"The ABI for passing parameters with %d-byte"
" alignment has changed in GCC 4.6 (mode:%u, %d saved",
- align / BITS_PER_UNIT,
- ix86_compat_function_arg_boundary (mode, type, saved_align),
- mode, saved_align);
+ align / BITS_PER_UNIT);
}
}