From 1c2b86a03bccbe7af69b04245b3b35a62a828a6e Mon Sep 17 00:00:00 2001 From: fxcoudert Date: Sun, 29 Jun 2014 19:51:59 +0000 Subject: [PATCH] * config/fpu-387.h (my_fenv_t): Amend structure so it also works on mingw32. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212126 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgfortran/ChangeLog | 5 +++++ libgfortran/config/fpu-387.h | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 10761e1c57c..3e033104965 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,8 @@ +2014-06-29 Francois-Xavier Coudert + + * config/fpu-387.h (my_fenv_t): Amend structure so it also works + on mingw32. + 2014-06-28 Jerry DeLisle PR libgfortran/61640 diff --git a/libgfortran/config/fpu-387.h b/libgfortran/config/fpu-387.h index 46720b20e8d..66e2dbeecea 100644 --- a/libgfortran/config/fpu-387.h +++ b/libgfortran/config/fpu-387.h @@ -76,8 +76,7 @@ typedef struct unsigned short int __unused3; unsigned int __eip; unsigned short int __cs_selector; - unsigned int __opcode:11; - unsigned int __unused4:5; + unsigned short int __opcode; unsigned int __data_offset; unsigned short int __data_selector; unsigned short int __unused5; -- 2.11.4.GIT