Eric Botcazou - Re: [patch, 4.1.2, 4.2.1, 4.3] Fix a bug in pointer dependency test (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
- From: Eric Botcazou
- To: Ira Rosen
- Cc: gcc-patches at gcc dot gnu dot org, Roger Sayle , "Daniel Berlin" , Diego Novillo , gcc-patches at gnu dot org
- Date: Mon, 19 Feb 2007 21:50:03 +0100
- Subject: Re: [patch, 4.1.2, 4.2.1, 4.3] Fix a bug in pointer dependency test
- References: <OF07754EFA.F0C8C9D6-ONC2257287.00363D30-C2257287.003889D9@il.ibm.com>
Yes, I somehow missed these yesterday. It happens on powerpc too. I will change the test case on 4.1, if there is no objection.
I'm also seeing warnings on the 4.1 branch:
/home/eric/gnat/gnat6_41/src/gcc/tree-ssa-alias.c: In function 'may_aliases_intersect': /home/eric/gnat/gnat6_41/src/gcc/tree-ssa-alias.c:2314: warning: implicit declaration of function 'pointer_set_create' /home/eric/gnat/gnat6_41/src/gcc/tree-ssa-alias.c:2314: warning: initializationmakes pointer from integer without a cast /home/eric/gnat/gnat6_41/src/gcc/tree-ssa-alias.c:2316: warning: initializationfrom incompatible pointer type /home/eric/gnat/gnat6_41/src/gcc/tree-ssa-alias.c:2317: warning: initializationfrom incompatible pointer type /home/eric/gnat/gnat6_41/src/gcc/tree-ssa-alias.c:2323: warning: implicit declaration of function 'pointer_set_insert' /home/eric/gnat/gnat6_41/src/gcc/tree-ssa-alias.c:2328: warning: implicit declaration of function 'pointer_set_contains' /home/eric/gnat/gnat6_41/src/gcc/tree-ssa-alias.c:2330: warning: implicit declaration of function 'pointer_set_destroy'
-- Eric Botcazou
- Follow-Ups:
- Re: [patch, 4.1.2, 4.2.1, 4.3] Fix a bug in pointer dependency test
* From: Richard Guenther
- Re: [patch, 4.1.2, 4.2.1, 4.3] Fix a bug in pointer dependency test
- References:
- Re: [patch, 4.1.2, 4.2.1, 4.3] Fix a bug in pointer dependency test
* From: Ira Rosen
- Re: [patch, 4.1.2, 4.2.1, 4.3] Fix a bug in pointer dependency test
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |