public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/56834] New: Errors in <array> with --enable-symvers=gnu-versioned-namespace and -D_GLIBCXX_DEBUG
@ 2013-04-03 12:55 ai.azuma at gmail dot com
  2013-04-03 13:07 ` [Bug libstdc++/56834] " paolo.carlini at oracle dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ai.azuma at gmail dot com @ 2013-04-03 12:55 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56834
           Summary: Errors in <array> with
                    --enable-symvers=gnu-versioned-namespace and
                    -D_GLIBCXX_DEBUG
    Classification: Unclassified
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ai.azuma@gmail.com


Created attachment 29794
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29794
Output of -v option

The following simple code compiling with -std=c++11 and -D_GLIBCXX_DEBUG is
rejected by GCC 4.9.0 20130331 configured with
--enable-symvers=gnu-versioned-namespace.

//--------------
#include <array>
//--------------

The issue is not reproduced when either
--enable-symvers=gnu-versioned-namespace (in GCC configure option) or
-D_GLIBCXX_DEBUG (in compile option) is unset.


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

* [Bug libstdc++/56834] Errors in <array> with --enable-symvers=gnu-versioned-namespace and -D_GLIBCXX_DEBUG
  2013-04-03 12:55 [Bug libstdc++/56834] New: Errors in <array> with --enable-symvers=gnu-versioned-namespace and -D_GLIBCXX_DEBUG ai.azuma at gmail dot com
@ 2013-04-03 13:07 ` paolo.carlini at oracle dot com
  2013-04-03 13:08 ` paolo.carlini at oracle dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-04-03 13:07 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-04-03 13:06:57 UTC ---
So this happens only in mainline, right? I can't reproduce in 4_8-branch. In
that case, doesn't look like a library issue (nothing changed lately in this
area)


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

* [Bug libstdc++/56834] Errors in <array> with --enable-symvers=gnu-versioned-namespace and -D_GLIBCXX_DEBUG
  2013-04-03 12:55 [Bug libstdc++/56834] New: Errors in <array> with --enable-symvers=gnu-versioned-namespace and -D_GLIBCXX_DEBUG ai.azuma at gmail dot com
  2013-04-03 13:07 ` [Bug libstdc++/56834] " paolo.carlini at oracle dot com
@ 2013-04-03 13:08 ` paolo.carlini at oracle dot com
  2013-04-03 13:35 ` paolo.carlini at oracle dot com
  2013-04-03 15:11 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-04-03 13:08 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-04-03 13:07:56 UTC ---
Sorry, my fault. I can reproduce in 4_8-branch too.


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

* [Bug libstdc++/56834] Errors in <array> with --enable-symvers=gnu-versioned-namespace and -D_GLIBCXX_DEBUG
  2013-04-03 12:55 [Bug libstdc++/56834] New: Errors in <array> with --enable-symvers=gnu-versioned-namespace and -D_GLIBCXX_DEBUG ai.azuma at gmail dot com
  2013-04-03 13:07 ` [Bug libstdc++/56834] " paolo.carlini at oracle dot com
  2013-04-03 13:08 ` paolo.carlini at oracle dot com
@ 2013-04-03 13:35 ` paolo.carlini at oracle dot com
  2013-04-03 15:11 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-04-03 13:35 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2013-04-03
         AssignedTo|unassigned at gcc dot       |paolo.carlini at oracle dot
                   |gnu.org                     |com
   Target Milestone|---                         |4.8.1
     Ever Confirmed|0                           |1

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-04-03 13:35:25 UTC ---
It's a very simple issue.


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

* [Bug libstdc++/56834] Errors in <array> with --enable-symvers=gnu-versioned-namespace and -D_GLIBCXX_DEBUG
  2013-04-03 12:55 [Bug libstdc++/56834] New: Errors in <array> with --enable-symvers=gnu-versioned-namespace and -D_GLIBCXX_DEBUG ai.azuma at gmail dot com
                   ` (2 preceding siblings ...)
  2013-04-03 13:35 ` paolo.carlini at oracle dot com
@ 2013-04-03 15:11 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-04-03 15:11 UTC (permalink / raw)
  To: gcc-bugs


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

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

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

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-04-03 15:11:30 UTC ---
Fixed.


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

end of thread, other threads:[~2013-04-03 15:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-03 12:55 [Bug libstdc++/56834] New: Errors in <array> with --enable-symvers=gnu-versioned-namespace and -D_GLIBCXX_DEBUG ai.azuma at gmail dot com
2013-04-03 13:07 ` [Bug libstdc++/56834] " paolo.carlini at oracle dot com
2013-04-03 13:08 ` paolo.carlini at oracle dot com
2013-04-03 13:35 ` paolo.carlini at oracle dot com
2013-04-03 15:11 ` 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).