[Bug c++/45008] [4.5 Regression] Template code not expanded properly

2010-07-23 Thread jason at gcc dot gnu dot org
--- Comment #9 from jason at gcc dot gnu dot org 2010-07-23 13:54 --- Subject: Bug 45008 Author: jason Date: Fri Jul 23 13:54:01 2010 New Revision: 162459 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162459 Log: PR c++/45008 * g++.dg/abi/mangle44.C: New. Added

[Bug c++/45008] [4.5 Regression] Template code not expanded properly

2010-07-23 Thread jason at gcc dot gnu dot org
--- Comment #8 from jason at gcc dot gnu dot org 2010-07-23 13:51 --- Fixed for 4.5.1. Thanks for tracking down the patch that fixed it on the trunk! -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/45008] [4.5 Regression] Template code not expanded properly

2010-07-23 Thread jason at gcc dot gnu dot org
--- Comment #7 from jason at gcc dot gnu dot org 2010-07-23 13:51 --- Subject: Bug 45008 Author: jason Date: Fri Jul 23 13:51:12 2010 New Revision: 162458 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162458 Log: PR c++/43016 PR c++/45008 * decl.c (start

[Bug c++/45008] [4.5 Regression] Template code not expanded properly

2010-07-22 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/45008] [4.5 Regression] Template code not expanded properly

2010-07-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45008

[Bug c++/45008] [4.5 Regression] Template code not expanded properly

2010-07-22 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.5.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45008

[Bug c++/45008] [4.5 Regression] Template code not expanded properly

2010-07-21 Thread allan at archlinux dot org
--- Comment #6 from allan at archlinux dot org 2010-07-22 03:53 --- Applying this commit from PR43016 to gcc-4.5 fixes the issue: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158095 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45008

[Bug c++/45008] [4.5 Regression] Template code not expanded properly

2010-07-21 Thread paolo dot carlini at oracle dot com
--- Comment #5 from paolo dot carlini at oracle dot com 2010-07-21 10:49 --- Jason, can you have a look to this weird issue? To repeat, I can reproduce it only in 4_5-branch, not in mainline nor in 4_4-branch (thus looks like a regression) and of course doesn't happen if a single cpp fi