X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libgfortran%2FChangeLog;h=252a90c612adccb85ed462c5e8f0425d4eb37257;hb=a32ca262c1fb49b6d002f2e338e3746010adf220;hp=f84a3a58221b6c7ad1ec7952b818bf10558348d5;hpb=e8a07b51121f190afb610333295c57b4b6853732;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index f84a3a58221..252a90c612a 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,58 @@ +2013-07-03 Uros Bizjak + + Backport from mainline + 2013-06-20 Uros Bizjak + + * config/fpu-387.h (_FPU_MASK_ALL): New. + (_FPU_EX_ALL): Ditto. + (set_fpu): Use fstcw to store x87 FPU control word. Use fnclex to + clear stalled exception flags. Correctly clear stalled SSE + exception flags. Simplify code. + + Backport from mainline + 2013-06-19 Uros Bizjak + + * config/fpu-387.h: Use __asm__ and __volatile__ consistently. + +2013-04-28 Jerry DeLisle + + Backport from mainline: + 2013-03-20 Tilo Schwarz + + PR libfortran/51825 + * io/list_read.c (nml_read_obj): Don't end the component loop on a + nested derived type, but continue with the next loop iteration. + (nml_get_obj_data): Don't move the first_nl pointer further in the + list if a qualifier was found. + +2013-04-28 Jerry DeLisle + + Backport from mainline: + + PR libfortran/56786 + * io/list_read.c (nml_parse_qualifier): Remove spurious next_char call + when checking for EOF. Use error return mechanism when EOF detected. + Do not return FAILURE unless parse_err_msg and parse_err_msg_size have + been set. Use hit_eof. + (nml_get_obj_data): Likewise use the correct error mechanism. + * io/transfer.c (hit_eof): Do not set AFTER_ENDFILE if in namelist + mode. + +2013-04-28 Jerry DeLisle + + Backport from mainline: + 2013-03-25 Tilo Schwarz + + PR libfortran/52512 + * io/list_read.c (nml_parse_qualifier): To check for a derived type + don't use the namelist head element type but the current element type. + (nml_get_obj_data): Add current namelist element type to + nml_parse_qualifier call. + +2013-04-11 Release Manager + + * GCC 4.7.3 released. + 2013-04-03 Tobias Burnus Backport from mainline: