[Bug c++/19813] [4.0 Regression] wrong code with -finline-limit

2005-02-18 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-02-18 08:37 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/19813] [4.0 Regression] wrong code with -finline-limit

2005-02-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-18 06:58 --- Subject: Bug 19813 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-18 06:58:40 Modified files: gcc: ChangeLog emit-rtl.c gcc/cp

[Bug c++/19813] [4.0 Regression] wrong code with -finline-limit

2005-02-16 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-02-16 12:31 --- Patch here: -- What|Removed |Added

[Bug c++/19813] [4.0 Regression] wrong code with -finline-limit

2005-02-15 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-02-15 17:24 --- The front end isn't supposed to set TREE_READONLY for variables that need constructing at runtime. That's been the way we've handled this case from day one. -- What|Removed