diff options
author | Tobias Burnus <burnus@gcc.gnu.org> | 2012-06-01 07:53:31 +0200 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2012-06-01 07:53:31 +0200 |
commit | 7ed26a671c8b9bfe83a5b3691ea7f82986816a7d (patch) | |
tree | 63fe8083057cc04125b9f153960462ad7b09fd6b /libgfortran/runtime | |
parent | 62330f08cbb816f178c86d3ec589f1a259aedd93 (diff) | |
download | gcc-7ed26a671c8b9bfe83a5b3691ea7f82986816a7d.tar.gz |
chmod.c (chmod_func): On MinGW, don't set is_dir
2012-06-01 Tobias Burnus <burnus@net-b.de>
* 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
Diffstat (limited to 'libgfortran/runtime')
-rw-r--r-- | libgfortran/runtime/backtrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/runtime/backtrace.c b/libgfortran/runtime/backtrace.c index 6bfc560de39..9d88d136a8b 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); |