public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/20071] New: [4.0 regression] newlib target testsuite regressions: libstdc++: tr1/6_containers/tuple
@ 2005-02-19 16:47 hp at gcc dot gnu dot org
  2005-02-19 16:50 ` [Bug libstdc++/20071] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-02-19 16:47 UTC (permalink / raw)
  To: gcc-bugs

Between LAST_UPDATED: "Fri Feb 18 00:18:46 UTC 2005" and
"Fri Feb 18 15:14:59 UTC 2005" these regressions were
introduced on trunk for cris-axis-elf:

FAIL: tr1/6_containers/tuple/comparison_operators/comparisons.cc (test for
excess errors)
WARNING: tr1/6_containers/tuple/comparison_operators/comparisons.cc compilation
failed to produce executable
FAIL: tr1/6_containers/tuple/cons/assignment.cc (test for excess errors)
WARNING: tr1/6_containers/tuple/cons/assignment.cc compilation failed to produce
executable
FAIL: tr1/6_containers/tuple/cons/big_tuples.cc (test for excess errors)
WARNING: tr1/6_containers/tuple/cons/big_tuples.cc compilation failed to produce
executable
FAIL: tr1/6_containers/tuple/cons/constructor.cc (test for excess errors)
WARNING: tr1/6_containers/tuple/cons/constructor.cc compilation failed to
produce executable
FAIL: tr1/6_containers/tuple/creation_functions/make_tuple.cc (test for excess
errors)
WARNING: tr1/6_containers/tuple/creation_functions/make_tuple.cc compilation
failed to produce executable
FAIL: tr1/6_containers/tuple/creation_functions/tie.cc (test for excess errors)
WARNING: tr1/6_containers/tuple/creation_functions/tie.cc compilation failed to
produce executable
FAIL: tr1/6_containers/tuple/element_access/get.cc (test for excess errors)
WARNING: tr1/6_containers/tuple/element_access/get.cc compilation failed to
produce executable
FAIL: tr1/6_containers/tuple/tuple_element.cc (test for excess errors)
WARNING: tr1/6_containers/tuple/tuple_element.cc compilation failed to produce
executable
FAIL: tr1/6_containers/tuple/tuple_size.cc (test for excess errors)
WARNING: tr1/6_containers/tuple/tuple_size.cc compilation failed to produce
executable

with the message in libstdc++.log being all similar for all the regressing
tests:

/home/hp/cvs_areas/combined/cris-regobj/cris-unknown-elf/libstdc++-v3/include/tr1/functional:139:
error: 'wstring' is not a membe\
r of 'std'^M
/home/hp/cvs_areas/combined/cris-regobj/cris-unknown-elf/libstdc++-v3/include/tr1/functional:139:
error: 'wstring' is not a membe\
r of 'std'^M
/home/hp/cvs_areas/combined/cris-regobj/cris-unknown-elf/libstdc++-v3/include/tr1/functional:139:
error: template argument 1 is i\
nvalid^M
/home/hp/cvs_areas/combined/cris-regobj/cris-unknown-elf/libstdc++-v3/include/tr1/functional:139:
error: explicit specialization \
of non-template '<type error>'^M

The author of the only matching change is CC:ed.

It seems like the use of std::wstring in include/tr1/functional
isn't properly #ifdef:ed or something.
Elsewhere in libstdc++ I see use of #ifdef _GLIBCXX_USE_WCHAR_T
wrapped around wstring grep matches.
(This seems like an obvious fix.)  The cris-axis-elf is a newlib target.
I see the same failures on mmix-knuth-mmixware, another newlib target.

-- 
           Summary: [4.0 regression] newlib target testsuite regressions:
                    libstdc++: tr1/6_containers/tuple
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org
                CC: austern at apple dot com,gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: cris-axis-elf, mmix-knuth-mmixware


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20071


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/20071] [4.0 regression] newlib target testsuite regressions: libstdc++: tr1/6_containers/tuple
  2005-02-19 16:47 [Bug libstdc++/20071] New: [4.0 regression] newlib target testsuite regressions: libstdc++: tr1/6_containers/tuple hp at gcc dot gnu dot org
@ 2005-02-19 16:50 ` pinskia at gcc dot gnu dot org
  2005-02-19 21:20 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-19 16:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-19 05:25 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-19 05:25:39
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20071


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/20071] [4.0 regression] newlib target testsuite regressions: libstdc++: tr1/6_containers/tuple
  2005-02-19 16:47 [Bug libstdc++/20071] New: [4.0 regression] newlib target testsuite regressions: libstdc++: tr1/6_containers/tuple hp at gcc dot gnu dot org
  2005-02-19 16:50 ` [Bug libstdc++/20071] " pinskia at gcc dot gnu dot org
@ 2005-02-19 21:20 ` cvs-commit at gcc dot gnu dot org
  2005-02-19 21:24 ` hp at gcc dot gnu dot org
  2005-02-19 22:35 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-19 21:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-19 15:34 -------
Subject: Bug 20071

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hp@gcc.gnu.org	2005-02-19 15:33:59

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/tr1: functional 

Log message:
	PR libstdc++/20071
	* include/tr1/functional (hash<std::wstring>): Wrap in #ifdef
	_GLIBCXX_USE_WCHAR_T.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2902&r2=1.2903
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/functional.diff?cvsroot=gcc&r1=1.2&r2=1.3



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20071


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/20071] [4.0 regression] newlib target testsuite regressions: libstdc++: tr1/6_containers/tuple
  2005-02-19 16:47 [Bug libstdc++/20071] New: [4.0 regression] newlib target testsuite regressions: libstdc++: tr1/6_containers/tuple hp at gcc dot gnu dot org
  2005-02-19 16:50 ` [Bug libstdc++/20071] " pinskia at gcc dot gnu dot org
  2005-02-19 21:20 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-19 21:24 ` hp at gcc dot gnu dot org
  2005-02-19 22:35 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-02-19 21:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-02-19 15:42 -------
See <URL:http://gcc.gnu.org/ml/gcc-patches/2005-02/msg01113.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20071


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/20071] [4.0 regression] newlib target testsuite regressions: libstdc++: tr1/6_containers/tuple
  2005-02-19 16:47 [Bug libstdc++/20071] New: [4.0 regression] newlib target testsuite regressions: libstdc++: tr1/6_containers/tuple hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-02-19 21:24 ` hp at gcc dot gnu dot org
@ 2005-02-19 22:35 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-02-19 22:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-02-19 16:13 -------
Present on Solaris 2.5.1 and 2.6 too.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20071


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-02-19 16:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-19 16:47 [Bug libstdc++/20071] New: [4.0 regression] newlib target testsuite regressions: libstdc++: tr1/6_containers/tuple hp at gcc dot gnu dot org
2005-02-19 16:50 ` [Bug libstdc++/20071] " pinskia at gcc dot gnu dot org
2005-02-19 21:20 ` cvs-commit at gcc dot gnu dot org
2005-02-19 21:24 ` hp at gcc dot gnu dot org
2005-02-19 22:35 ` ebotcazou at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).