c55879c872
PR libfortran/68744 * runtime/backtrace.c: Include gthr.h. (show_backtrace): Use __gthread_active_p() to determine whether threads are active. Return if lbstate is NULL. From-SVN: r232770
22 lines
695 B
Plaintext
22 lines
695 B
Plaintext
2016-01-23 John David Anglin <danglin@gcc.gnu.org>
|
||
|
||
PR libfortran/68744
|
||
* runtime/backtrace.c: Include gthr.h.
|
||
(show_backtrace): Use __gthread_active_p() to determine whether threads
|
||
are active. Return if lbstate is NULL.
|
||
|
||
2016-01-15 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
* intrinsics/execute_command_line.c (set_cmdstat): Use "%s", msg
|
||
instead of msg to avoid -Wformat-security warning.
|
||
|
||
2016-01-04 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
Update copyright years.
|
||
|
||
Copyright (C) 2016 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|