[Bug middle-end/17793] [4.0 Regression] Ada bootstrap failure

2004-10-23 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-10-23 09:19 --- Initial patch: http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01632.html Final version: http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01887.html -- What|Removed |Added --

[Bug middle-end/17793] [4.0 Regression] Ada bootstrap failure

2004-10-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-23 09:16 --- Subject: Bug 17793 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-23 09:16:47 Modified files: gcc: ChangeLog gimplify.c Log message:

[Bug middle-end/17793] [4.0 Regression] Ada bootstrap failure

2004-10-16 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-10-16 17:26 --- [Thanks for elaborating on your position.] > check_pointer_types_r is wrong but so is Ada assuming that integer types are > not compatible (read the full bug report which I reported in the first place): >

[Bug middle-end/17793] [4.0 Regression] Ada bootstrap failure

2004-10-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-16 13:55 --- check_pointer_types_r is wrong but so is Ada assuming that integer types are not compatible (read the full bug report which I reported in the first place): "The integer_type's are not compatible by defined

[Bug middle-end/17793] [4.0 Regression] Ada bootstrap failure

2004-10-16 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-10-16 09:02 --- > No this is an Ada front-end problem. Did you investigate? > I think the main issue is that the tree-ssa expects that INTEGER types are > close to the same and that pointers to them are compatible if t

[Bug middle-end/17793] [4.0 Regression] Ada bootstrap failure

2004-10-15 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-10-15 07:30 --- Investigating. -- What|Removed |Added CC|ebotcazou at gcc dot gnu dot|

[Bug middle-end/17793] [4.0 Regression] Ada bootstrap failure

2004-10-14 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-10-14 19:18 --- > The integer_type's are not compatible by defined by the front-end, why? The front-end generates a correct tree (with a NOP_EXPR) but it is stripped by the gimplifier: /* Strip away as many useles