[Bug rtl-optimization/32219] optimizer causes wrong code in pic/hidden/weak symbol checking.

2015-02-16 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32219 --- Comment #20 from Pat Haugen --- (In reply to H.J. Lu from comment #19) > > Can you try fix in PR 65074? Yes, that fixes the problem.

[Bug rtl-optimization/32219] optimizer causes wrong code in pic/hidden/weak symbol checking.

2015-02-16 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32219 --- Comment #19 from H.J. Lu --- (In reply to Pat Haugen from comment #18) > The following error started with r220674 on powerpc64-linux when trying to > build 447.dealII from CPU2006 with -m64. > > /usr/bin/ld: exceptions.o: In function `Except

[Bug rtl-optimization/32219] optimizer causes wrong code in pic/hidden/weak symbol checking.

2015-02-16 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32219 Pat Haugen changed: What|Removed |Added CC||pthaugen at gcc dot gnu.org --- Comment #18

[Bug rtl-optimization/32219] optimizer causes wrong code in pic/hidden/weak symbol checking.

2015-02-12 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32219 Richard Henderson changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug rtl-optimization/32219] optimizer causes wrong code in pic/hidden/weak symbol checking.

2015-02-12 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32219 --- Comment #16 from Richard Henderson --- Author: rth Date: Fri Feb 13 04:52:45 2015 New Revision: 220674 URL: https://gcc.gnu.org/viewcvs?rev=220674&root=gcc&view=rev Log: PR rtl/32219 gcc/ * cgraphunit.c (cgraph_node::finalize_function):

[Bug rtl-optimization/32219] optimizer causes wrong code in pic/hidden/weak symbol checking.

2015-02-06 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32219 H.J. Lu changed: What|Removed |Added Component|target |rtl-optimization --- Comment #15 from H.J. Lu