Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
4.2.0
-
None
-
None
-
Compiler Error
Description
The regression test 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.
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.
Attachments
Issue Links
- depends upon
-
STDCXX-816 [Sun C++ 5.9] nomatchoverin error on operator%(gslice_array)
- Open
- is related to
-
STDCXX-237 SIGFPE in std::operator%(slice, slice)
- Closed