diff options
Diffstat (limited to 'gcc/function.cc')
-rw-r--r-- | gcc/function.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/function.cc b/gcc/function.cc index 2b77bbd..5a054a9 100644 --- a/gcc/function.cc +++ b/gcc/function.cc @@ -4965,6 +4965,10 @@ prepare_function_start (void) /* Indicate we have no need of a frame pointer yet. */ frame_pointer_needed = 0; + + /* Reset the cache of the "extended" flag in the target's + _BitInt info struct. */ + bitint_extended = -1; } void |