From 7ed26a671c8b9bfe83a5b3691ea7f82986816a7d Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Fri, 1 Jun 2012 07:53:31 +0200 Subject: chmod.c (chmod_func): On MinGW, don't set is_dir 2012-06-01 Tobias Burnus * intrinsics/chmod.c (chmod_func): On MinGW, don't set is_dir * and fix octal-mode handling. * io/unit.c (get_internal_unit): Add cast. * io/unix.c (min): Undef "min" before defining it. * runtime/backtrace.c (show_backtrace): Move label into ifndef __MINGW__ block. From-SVN: r188098 --- libgfortran/runtime/backtrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgfortran/runtime') diff --git a/libgfortran/runtime/backtrace.c b/libgfortran/runtime/backtrace.c index 6bfc560..9d88d13 100644 --- a/libgfortran/runtime/backtrace.c +++ b/libgfortran/runtime/backtrace.c @@ -270,9 +270,9 @@ fallback: } while (0); +fallback_noerr: #endif /* CAN_PIPE */ -fallback_noerr: /* Fallback to the simple backtrace without addr2line. */ state.direct_output = 1; _Unwind_Backtrace (trace_function, &state); -- cgit v1.1