https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90885
warp at iki dot fi changed:
What|Removed |Added
CC||warp at iki dot fi
--- Comment #30
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: warp at iki dot fi
Target Milestone: ---
Consider the following code (which mistakenly tries to return 'bool' from the
three-way comparison rather
rity: normal
Priority: P3
Component: inline-asm
Assignee: unassigned at gcc dot gnu.org
Reporter: warp at iki dot fi
Target Milestone: ---
gcc defaults to using AT&T asm syntax for x86 targets, with Intel syntax being
an option (with -masm=inte
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91897
--- Comment #4 from warp at iki dot fi ---
You seem to be right (about clang). I suppose time to make a bug report to the
clang development team.
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: warp at iki dot fi
Target Milestone: ---
Consider the following code:
//---
typedef double Double16 __attribute__((vector_size(8*16)));
Double16 mult(const
++
Assignee: unassigned at gcc dot gnu.org
Reporter: warp at iki dot fi
Target Milestone: ---
Consider the following code:
//-
#include
#include
using Float = std::array;
Float p(Float a, Float b)
{
Float result;
for
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: warp at iki dot fi
Target Milestone: ---
Consider the following piece of code:
//--
struct Vec { float
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: warp at iki dot fi
When compiling the following function:
int a(int input)
{
return input == 0 ? 0 : -input;
}
gcc is unable to see that the conditional and returning 0
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: warp at iki dot fi
GCC host triplet: i586-suse-linux
GCC target triplet: i586-suse-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42184
ed
instead of 'x*x', the bug is not triggered either.
--
Summary: Erroneous optimization of pow() with -ffast-math
Product: gcc
Version: 4.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assign
10 matches
Mail list logo