https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86133
--- Comment #1 from Kiran Alladi ---
I am trying to compile the code with -mno-spe but still it seems that compiler
is generating spe instructions.
~/kiran$ cat test.c
double var_double = 0;
long var_long = 0;
void my_func( double var_val )
{
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: kiran0802 at gmail dot com
Target Milestone: ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85165
Kiran Alladi changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: kiran0802 at gmail dot com
Target Milestone: ---
When compiling the following test case i.e. test.CC, GCC (6.4.0 ver)
is not generating any warning and moreover