Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: dmatthews at utexas dot edu
Target Milestone: ---
gcc version:
Using built-in specs.
COLLECT_GCC=/opt/homebrew/opt/gcc/bin/gcc-13
COLLECT_LTO_WRAPPER=/opt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91539
--- Comment #2 from Devin Matthews ---
Indeed the suppression of FMA is from -std=c99 and not the pragma. Sorry for
the noise.
Assignee: unassigned at gcc dot gnu.org
Reporter: dmatthews at utexas dot edu
Target Milestone: ---
When compiling this program:
#include
void foo(int n,
const double* restrict a,
const double* restrict b,
const double* restrict c
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: dmatthews at utexas dot edu
Target Milestone: ---
This minimal program:
template struct foo
{
template
static