[Bug c++/4926] C++ ABI needs clarification on mangling of complex expressions

2010-02-03 Thread jason at gcc dot gnu dot org
--- Comment #15 from jason at gcc dot gnu dot org 2010-02-03 20:43 --- Subject: Bug 4926 Author: jason Date: Wed Feb 3 20:42:48 2010 New Revision: 156482 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=156482 Log: PR c++/4926 PR c++/38600 * mangle.c

[Bug c++/4926] C++ ABI needs clarification on mangling of complex expressions

2009-11-11 Thread jason at gcc dot gnu dot org
--- Comment #14 from jason at gcc dot gnu dot org 2009-11-12 04:57 --- Actually, we have PR 38712 specifically about the template-id case, so let's go ahead and close this PR. -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/4926] C++ ABI needs clarification on mangling of complex expressions

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4926

[Bug c++/4926] C++ ABI needs clarification on mangling of complex expressions

2009-07-22 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.1 |4.4.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4926

[Bug c++/4926] C++ ABI needs clarification on mangling of complex expressions

2009-04-21 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.0 |4.4.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4926

[Bug c++/4926] C++ ABI needs clarification on mangling of complex expressions

2009-04-06 Thread jason at redhat dot com
--- Comment #13 from jason at redhat dot com 2009-04-06 15:39 --- Subject: Re: C++ ABI needs clarification on mangling of complex expressions hjl dot tools at gmail dot com wrote: /export/gnu/src/gcc-work/gcc/gcc/testsuite/g++.dg/template/foo.ii:45: sorry, unimplemented: mangling

[Bug c++/4926] C++ ABI needs clarification on mangling of complex expressions

2009-04-01 Thread hjl dot tools at gmail dot com
--- Comment #8 from hjl dot tools at gmail dot com 2009-04-01 16:12 --- Even though the testcase in comment #2 compiles, it fails to link: tmp/ccsV5xgT.o: In function `main':^M pr4926-1.C:(.text+0x5): undefined reference to `Xsizeof ((P(((F)())())).array)::Type fooF()'^M collect2: ld

[Bug c++/4926] C++ ABI needs clarification on mangling of complex expressions

2009-04-01 Thread paolo dot carlini at oracle dot com
--- Comment #9 from paolo dot carlini at oracle dot com 2009-04-01 16:21 --- I'm sorry, where is the definition of foo? Of course it doesn't link. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4926

[Bug c++/4926] C++ ABI needs clarification on mangling of complex expressions

2009-04-01 Thread hjl at gcc dot gnu dot org
--- Comment #10 from hjl at gcc dot gnu dot org 2009-04-01 18:09 --- Subject: Bug 4926 Author: hjl Date: Wed Apr 1 18:09:21 2009 New Revision: 145423 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145423 Log: 2009-04-01 H.J. Lu hongjiu...@intel.com PR c++/4926

[Bug c++/4926] C++ ABI needs clarification on mangling of complex expressions

2009-04-01 Thread hjl at gcc dot gnu dot org
--- Comment #11 from hjl at gcc dot gnu dot org 2009-04-01 18:11 --- Subject: Bug 4926 Author: hjl Date: Wed Apr 1 18:10:52 2009 New Revision: 145424 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145424 Log: 2009-04-01 H.J. Lu hongjiu...@intel.com Backport from

[Bug c++/4926] C++ ABI needs clarification on mangling of complex expressions

2009-04-01 Thread hjl dot tools at gmail dot com
--- Comment #12 from hjl dot tools at gmail dot com 2009-04-01 18:13 --- The testcase in the first attachment still failed to compile as of revision 145378: [...@gnu-6 gcc]$ ./xgcc -B./ -S /export/gnu/src/gcc-work/gcc/gcc/testsuite/g++.dg/template/foo.ii

[Bug c++/4926] C++ ABI needs clarification on mangling of complex expressions

2009-03-28 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2009-03-28 20:54 --- Fixed by Jason's patch 2009-03-17 Jason Merrill ja...@redhat.com * decl.c (grokfndecl): Set DECL_CONTEXT on parms. (duplicate_decls): Adjust DECL_CONTEXT of newdecl's parms. * pt.c

[Bug c++/4926] C++ ABI needs clarification on mangling of complex expressions

2009-03-28 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2009-03-28 23:23 --- It shouldn't be closed without a testcase. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug c++/4926] C++ ABI needs clarification on mangling of complex expressions

2009-03-03 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2009-03-03 21:18 --- I've been dealing with mangling issues recently. -- jason at gcc dot gnu dot org changed: What|Removed |Added