This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/55320] Invalid delete with throwing copy-c'tor passed to std::function


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

--- Comment #1 from Benjamin Kircher <benjamin.kircher at gmail dot com> 2012-11-14 08:10:06 UTC ---
Sorry.

System type was
$ uname -a
Linux <snip> 3.2.0-4-486 #1 Debian 3.2.32-1 i686 GNU/Linux
$ file a.out 
a.out: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically
linked (uses shared libs), for GNU/Linux 2.6.26, BuildID[sha1]=<snip>, not
stripped


Command line that produced the error was
$ g++ -g -std=c++11 -Wall -Wextra -pedantic main.cpp


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]