[Bug lto/41658] Execution testsuite fails with -O2 -fwhopr

2009-12-11 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-12-11 14:25 --- The issue with strcpy-chk.c is that with WHOPR we end up streaming const char s1[] = 123; as DECL_WEAK which causes string_constant () to not look at DECL_INITIAL and thus the test fails. Likely the other two are

[Bug lto/41658] Execution testsuite fails with -O2 -fwhopr

2009-12-11 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-12-11 14:33 --- I'm going to test the TREE_ASM_WRITTEN variant. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/41658] Execution testsuite fails with -O2 -fwhopr

2009-12-11 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-12-11 18:00 --- Subject: Bug 41658 Author: rguenth Date: Fri Dec 11 18:00:24 2009 New Revision: 155174 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=155174 Log: 2009-12-11 Richard Guenther rguent...@suse.de PR

[Bug lto/41658] Execution testsuite fails with -O2 -fwhopr

2009-12-11 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-12-11 18:00 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug lto/41658] Execution testsuite fails with -O2 -fwhopr

2009-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-10-10 17:08 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added