[Bug c++/14804] [3.3/3.4/3.5 regression] initializing const data with reinterpret_cast-ed pointer-to-member function crashes

2004-04-01 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-04-01 20:21 --- patch: http://gcc.gnu.org/ml/gcc-patches/2004-04/msg00076.html -- What|Removed |Added

[Bug c++/14804] [3.3/3.4/3.5 regression] initializing const data with reinterpret_cast-ed pointer-to-member function crashes

2004-04-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-04-01 20:45 --- Subject: Bug 14804 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-04-01 20:45:02 Modified files: gcc/cp : ChangeLog decl.c typeck2.c Added

[Bug c++/14804] [3.3/3.4/3.5 regression] initializing const data with reinterpret_cast-ed pointer-to-member function crashes

2004-04-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-04-01 20:47 --- Subject: Bug 14804 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2004-04-01 20:47:27 Modified files: gcc/cp :

[Bug c++/14804] [3.3/3.4/3.5 regression] initializing const data with reinterpret_cast-ed pointer-to-member function crashes

2004-04-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-04-01 21:48 --- Subject: Bug 14804 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_3-branch Changes by: [EMAIL PROTECTED] 2004-04-01 21:48:06 Modified files: gcc/cp :

[Bug c++/14804] [3.3/3.4/3.5 regression] initializing const data with reinterpret_cast-ed pointer-to-member function crashes

2004-03-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-04-01 01:39 --- *** Bug 14640 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/14804] [3.3/3.4/3.5 regression] initializing const data with reinterpret_cast-ed pointer-to-member function crashes

2004-03-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||rth at gcc dot gnu dot org, ||gdr at gcc dot gnu dot org

[Bug c++/14804] [3.3/3.4/3.5 regression] initializing const data with reinterpret_cast-ed pointer-to-member function crashes

2004-03-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||mmitchel at gcc dot gnu dot ||org

[Bug c++/14804] [3.3/3.4/3.5 regression] initializing const data with reinterpret_cast-ed pointer-to-member function crashes

2004-03-31 Thread dbaron at dbaron dot org
--- Additional Comments From dbaron at dbaron dot org 2004-04-01 01:43 --- Further testing shows that the bug happens the same way even if the function is not virtual, as long as reinterpret_cast (rather than static_cast) is present. (And in the non-virtual case, when -fPIC is used,

[Bug c++/14804] [3.3/3.4/3.5 regression] initializing const data with reinterpret_cast-ed pointer-to-member function crashes

2004-03-31 Thread dbaron at dbaron dot org
--- Additional Comments From dbaron at dbaron dot org 2004-04-01 01:44 --- Ah, never mind. I see the comments on bug 14640 indicating that it's a regression on the 3.3 branch since 3.3.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14804 --- You are receiving this mail

[Bug c++/14804] [3.3/3.4/3.5 regression] initializing const data with reinterpret_cast-ed pointer-to-member function crashes

2004-03-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-04-01 01:45 --- Because it is broken on the 3.3 branch, see the dup bug. -- What|Removed |Added Known

[Bug c++/14804] [3.3/3.4/3.5 regression] initializing const data with reinterpret_cast-ed pointer-to-member function crashes

2004-03-31 Thread dbaron at dbaron dot org
--- Additional Comments From dbaron at dbaron dot org 2004-04-01 01:48 --- It's also probably worth noting here what bug 14640 comment 8 says: that the regression was caused by the backport of PR10776. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14804 --- You are receiving

[Bug c++/14804] [3.3/3.4/3.5 regression] initializing const data with reinterpret_cast-ed pointer-to-member function crashes

2004-03-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-04-01 02:06 --- Retargeted at 3.4.0, since Mozilla depends on this. Richard, does this problem have to do with your optimizations to the way we emit aggregate initializers? -- What|Removed

[Bug c++/14804] [3.3/3.4/3.5 regression] initializing const data with reinterpret_cast-ed pointer-to-member function crashes

2004-03-31 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-04-01 02:24 --- Mine; testing patch. -- What|Removed |Added CC|rth at gcc dot gnu dot org |