[Bug c++/78612] Invalid double returned from if statement containing NEON division

2016-11-30 Thread kudakov at speechpro dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78612 --- Comment #3 from Kudakov --- I tried compile with gcc 4.9.3 - all output is valid.

[Bug c++/78612] New: Invalid double returned from if statement containing NEON division

2016-11-30 Thread kudakov at speechpro dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: kudakov at speechpro dot com Target Milestone: --- Compile the program with options "-fPIC -O2 -mfpu=neon" for ARM: #include typedef double TFLOAT; TFLOAT GetValue()