public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/64571] [5.0 Regression] Link failure with fstream due to new string implementation
       [not found] <bug-64571-4@http.gcc.gnu.org/bugzilla/>
  2015-01-12 19:40 ` [Bug libstdc++/64571] [5.0 Regression] Link failure with fstream due to new string implementation reichelt at gcc dot gnu.org
@ 2015-01-12 19:40 ` redi at gcc dot gnu.org
  2015-01-12 19:43 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2015-01-12 19:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64571

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-01-12
           Assignee|unassigned at gcc dot gnu.org      |redi at gcc dot gnu.org
     Ever confirmed|0                           |1


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

* [Bug libstdc++/64571] [5.0 Regression] Link failure with fstream due to new string implementation
       [not found] <bug-64571-4@http.gcc.gnu.org/bugzilla/>
@ 2015-01-12 19:40 ` reichelt at gcc dot gnu.org
  2015-01-12 19:40 ` redi at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: reichelt at gcc dot gnu.org @ 2015-01-12 19:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64571

Volker Reichelt <reichelt at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.8.0, 4.9.0, 4.9.2
   Target Milestone|---                         |5.0
      Known to fail|                            |5.0


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

* [Bug libstdc++/64571] [5.0 Regression] Link failure with fstream due to new string implementation
       [not found] <bug-64571-4@http.gcc.gnu.org/bugzilla/>
  2015-01-12 19:40 ` [Bug libstdc++/64571] [5.0 Regression] Link failure with fstream due to new string implementation reichelt at gcc dot gnu.org
  2015-01-12 19:40 ` redi at gcc dot gnu.org
@ 2015-01-12 19:43 ` redi at gcc dot gnu.org
  2015-01-13 12:52 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2015-01-12 19:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64571

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
They are defined in src/c++11/fstream-inst.cc so I think I just need to add the
new symbols to the linker script. I'm surprised the testsuite didn't catch it
though!


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

* [Bug libstdc++/64571] [5.0 Regression] Link failure with fstream due to new string implementation
       [not found] <bug-64571-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-01-12 19:43 ` redi at gcc dot gnu.org
@ 2015-01-13 12:52 ` rguenth at gcc dot gnu.org
  2015-01-13 14:57 ` redi at gcc dot gnu.org
  2015-01-13 14:58 ` redi at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-01-13 12:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64571

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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

* [Bug libstdc++/64571] [5.0 Regression] Link failure with fstream due to new string implementation
       [not found] <bug-64571-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2015-01-13 12:52 ` rguenth at gcc dot gnu.org
@ 2015-01-13 14:57 ` redi at gcc dot gnu.org
  2015-01-13 14:58 ` redi at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2015-01-13 14:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64571

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Tue Jan 13 14:56:50 2015
New Revision: 219537

URL: https://gcc.gnu.org/viewcvs?rev=219537&root=gcc&view=rev
Log:
    PR libstdc++/64571
    * config/abi/pre/gnu.ver: Export fstream functions using new string.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/abi/pre/gnu.ver


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

* [Bug libstdc++/64571] [5.0 Regression] Link failure with fstream due to new string implementation
       [not found] <bug-64571-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2015-01-13 14:57 ` redi at gcc dot gnu.org
@ 2015-01-13 14:58 ` redi at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2015-01-13 14:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64571

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

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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Fixed.


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

end of thread, other threads:[~2015-01-13 14:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-64571-4@http.gcc.gnu.org/bugzilla/>
2015-01-12 19:40 ` [Bug libstdc++/64571] [5.0 Regression] Link failure with fstream due to new string implementation reichelt at gcc dot gnu.org
2015-01-12 19:40 ` redi at gcc dot gnu.org
2015-01-12 19:43 ` redi at gcc dot gnu.org
2015-01-13 12:52 ` rguenth at gcc dot gnu.org
2015-01-13 14:57 ` redi at gcc dot gnu.org
2015-01-13 14:58 ` redi 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).