This is the mail archive of the gcc-patches@gcc.gnu.org mailing 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]

Re: [PING]: PATCH: PR tree-optimization/35494: [4.4 Regression]: Revision 132991 breaks C++ static member


H.J. Lu wrote:
On Mon, Mar 10, 2008 at 7:55 AM, H.J. Lu <hjl.tools@gmail.com> wrote:
The current C++ compiler breaks C++ data member:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35494

The current patch is at

http://gcc.gnu.org/ml/gcc-patches/2008-03/msg00572.html

 It passed all tests on Linux/x86 and Linux/Intel64 as well as
 483.xalancbmk. OK to install?


Here is a smaller patch just for PR 35494. I am testing it on Linux/x86 and Linux/Intel64 as well as 483.xalancbmk. OK to install if all pases?
> gcc/
>
> 2008-03-08  H.J. Lu  <hongjiu.lu@intel.com>
>
> 	PR tree-optimization/35494
> 	* tree-ssa-ccp.c (get_symbol_constant_value): Check if value
> 	may be overriden at link and run time.
>
> gcc/testsuite/
>
> 2008-03-07  H.J. Lu  <hongjiu.lu@intel.com>
>
> 	PR tree-optimization/35494
> 	* g++.dg/tree-ssa/ssa-store-ccp-1.C: New.
> 	* gcc.dg/tree-ssa/ssa-store-ccp-2.c: Likewise.
> 	* gcc.dg/tree-ssa/ssa-store-ccp-3.c: Likewise.
> 	* gcc.dg/tree-ssa/ssa-store-ccp-4.c: Likewise.


gcc.dg/tree-ssa/ssa-store-ccp-3.c is failing on mipsel-linux:


http://gcc.gnu.org/ml/gcc-testresults/2008-03/msg01389.html

Can you fix it?

Thanks,
David Daney


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]