[Bug c++/109864] New: excplicit constructor considered during overload resolution leads to ambiguity

2023-05-15 Thread dmatthews at utexas dot edu via Gcc-bugs
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

[Bug c/91539] #pragma omp simd disables -ffp-contract=fast

2019-08-24 Thread dmatthews at utexas dot edu
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.

[Bug c/91539] New: #pragma omp simd disables -ffp-contract=fast

2019-08-24 Thread dmatthews at utexas dot edu
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

[Bug c++/91479] New: Template deductions fails for static template member with default template parameter when inside template class

2019-08-17 Thread dmatthews at utexas dot edu
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