public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/57513] New: std::regex_token_iterator fails to link
@ 2013-06-03 14:17 andy at aligature dot com
  2013-06-03 14:29 ` [Bug libstdc++/57513] " redi at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: andy at aligature dot com @ 2013-06-03 14:17 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 57513
           Summary: std::regex_token_iterator fails to link
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: andy at aligature dot com

Created attachment 30251
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30251&action=edit
test code file

Any code using std::regex_token_iterator fails to link with gcc-4.8.1.  See the
attached code sample.

 ./gcc-4.8.1/bin/g++ -std=c++11 -Wl,-rpath ./gcc-4.8.1/lib64 regex.cpp -o regex
/tmp/ccmknhZw.o: In function `main':
regex.cpp:(.text+0x10): undefined reference to
`std::regex_token_iterator<__gnu_cxx::__normal_iterator<char const*,
std::string>, char, std::regex_traits<char> >::regex_token_iterator()'
collect2: error: ld returned 1 exit status


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

* [Bug libstdc++/57513] std::regex_token_iterator fails to link
  2013-06-03 14:17 [Bug libstdc++/57513] New: std::regex_token_iterator fails to link andy at aligature dot com
@ 2013-06-03 14:29 ` redi at gcc dot gnu.org
  2013-07-24 15:32 ` paolo.carlini at oracle dot com
  2013-07-24 16:22 ` timshen at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2013-06-03 14:29 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Even if it linked it probably wouldn't work because most of <regex> is
unimplemented.

*** This bug has been marked as a duplicate of bug 53631 ***


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

* [Bug libstdc++/57513] std::regex_token_iterator fails to link
  2013-06-03 14:17 [Bug libstdc++/57513] New: std::regex_token_iterator fails to link andy at aligature dot com
  2013-06-03 14:29 ` [Bug libstdc++/57513] " redi at gcc dot gnu.org
@ 2013-07-24 15:32 ` paolo.carlini at oracle dot com
  2013-07-24 16:22 ` timshen at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-07-24 15:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> ---
This is fixed in 4.9.0.


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

* [Bug libstdc++/57513] std::regex_token_iterator fails to link
  2013-06-03 14:17 [Bug libstdc++/57513] New: std::regex_token_iterator fails to link andy at aligature dot com
  2013-06-03 14:29 ` [Bug libstdc++/57513] " redi at gcc dot gnu.org
  2013-07-24 15:32 ` paolo.carlini at oracle dot com
@ 2013-07-24 16:22 ` timshen at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: timshen at gcc dot gnu.org @ 2013-07-24 16:22 UTC (permalink / raw)
  To: gcc-bugs

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

timshen at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timshen at gcc dot gnu.org

--- Comment #3 from timshen at gcc dot gnu.org ---
Should be fixed by http://gcc.gnu.org/ml/gcc-cvs/2013-07/msg00599.html


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

end of thread, other threads:[~2013-07-24 16:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-03 14:17 [Bug libstdc++/57513] New: std::regex_token_iterator fails to link andy at aligature dot com
2013-06-03 14:29 ` [Bug libstdc++/57513] " redi at gcc dot gnu.org
2013-07-24 15:32 ` paolo.carlini at oracle dot com
2013-07-24 16:22 ` timshen at gcc dot gnu.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).