[Sun C++] nomatchoverin error on operator%(gslice_array) in
26.valarray.binary.stdcxx-237.cpp
---------------------------------------------------------------------------------------------
Key: STDCXX-807
URL: https://issues.apache.org/jira/browse/STDCXX-807
Project: C++ Standard Library
Issue Type: Bug
Affects Versions: 4.2.0
Reporter: Martin Sebor
Priority: Minor
Fix For: 4.2.1
The regression test
[26.valarray.binary.stdcxx-237.cpp|http://svn.apache.org/repos/asf/stdcxx/trunk/tests/regress/26.valarray.binary.stdcxx-237.cpp]
for STDCXX-237 fails to compile with all tested versions of Sun C++ with an
error like the one below (copied from a Sun C++ 5.9 build log). Suspect a
compiler bug.
{noformat}
CC -c -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include
-library=%none -O -m32 +w -errtags -erroff=hidef
$(TOPDIR)/tests/regress/26.valarray.binary.stdcxx-237.cpp
"$(TOPDIR)/tests/regress/26.valarray.binary.stdcxx-237.cpp", line 37: Error,
nomatchoverin: Could not find a match for
std::operator%<std::_TypeT>(std::gslice_array<int>, std::gslice_array<int>)
needed in main().
1 Error(s) detected.
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.