[Bug binutils/18313] binutils: LTO error due possibly uninitialized values

2015-07-07 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=18313 dilyan.palauzov at aegee dot org changed: What|Removed |Added Status|REOPENED|RESOLVED R

[Bug binutils/18313] binutils: LTO error due possibly uninitialized values

2015-05-03 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=18313 --- Comment #8 from dilyan.palauzov at aegee dot org --- I filled a report towards gcc/LTO: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65991 . -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug binutils/18313] binutils: LTO error due possibly uninitialized values

2015-04-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18313 --- Comment #7 from H.J. Lu --- Unless it is a real bug, please pass --disable-werror to configure when you build binutils with -flto. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug binutils/18313] binutils: LTO error due possibly uninitialized values

2015-04-28 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18313 --- Comment #6 from Nick Clifton --- Hi Dilyan, > /home/git/binutils-gdb/gas/cond.c:131:8: note: 'stopc' was declared here >char stopc; > /home/git/binutils-gdb/gas/cond.c:264:8: note: 'stopc' was declared here >char stopc; I have c

[Bug binutils/18313] binutils: LTO error due possibly uninitialized values

2015-04-28 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18313 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=da7119c99c41f60cb178b0b9729d9f7880f33c86 commit da7119c99c41f60cb178b0b9729

[Bug binutils/18313] binutils: LTO error due possibly uninitialized values

2015-04-24 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=18313 dilyan.palauzov at aegee dot org changed: What|Removed |Added Status|RESOLVED|REOPENED R

[Bug binutils/18313] binutils: LTO error due possibly uninitialized values

2015-04-24 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18313 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug binutils/18313] binutils: LTO error due possibly uninitialized values

2015-04-24 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18313 --- Comment #2 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=de13ef81f041f7f51687ef1873c74e853b97e73a commit de13ef81f041f7f51687ef1873c

[Bug binutils/18313] binutils: LTO error due possibly uninitialized values

2015-04-23 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=18313 --- Comment #1 from dilyan.palauzov at aegee dot org --- Compiling ld also fails: make[2]: Entering directory '/mnt/new/src/gcc/binutils-git-build/ld' /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototy

[Bug binutils/18313] binutils: LTO error due possibly uninitialized values

2015-04-23 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18313 H.J. Lu changed: What|Removed |Added Summary|binutils: linker error due |binutils: LTO error due |