[Bug c/58698] Spurious "may be used unitialized" warning when compiling with -Os

2013-10-11 Thread arequipeno at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58698 --- Comment #4 from Ian Pilcher --- Created attachment 30990 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30990&action=edit Assembler file

[Bug c/58698] Spurious "may be used unitialized" warning when compiling with -Os

2013-10-11 Thread arequipeno at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58698 --- Comment #3 from Ian Pilcher --- Created attachment 30989 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30989&action=edit Preprocessed file

[Bug c/58698] Spurious "may be used unitialized" warning when compiling with -Os

2013-10-11 Thread arequipeno at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58698 --- Comment #2 from Ian Pilcher --- Created attachment 30988 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30988&action=edit Header file (required to compile C source)

[Bug c/58698] New: Spurious "may be used unitialized" warning when compiling with -Os

2013-10-11 Thread arequipeno at gmail dot com
ty: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: arequipeno at gmail dot com When compiling the (soon to be) attached file with -Os, I receive the following warning: [pilcher@ian freecusd2]$ gcc -Os -W -Wall -Wextra -lpthread

[Bug c/58698] Spurious "may be used unitialized" warning when compiling with -Os

2013-10-11 Thread arequipeno at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58698 --- Comment #1 from Ian Pilcher --- Created attachment 30987 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30987&action=edit C source file