patch-gcc_flags_h 626 B

12345678910111213141516
  1. $OpenBSD: patch-gcc_flags_h,v 1.1.1.1 2014/06/26 16:30:17 pascal Exp $
  2. --- gcc/flags.h.orig Thu Jan 10 21:38:27 2013
  3. +++ gcc/flags.h Wed Jan 23 22:48:29 2013
  4. @@ -25,6 +25,11 @@ along with GCC; see the file COPYING3. If not see
  5. #if !defined(IN_LIBGCC2) && !defined(IN_TARGET_LIBS) && !defined(IN_RTS)
  6. +/* Nonzero means warn about any function whose stack usage is larger than N
  7. + bytes. The value N is `stack_larger_than_size'. */
  8. +extern int warn_stack_larger_than;
  9. +extern HOST_WIDE_INT stack_larger_than_size;
  10. +
  11. /* Names of debug_info_type, for error messages. */
  12. extern const char *const debug_type_names[];