public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/55720] New: [C++11] Linkage errors of static data member initializers with lambdas
@ 2012-12-17 14:01 daniel.kruegler at googlemail dot com
  2012-12-17 14:05 ` [Bug c++/55720] " daniel.kruegler at googlemail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: daniel.kruegler at googlemail dot com @ 2012-12-17 14:01 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55720
           Summary: [C++11] Linkage errors of static data member
                    initializers with lambdas
    Classification: Unclassified
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: daniel.kruegler@googlemail.com


The following program compiled with gcc 4.7.2 using the flags

-Wall -std=c++0x -pedantic

//------------------------
template <class T>
struct X {
  static void (*code) ();
};

template <class T>
void (*X<T>::code) () = []{};  // Line 7

int main () {
  X<int>::code();
}
//------------------------

gives a linkage error:

"|In function `X<int>::code::{lambda()#1}::operator void (*)()() const':|
7|undefined reference to `X<int>::code::{lambda()#1}::_FUN()'|
"

The code should be accepted.


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

* [Bug c++/55720] [C++11] Linkage errors of static data member initializers with lambdas
  2012-12-17 14:01 [Bug c++/55720] New: [C++11] Linkage errors of static data member initializers with lambdas daniel.kruegler at googlemail dot com
@ 2012-12-17 14:05 ` daniel.kruegler at googlemail dot com
  2013-01-07 17:10 ` paolo.carlini at oracle dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: daniel.kruegler at googlemail dot com @ 2012-12-17 14:05 UTC (permalink / raw)
  To: gcc-bugs


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

Daniel Krügler <daniel.kruegler at googlemail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |link-failure
      Known to fail|                            |4.7.2, 4.8.0

--- Comment #1 from Daniel Krügler <daniel.kruegler at googlemail dot com> 2012-12-17 14:04:46 UTC ---
This is a split-off of bug 55710.

The error also occurs on gcc 4.8.0 20121209 (experimental).


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

* [Bug c++/55720] [C++11] Linkage errors of static data member initializers with lambdas
  2012-12-17 14:01 [Bug c++/55720] New: [C++11] Linkage errors of static data member initializers with lambdas daniel.kruegler at googlemail dot com
  2012-12-17 14:05 ` [Bug c++/55720] " daniel.kruegler at googlemail dot com
@ 2013-01-07 17:10 ` paolo.carlini at oracle dot com
  2013-01-14 16:42 ` redi at gcc dot gnu.org
  2013-02-13 18:16 ` jason at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-01-07 17:10 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |splinterofchaos at gmail
                   |                            |dot com

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-01-07 17:09:38 UTC ---
*** Bug 55834 has been marked as a duplicate of this bug. ***


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

* [Bug c++/55720] [C++11] Linkage errors of static data member initializers with lambdas
  2012-12-17 14:01 [Bug c++/55720] New: [C++11] Linkage errors of static data member initializers with lambdas daniel.kruegler at googlemail dot com
  2012-12-17 14:05 ` [Bug c++/55720] " daniel.kruegler at googlemail dot com
  2013-01-07 17:10 ` paolo.carlini at oracle dot com
@ 2013-01-14 16:42 ` redi at gcc dot gnu.org
  2013-02-13 18:16 ` jason at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2013-01-14 16:42 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-01-14
     Ever Confirmed|0                           |1


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

* [Bug c++/55720] [C++11] Linkage errors of static data member initializers with lambdas
  2012-12-17 14:01 [Bug c++/55720] New: [C++11] Linkage errors of static data member initializers with lambdas daniel.kruegler at googlemail dot com
                   ` (2 preceding siblings ...)
  2013-01-14 16:42 ` redi at gcc dot gnu.org
@ 2013-02-13 18:16 ` jason at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2013-02-13 18:16 UTC (permalink / raw)
  To: gcc-bugs


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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jason at gcc dot gnu.org
         Resolution|                            |DUPLICATE

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2013-02-13 18:15:42 UTC ---
There's no need to split this out.

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


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

end of thread, other threads:[~2013-02-13 18:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-17 14:01 [Bug c++/55720] New: [C++11] Linkage errors of static data member initializers with lambdas daniel.kruegler at googlemail dot com
2012-12-17 14:05 ` [Bug c++/55720] " daniel.kruegler at googlemail dot com
2013-01-07 17:10 ` paolo.carlini at oracle dot com
2013-01-14 16:42 ` redi at gcc dot gnu.org
2013-02-13 18:16 ` jason 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).