Assignee: unassigned at gcc dot gnu.org
Reporter: jb999 at gmx dot de
Target Milestone: ---
This test case produces a false positive -Wmaybe-uninitialized warning with
PARTS set to 2 or higher, but not with PARTS set to 1 or at -O instead of -O2:
#include
#define PARTS 2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248
--- Comment #12 from jb999 at gmx dot de ---
Yes, that's why I'm using binutils 2.25.1 to link firefox.
I was just wondering whether binutils >= 2.26 and gcc 4.9.3 might cause harm.
>From what I understand will binutils >=
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248
--- Comment #10 from jb999 at gmx dot de ---
Could someone please explain what this means for binutils >= 2.26 and gcc
4.9.3?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248
jb999 at gmx dot de changed:
What|Removed |Added
CC||jb999 at gmx dot de
--- Comment #8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69927
--- Comment #6 from jb999 at gmx dot de ---
Bug still remaining when compiling ffmpeg 3.0.1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69927
--- Comment #2 from jb999 at gmx dot de ---
Using built-in specs.
COLLECT_GCC=gcc
Target: i686-pc-linux-gnu
Configured with: /tmp/gcc-4.9.3//configure --prefix=/usr --sysconfdir=/etc
--sharedstatedir=/var/state --localstatedir=/var/state --enable
: critical
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: jb999 at gmx dot de
Target Milestone: ---
Created attachment 37773
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37773&action=edit
preprocessed file
Compiling FFm
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: jb999 at gmx dot de
It seems pointless to have lto-wrapper compiled and installed when configuring
--disable-lto.