[Bug middle-end/55035] reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)

2015-12-07 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035 Eric Botcazou changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Bug middle-end/55035] reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)

2015-09-08 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035 Hans-Peter Nilsson changed: What|Removed |Added CC||mikpelinux at gmail dot com --- Com

[Bug middle-end/55035] reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)

2015-08-26 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035 Rainer Orth changed: What|Removed |Added Target|cr16-elf,fr30-elf,lm32-elf, |cr16-elf,fr30-elf,lm32-elf,

[Bug middle-end/55035] reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)

2015-08-13 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035 --- Comment #9 from rsandifo at gcc dot gnu.org --- Author: rsandifo Date: Thu Aug 13 20:22:34 2015 New Revision: 226874 URL: https://gcc.gnu.org/viewcvs?rev=226874&root=gcc&view=rev Log: gcc/ PR bootstrap/55035 * reload1.c (eli

[Bug middle-end/55035] reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)

2015-08-13 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED C

[Bug middle-end/55035] reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)

2015-07-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035 --- Comment #8 from Jeffrey A. Law --- There are cases where the compiler can look into the implementation of bar() and make better decisions about how memory objects may be effected. This isn't one of them ;-)

[Bug middle-end/55035] reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)

2015-07-26 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035 --- Comment #7 from Mikhail Maltsev --- (quote from the mentioned discussion): > We then have the call to bar() which could change the value of N to 1. We > then hit the second loop and read temp[0] which is uninitialized. The warning > for the

[Bug middle-end/55035] reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)

2015-07-24 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com Block

[Bug middle-end/55035] reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)

2015-05-19 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035 Mikhail Maltsev changed: What|Removed |Added Last reconfirmed|2015-04-09 00:00:00 |2015-5-20 CC|

[Bug middle-end/55035] reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)

2015-04-09 Thread aldot at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035 Bernhard Reutner-Fischer changed: What|Removed |Added Last reconfirmed|2014-07-27 00:00:00 |2015-4-9 CC|

[Bug middle-end/55035] reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)

2014-07-29 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035 Hans-Peter Nilsson changed: What|Removed |Added Known to fail||4.10.0 --- Comment #3 from Hans-Pet

[Bug middle-end/55035] reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)

2014-07-27 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035 --- Comment #2 from Hans-Peter Nilsson --- (In reply to Hans-Peter Nilsson from comment #1) > Also seen for gcc-4.9.1 ppc64-linux host (gcc110) I.e. host gcc-4.9.1 on gcc110 compiling trunk r212879.

[Bug middle-end/55035] reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)

2014-07-27 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|2013-02-27 0