[Bug c/114789] New: False positive -Wmaybe-uninitialized at -O2

2024-04-20 Thread jb999 at gmx dot de via Gcc-bugs
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

[Bug target/65248] Copy relocation against protected symbol doesn't work

2016-07-02 Thread jb999 at gmx dot de
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 >= 2.26 with

[Bug target/65248] Copy relocation against protected symbol doesn't work

2016-07-01 Thread jb999 at gmx dot de
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?

[Bug target/65248] Copy relocation against protected symbol doesn't work

2016-04-01 Thread jb999 at gmx dot de
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

[Bug c/69927] [4.9 Regression] Internal compiler error (Segmentation fault) when compiling FFmpeg 3.0

2016-03-30 Thread jb999 at gmx dot de
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

[Bug c/69927] Internal compiler error (Segmentation fault) when compiling FFmpeg 3.0

2016-02-24 Thread jb999 at gmx dot de
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

[Bug c/69927] New: Internal compiler error (Segmentation fault) when compiling FFmpeg 3.0

2016-02-23 Thread jb999 at gmx dot de
: 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=edit preprocessed file Compiling FFmpeg 3.0 be

[Bug lto/63547] New: --disable-lto with configure creates and installs lto-wrapper

2014-10-15 Thread jb999 at gmx dot de
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.