[Bug middle-end/25445] -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c

2008-02-01 Thread ghazi at gcc dot gnu dot org
-- ghazi at gcc dot gnu dot org changed: What|Removed |Added Known to work||4.1.3 4.2.4 4.3.0 Target Milestone|--- |4.1.3

[Bug middle-end/25445] -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c

2008-02-01 Thread ghazi at gcc dot gnu dot org
--- Comment #5 from ghazi at gcc dot gnu dot org 2008-02-02 02:02 --- Subject: Bug 25445 Author: ghazi Date: Sat Feb 2 02:01:46 2008 New Revision: 132061 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132061 Log: Backport: 2007-08-02 Nathan Froyd <[EMAIL PROTE

[Bug middle-end/25445] -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c

2008-02-01 Thread ghazi at gcc dot gnu dot org
--- Comment #4 from ghazi at gcc dot gnu dot org 2008-02-02 01:42 --- Subject: Bug 25445 Author: ghazi Date: Sat Feb 2 01:42:03 2008 New Revision: 132060 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132060 Log: Backport: 2007-08-02 Nathan Froyd <[EMAIL PROTE

[Bug middle-end/25445] -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c

2007-10-15 Thread froydnj at gcc dot gnu dot org
--- Comment #3 from froydnj at gcc dot gnu dot org 2007-10-15 17:30 --- Marking as fixed. -- froydnj at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug middle-end/25445] -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c

2007-08-02 Thread froydnj at gcc dot gnu dot org
--- Comment #2 from froydnj at gcc dot gnu dot org 2007-08-02 14:40 --- Subject: Bug 25445 Author: froydnj Date: Thu Aug 2 14:40:36 2007 New Revision: 127162 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127162 Log: PR middle-end/25445 * varasm.c (default_binds

[Bug middle-end/25445] -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c

2005-12-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-25 01:28 --- This is an interaction between -fwhole-program and -fPIC and should be fixed in the compiler and not the testsuite. GCC should find that large_function is bound local as that is what whole program says. -- pinsk