[Bug tree-optimization/18828] [4.0 Regression] Extraneous warning with var_start and optimization

2005-01-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-07 09:01 --- Subject: Bug 18828 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-07 09:01:00 Modified files: gcc: ChangeLog builtins.c

[Bug tree-optimization/18828] [4.0 Regression] Extraneous warning with var_start and optimization

2005-01-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-07 13:48 --- Fixed, thanks Jakub. -- What|Removed |Added Status|NEW

[Bug tree-optimization/18828] [4.0 Regression] Extraneous warning with var_start and optimization

2005-01-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-05 20:41 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-01/msg00299.html. -- What|Removed |Added

[Bug tree-optimization/18828] [4.0 Regression] Extraneous warning with var_start and optimization

2004-12-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-22 07:45 --- Note we don't produce wrong code with this example but that is because I made sure we don't but the problem is that we don't know that we should not prograte into __builtin_var_start. --

[Bug tree-optimization/18828] [4.0 Regression] Extraneous warning with var_start and optimization

2004-12-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-20 13:56 --- : Search converges between 2004-05-11-trunk (#454) and 2004-05-14-trunk (#455). : Search converges between 2003-07-16-ssa (#32) and 2003-07-17-ssa (#33). --

[Bug tree-optimization/18828] [4.0 Regression] Extraneous warning with var_start and optimization

2004-12-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-05 16:51 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug tree-optimization/18828] [4.0 Regression] Extraneous warning with var_start and optimization

2004-12-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-04 13:47 --- va-arg-22.c:10: warning: second parameter of 'va_start' not last named argument -- What|Removed |Added