diff options
author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-01 05:53:31 +0000 |
---|---|---|
committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-01 05:53:31 +0000 |
commit | a8ce53cdba68bb6092e5b92ce5ccfe718617bd26 (patch) | |
tree | 63fe8083057cc04125b9f153960462ad7b09fd6b /libgfortran/runtime | |
parent | 241098f1407329f1349e7453b31db408cc4d0d93 (diff) | |
download | gcc-a8ce53cdba68bb6092e5b92ce5ccfe718617bd26.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188098 138bc75d-0d04-0410-961f-82ee72b054a4
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); |