public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/18262] New: [3.4.3 Regression] New libstdc++ testsuite fails
@ 2004-11-01  2:22 danglin at gcc dot gnu dot org
  2004-11-01  2:46 ` [Bug libstdc++/18262] [3.4 " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-11-01  2:22 UTC (permalink / raw)
  To: gcc-bugs

On 20040926, we had the following fails:

Running target unix
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
FAIL: 22_locale/messages/members/char/1.cc execution test
FAIL: 22_locale/messages/members/char/2.cc execution test
FAIL: 22_locale/messages/members/char/wrapped_env.cc execution test
FAIL: 22_locale/messages/members/char/wrapped_locale.cc execution test
FAIL: 22_locale/messages_byname/named_equivalence.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
WARNING: program timed out.
FAIL: thread/pthread7-rope.cc execution test

		=== libstdc++ Summary ===

# of expected passes		2707
# of unexpected failures	6
# of unexpected successes	2
# of expected failures		5


Today, we have the following fails:

Running target unix
FAIL: 22_locale/ctype/is/wchar_t/2.cc execution test
FAIL: 22_locale/ctype/is/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/ctype/is/wchar_t/wrapped_locale.cc execution test
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
FAIL: 22_locale/messages/members/char/1.cc execution test
FAIL: 22_locale/messages/members/char/2.cc execution test
FAIL: 22_locale/messages/members/char/wrapped_env.cc execution test
FAIL: 22_locale/messages/members/char/wrapped_locale.cc execution test
FAIL: 22_locale/messages_byname/named_equivalence.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/1.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/11.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/12.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/13.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/17.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/3.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/wrapped_locale.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

		=== libstdc++ Summary ===

# of expected passes		2706
# of unexpected failures	16
# of unexpected successes	2
# of expected failures		5

Compiler version: 3.4.3 20041031 (prerelease) 

The new fails appear to be locale related.

-- 
           Summary: [3.4.3 Regression] New libstdc++ testsuite fails
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,mark at codesourcery dot
                    com
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


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


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

* [Bug libstdc++/18262] [3.4 Regression] New libstdc++ testsuite fails
  2004-11-01  2:22 [Bug libstdc++/18262] New: [3.4.3 Regression] New libstdc++ testsuite fails danglin at gcc dot gnu dot org
  2004-11-01  2:46 ` [Bug libstdc++/18262] [3.4 " pinskia at gcc dot gnu dot org
@ 2004-11-01  2:46 ` pinskia at gcc dot gnu dot org
  2004-11-01  2:46 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-01  2:46 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |3.4.3 4.0.0
      Known to work|                            |3.4.2


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


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

* [Bug libstdc++/18262] [3.4 Regression] New libstdc++ testsuite fails
  2004-11-01  2:22 [Bug libstdc++/18262] New: [3.4.3 Regression] New libstdc++ testsuite fails danglin at gcc dot gnu dot org
  2004-11-01  2:46 ` [Bug libstdc++/18262] [3.4 " pinskia at gcc dot gnu dot org
  2004-11-01  2:46 ` pinskia at gcc dot gnu dot org
@ 2004-11-01  2:46 ` pinskia at gcc dot gnu dot org
  2004-11-01  3:08 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-01  2:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-01 02:46 -------
The only locale change for the gnu one was:
2004-10-10  Paolo Carlini  <pcarlini@suse.de>

	* config/locale/gnu/monetary_members.cc (_S_construct_pattern):
	Give __ret a default value, thus avoiding spurious warnings.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.4.3 Regression] New      |[3.4 Regression] New
                   |libstdc++ testsuite fails   |libstdc++ testsuite fails
   Target Milestone|---                         |3.4.4


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


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

* [Bug libstdc++/18262] [3.4 Regression] New libstdc++ testsuite fails
  2004-11-01  2:22 [Bug libstdc++/18262] New: [3.4.3 Regression] New libstdc++ testsuite fails danglin at gcc dot gnu dot org
@ 2004-11-01  2:46 ` pinskia at gcc dot gnu dot org
  2004-11-01  2:46 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-01  2:46 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|3.4.3 4.0.0                 |3.4.3


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


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

* [Bug libstdc++/18262] [3.4 Regression] New libstdc++ testsuite fails
  2004-11-01  2:22 [Bug libstdc++/18262] New: [3.4.3 Regression] New libstdc++ testsuite fails danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-11-01  2:46 ` pinskia at gcc dot gnu dot org
@ 2004-11-01  3:08 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-11-01  4:49 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-11-01  3:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-11-01 03:08 -------
Subject: Re:  [3.4 Regression] New libstdc++ testsuite fa

>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>       Known to fail|3.4.3 4.0.0                 |3.4.3

Yes, this is in some way specific to 3.4.3.  The test results on
4.0.0 on this system are:

		=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread-1.cc execution test
XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors)
FAIL: ext/concept_checks.cc (test for excess errors)
WARNING: ext/concept_checks.cc compilation failed to produce executable

		=== libstdc++ Summary ===

# of expected passes		3053
# of unexpected failures	1
# of unexpected successes	2
# of expected failures		5

Compiler version: 4.0.0 20041028 (experimental) 
Platform: hppa-unknown-linux-gnu

These results are with a LD_LIBRARY_PATH patch that I have been testing.
It's possible that the fails are a configuration issue.

Dave


-- 


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


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

* [Bug libstdc++/18262] [3.4 Regression] New libstdc++ testsuite fails
  2004-11-01  2:22 [Bug libstdc++/18262] New: [3.4.3 Regression] New libstdc++ testsuite fails danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-11-01  3:08 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-11-01  4:49 ` mmitchel at gcc dot gnu dot org
  2004-11-01 15:24 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-11-09 14:22 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-11-01  4:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-11-01 04:49 -------
Dave, do you have time to work out what patch is causing the problem?  If not,
please let me know, and I'll try to do it.

Thanks,

-- Mark

-- 


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


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

* [Bug libstdc++/18262] [3.4 Regression] New libstdc++ testsuite fails
  2004-11-01  2:22 [Bug libstdc++/18262] New: [3.4.3 Regression] New libstdc++ testsuite fails danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-11-01  4:49 ` mmitchel at gcc dot gnu dot org
@ 2004-11-01 15:24 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-11-09 14:22 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-11-01 15:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-11-01 15:24 -------
Subject: Re:  [3.4 Regression] New libstdc++ testsuite fa

> Dave, do you have time to work out what patch is causing the problem?  If
> not,
> please let me know, and I'll try to do it.

I don't have a lot of time at the moment, only evenings and weekends.

I found that the locale setup on the machine had likely changed.  The
system manager did some cleanups on it a couple of months ago and removed
some stuff needed by GCC.  I installed the debian locale package and
regenerated the locales needed for the v3 testsuite.  However, at first
crack this doesn't seem to have changed the situation.  I had built 3.4.2
last night and it now shows the same 16 fails.  Thus, it doesn't look like
a GCC patch is the cause of the regressions.

Dave


-- 


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


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

* [Bug libstdc++/18262] [3.4 Regression] New libstdc++ testsuite fails
  2004-11-01  2:22 [Bug libstdc++/18262] New: [3.4.3 Regression] New libstdc++ testsuite fails danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-11-01 15:24 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-11-09 14:22 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-09 14:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-09 14:22 -------
So closing as works for me.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME


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


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

end of thread, other threads:[~2004-11-09 14:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-01  2:22 [Bug libstdc++/18262] New: [3.4.3 Regression] New libstdc++ testsuite fails danglin at gcc dot gnu dot org
2004-11-01  2:46 ` [Bug libstdc++/18262] [3.4 " pinskia at gcc dot gnu dot org
2004-11-01  2:46 ` pinskia at gcc dot gnu dot org
2004-11-01  2:46 ` pinskia at gcc dot gnu dot org
2004-11-01  3:08 ` dave at hiauly1 dot hia dot nrc dot ca
2004-11-01  4:49 ` mmitchel at gcc dot gnu dot org
2004-11-01 15:24 ` dave at hiauly1 dot hia dot nrc dot ca
2004-11-09 14:22 ` pinskia 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).