Re: [PATCH, libfortran]: Initialize result variable (+ other changes)

2013-06-19 Thread Uros Bizjak
On Wed, Jun 19, 2013 at 8:27 AM, Tobias Burnus wrote: >> Attached patch initializes return variable in get_fpu_except_flags. >> Additionally, it uses __asm__ and __volatile__ consistently, as >> recommended for header files and unifies a bunch of formatting issues >> throughout the file. > > > OK

Re: [PATCH, libfortran]: Initialize result variable (+ other changes)

2013-06-18 Thread Tobias Burnus
Uros Bizjak wrote: Attached patch initializes return variable in get_fpu_except_flags. Additionally, it uses __asm__ and __volatile__ consistently, as recommended for header files and unifies a bunch of formatting issues throughout the file. OK. Thanks for having a second look and improving the

[PATCH, libfortran]: Initialize result variable (+ other changes)

2013-06-18 Thread Uros Bizjak
Hello! Attached patch initializes return variable in get_fpu_except_flags. Additionally, it uses __asm__ and __volatile__ consistently, as recommended for header files and unifies a bunch of formatting issues throughout the file. 2012-06-18 Uros Bizjak * config/fpu-387.h: Use __asm__ and