[Bug c++/22003] [4.1 Regression] -freorder-blocks-and-partition and thunks

2005-07-31 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-08-01 00:51 --- It was only a sunny smile, and little it cost in the giving, but like morning light, it scattered the night, and made the day worth living! -- What|Removed |Added

[Bug c++/22003] [4.1 Regression] -freorder-blocks-and-partition and thunks

2005-07-31 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-31 21:45 --- Subject: Bug 22003 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-31 21:45:44 Modified files: gcc: ChangeLog common.opt postreload-gcse.

[Bug c++/22003] [4.1 Regression] -freorder-blocks-and-partition and thunks

2005-07-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-29 12:20 --- My reduced testcase no longer ICEs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22003

[Bug c++/22003] [4.1 Regression] -freorder-blocks-and-partition and thunks

2005-07-28 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-07-28 11:17 --- Accepting this bug so I don't forget about it. -- What|Removed |Added AssignedTo|u

[Bug c++/22003] [4.1 Regression] -freorder-blocks-and-partition and thunks

2005-07-27 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-07-27 21:05 --- This should now be fixed. Could the reporter check if things work for you now? There may still be the sections issue with -ffunction-sections mentioned in http://gcc.gnu.org/ml/gcc-patches/2005-07/msg0

[Bug c++/22003] [4.1 Regression] -freorder-blocks-and-partition and thunks

2005-07-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-27 21:03 --- Subject: Bug 22003 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-27 21:03:01 Modified files: gcc: ChangeLog varasm.c Log message:

[Bug c++/22003] [4.1 Regression] -freorder-blocks-and-partition and thunks

2005-07-26 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-07-27 00:46 --- See http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01755.html for a "similar but different" fix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22003

[Bug c++/22003] [4.1 Regression] -freorder-blocks-and-partition and thunks

2005-07-26 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-07-27 00:01 --- The problem with the missing CFG is in method.c:use_thunk() We go through the RTL path without lowering the thunk: === if (this_adjusting && targetm.a

[Bug c++/22003] [4.1 Regression] -freorder-blocks-and-partition and thunks

2005-06-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-28 23:16 --- Patch posted here: . -- What|Removed |Added -

[Bug c++/22003] [4.1 Regression] -freorder-blocks-and-partition and thunks

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 21:02 --- Confirmed, reduced testcase: struct c1 { virtual ~c1(); }; class c4; struct c2 { virtual c4* func(); }; struct c3 : c1, c2 { c4* func(); }; c4* c3::func() { } -- What|Removed