public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/47323] New: FAIL: 28_regex/08_basic_regex/requirements/constexpr_data.cc (test for excess errors)
@ 2011-01-16 22:05 danglin at gcc dot gnu.org
  2011-01-16 22:05 ` [Bug libstdc++/47323] " paolo.carlini at oracle dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-01-16 22:05 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: FAIL:
                    28_regex/08_basic_regex/requirements/constexpr_data.cc
                    (test for excess errors)
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa*-*-hpux11.00
            Target: hppa*-*-hpux11.00
             Build: hppa*-*-hpux11.00


Thanks Paolo.  There is one more:

Executing on host: /xxx/gnu/gcc/objdir/./gcc/g++ -shared-libgcc
-B/xxx/gnu/gcc/o
bjdir/./gcc -nostdinc++
-L/xxx/gnu/gcc/objdir/hppa64-hp-hpux11.00/libstdc++-v3/s
rc -L/xxx/gnu/gcc/objdir/hppa64-hp-hpux11.00/libstdc++-v3/src/.libs
-B/opt/gnu64
/gcc/gcc-4.6/hppa64-hp-hpux11.00/bin/
-B/opt/gnu64/gcc/gcc-4.6/hppa64-hp-hpux11.
00/lib/ -isystem /opt/gnu64/gcc/gcc-4.6/hppa64-hp-hpux11.00/include -isystem
/op
t/gnu64/gcc/gcc-4.6/hppa64-hp-hpux11.00/sys-include
-B/xxx/gnu/gcc/objdir/hppa64
-hp-hpux11.00/./libstdc++-v3/src/.libs -g -O2 -D_GLIBCXX_ASSERT
-fmessage-length
=0 -ffunction-sections -fdata-sections -g -O2 -g -O2 -DLOCALEDIR="."
-nostdinc++

-I/xxx/gnu/gcc/objdir/hppa64-hp-hpux11.00/libstdc++-v3/include/hppa64-hp-hpux11
.00 -I/xxx/gnu/gcc/objdir/hppa64-hp-hpux11.00/libstdc++-v3/include
-I/xxx/gnu/gc
c/gcc/libstdc++-v3/libsupc++ -I/xxx/gnu/gcc/gcc/libstdc++-v3/include/backward
-I
/xxx/gnu/gcc/gcc/libstdc++-v3/testsuite/util
/xxx/gnu/gcc/gcc/libstdc++-v3/tests
uite/28_regex/08_basic_regex/requirements/constexpr_data.cc   -std=gnu++0x -S 
-
o constexpr_data.s    (timeout = 600)
/xxx/gnu/gcc/gcc/libstdc++-v3/testsuite/28_regex/08_basic_regex/requirements/con
stexpr_data.cc: In function 'int main()':
/xxx/gnu/gcc/gcc/libstdc++-v3/testsuite/28_regex/08_basic_regex/requirements/con
stexpr_data.cc:69:19: error: 'wregex' is not a member of 'std'
/xxx/gnu/gcc/gcc/libstdc++-v3/testsuite/28_regex/08_basic_regex/requirements/con
stexpr_data.cc:69:19: error: 'wregex' is not a member of 'std'
/xxx/gnu/gcc/gcc/libstdc++-v3/testsuite/28_regex/08_basic_regex/requirements/con
stexpr_data.cc:69:32: error: no matching function for call to
'__gnu_test::const
expr_member_data::operator()()'
/xxx/gnu/gcc/gcc/libstdc++-v3/testsuite/28_regex/08_basic_regex/requirements/con
stexpr_data.cc:69:32: note: candidate is:
/xxx/gnu/gcc/gcc/libstdc++-v3/testsuite/28_regex/08_basic_regex/requirements/con
stexpr_data.cc:30:7: note: template<class _Ttesttype> void
__gnu_test::constexpr
_member_data::operator()()
compiler exited with status 1


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

* [Bug libstdc++/47323] FAIL: 28_regex/08_basic_regex/requirements/constexpr_data.cc (test for excess errors)
  2011-01-16 22:05 [Bug libstdc++/47323] New: FAIL: 28_regex/08_basic_regex/requirements/constexpr_data.cc (test for excess errors) danglin at gcc dot gnu.org
@ 2011-01-16 22:05 ` paolo.carlini at oracle dot com
  2011-01-17  5:59 ` paolo at gcc dot gnu.org
  2011-01-17  6:19 ` paolo.carlini at oracle dot com
  2 siblings, 0 replies; 4+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-01-16 22:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-01-16 21:44:49 UTC ---
Can you please resolve it in the obvious way? Patch pre-approved. Thanks.


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

* [Bug libstdc++/47323] FAIL: 28_regex/08_basic_regex/requirements/constexpr_data.cc (test for excess errors)
  2011-01-16 22:05 [Bug libstdc++/47323] New: FAIL: 28_regex/08_basic_regex/requirements/constexpr_data.cc (test for excess errors) danglin at gcc dot gnu.org
  2011-01-16 22:05 ` [Bug libstdc++/47323] " paolo.carlini at oracle dot com
@ 2011-01-17  5:59 ` paolo at gcc dot gnu.org
  2011-01-17  6:19 ` paolo.carlini at oracle dot com
  2 siblings, 0 replies; 4+ messages in thread
From: paolo at gcc dot gnu.org @ 2011-01-17  5:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-01-17 02:33:33 UTC ---
Author: paolo
Date: Mon Jan 17 02:33:30 2011
New Revision: 168887

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168887
Log:
2011-01-16  Paolo Carlini  <paolo.carlini@oracle.com>

    PR libstdc++/47323
    * testsuite/28_regex/08_basic_regex/requirements/constexpr_data.cc:
    Only test wregex when _GLIBCXX_USE_WCHAR_T is defined.

Modified:
    trunk/libstdc++-v3/ChangeLog
   
trunk/libstdc++-v3/testsuite/28_regex/08_basic_regex/requirements/constexpr_data.cc


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

* [Bug libstdc++/47323] FAIL: 28_regex/08_basic_regex/requirements/constexpr_data.cc (test for excess errors)
  2011-01-16 22:05 [Bug libstdc++/47323] New: FAIL: 28_regex/08_basic_regex/requirements/constexpr_data.cc (test for excess errors) danglin at gcc dot gnu.org
  2011-01-16 22:05 ` [Bug libstdc++/47323] " paolo.carlini at oracle dot com
  2011-01-17  5:59 ` paolo at gcc dot gnu.org
@ 2011-01-17  6:19 ` paolo.carlini at oracle dot com
  2 siblings, 0 replies; 4+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-01-17  6:19 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
         AssignedTo|unassigned at gcc dot       |paolo.carlini at oracle dot
                   |gnu.org                     |com
   Target Milestone|---                         |4.6.0

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-01-17 02:35:21 UTC ---
Went ahead and did this one too.


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

end of thread, other threads:[~2011-01-17  2:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-16 22:05 [Bug libstdc++/47323] New: FAIL: 28_regex/08_basic_regex/requirements/constexpr_data.cc (test for excess errors) danglin at gcc dot gnu.org
2011-01-16 22:05 ` [Bug libstdc++/47323] " paolo.carlini at oracle dot com
2011-01-17  5:59 ` paolo at gcc dot gnu.org
2011-01-17  6:19 ` paolo.carlini at oracle dot com

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).