This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/38960] Wrong floating point reorder


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38960

--- Comment #5 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
Since any non-const function can examine floating-point state, I'd expect 
significant effects on code generation.  (Whether this also applies to 
asms depends on the architecture; some architectures have a register name 
you can use in asm operands to refer to floating-point state, and in those 
cases asms reading or writing that state "should" say explicitly that they 
do so, but I don't think all architectures have such a name supported by 
GCC in asms.)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]