This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/36567] Cannot use std::tr1::tie() with unordered_map<> of std::vector<>
- From: "dfeathers at omnitrol dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jun 2008 19:17:37 -0000
- Subject: [Bug c++/36567] Cannot use std::tr1::tie() with unordered_map<> of std::vector<>
- References: <bug-36567-16348@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from dfeathers at omnitrol dot com 2008-06-18 19:17 -------
Created an attachment (id=15779)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15779&action=view)
Preprocessed .ii file that reproduces the compilation error
1) uncompress as follows
$ gzip -d Foo.ii.gz # giving Foo.ii
2) compile as follows (with gcc-4.0.0 cross compiler):
$ ppc_85xx-g++ Foo.ii
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36567