public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/14353] New: libstdc++ wchar tests run for -mabi=32
@ 2004-03-01  0:47 billingd at gcc dot gnu dot org
  2004-03-01  1:14 ` [Bug libstdc++/14353] " billingd at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: billingd at gcc dot gnu dot org @ 2004-03-01  0:47 UTC (permalink / raw)
  To: gcc-bugs

This is not a regression, as -mabi=32 support is new to 3.4

I have just enabled testing of the -o32 ABI on my irix6.5 testsuite runs
for gcc-3.4 and gcc-3.5.
See http://gcc.gnu.org/ml/gcc-testresults/2004-02/msg01329.html for an example.

Most of the libstdc++ testsuite failures are due to the absence of 
wchar support in the -o32 ABI.  Is there a way to disable of XFAIL 
these tests for only one of the three ABI under test?

Phil Edwards [phil@codesourcery.com] says:

  If wchar isn't supported, then configure should be turning it off.  If it
  isn't, then there will be a zero-length objdir/testsuite/testsuite_wchar_t
  file indicating that the wchar tests should be run.  

I see that:
 - libstdc++-v3/testsuite/testsuite_wchar_t exists
 - libstdc++-v3/mabi=64/testsuite/testsuite_wchar_t exists
 - libstdc++-v3/mabi=32/testsuite/testsuite_wchar_t doesn't exist
which is correct, but the tests are still run for mabi=32.

This points to a test harness issue.

-- 
           Summary: libstdc++ wchar tests run for -mabi=32
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: billingd at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: mips-sgi-irix6.5
  GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5


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


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

* [Bug libstdc++/14353] libstdc++ wchar tests run for -mabi=32
  2004-03-01  0:47 [Bug libstdc++/14353] New: libstdc++ wchar tests run for -mabi=32 billingd at gcc dot gnu dot org
@ 2004-03-01  1:14 ` billingd at gcc dot gnu dot org
  2004-03-01 21:25 ` billingd at gcc dot gnu dot org
  2004-07-13 17:04 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: billingd at gcc dot gnu dot org @ 2004-03-01  1:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From billingd at gcc dot gnu dot org  2004-03-01 01:14 -------
I can add that the generated files:
 - ${objdir}/mips-sgi-irix6.5/libstdc++-v3/testsuite/testsuite_files
 - ${objdir}/mips-sgi-irix6.5/mabi=64/libstdc++-v3/testsuite/testsuite_files
list the wchar tests but
 - ${objdir}/mips-sgi-irix6.5/mabi=32/libstdc++-v3/testsuite/testsuite_files
doesn't, which is also correct.

This would suggest that the wrong testsuite_files is used for multi-lib tests.

-- 


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


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

* [Bug libstdc++/14353] libstdc++ wchar tests run for -mabi=32
  2004-03-01  0:47 [Bug libstdc++/14353] New: libstdc++ wchar tests run for -mabi=32 billingd at gcc dot gnu dot org
  2004-03-01  1:14 ` [Bug libstdc++/14353] " billingd at gcc dot gnu dot org
@ 2004-03-01 21:25 ` billingd at gcc dot gnu dot org
  2004-07-13 17:04 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: billingd at gcc dot gnu dot org @ 2004-03-01 21:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From billingd at gcc dot gnu dot org  2004-03-01 21:24 -------
Fixed on 3.4 branch and trunk with
http://gcc.gnu.org/ml/gcc-patches/2004-03/msg00004.html

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


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


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

* [Bug libstdc++/14353] libstdc++ wchar tests run for -mabi=32
  2004-03-01  0:47 [Bug libstdc++/14353] New: libstdc++ wchar tests run for -mabi=32 billingd at gcc dot gnu dot org
  2004-03-01  1:14 ` [Bug libstdc++/14353] " billingd at gcc dot gnu dot org
  2004-03-01 21:25 ` billingd at gcc dot gnu dot org
@ 2004-07-13 17:04 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-13 17:04 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4.0


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


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

end of thread, other threads:[~2004-07-13 17:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-01  0:47 [Bug libstdc++/14353] New: libstdc++ wchar tests run for -mabi=32 billingd at gcc dot gnu dot org
2004-03-01  1:14 ` [Bug libstdc++/14353] " billingd at gcc dot gnu dot org
2004-03-01 21:25 ` billingd at gcc dot gnu dot org
2004-07-13 17:04 ` 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).