| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| backtrace.c | ||
| bounds.c | ||
| compile_options.c | ||
| convert_char.c | ||
| environ.c | ||
| error.c | ||
| fpu.c | ||
| in_pack_generic.c | ||
| in_unpack_generic.c | ||
| main.c | ||
| memory.c | ||
| minimal.c | ||
| pause.c | ||
| select.c | ||
| select_inc.c | ||
| stop.c | ||
| string.c |
Fortran STOP and ERROR STOP use a different function to print the "STOP" string and the message string. On GCN this results in out-of-order output, such as "<msg>ERROR STOP ". This patch fixes the problem by making estr_write use the proper Fortran write, not C printf, so both parts are now output the same way. This also ensures that both parts are output to STDERR (not that that means anything on GCN). 2018-09-12 Kwok Cheung Yeung <kcy@codesourcery.com> libgfortran/ * runtime/minimal.c (estr_write): Define in terms of write. From-SVN: r264239
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| backtrace.c | Loading commit data... | |
| bounds.c | Loading commit data... | |
| compile_options.c | Loading commit data... | |
| convert_char.c | Loading commit data... | |
| environ.c | Loading commit data... | |
| error.c | Loading commit data... | |
| fpu.c | Loading commit data... | |
| in_pack_generic.c | Loading commit data... | |
| in_unpack_generic.c | Loading commit data... | |
| main.c | Loading commit data... | |
| memory.c | Loading commit data... | |
| minimal.c | Loading commit data... | |
| pause.c | Loading commit data... | |
| select.c | Loading commit data... | |
| select_inc.c | Loading commit data... | |
| stop.c | Loading commit data... | |
| string.c | Loading commit data... |