http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57331
--- Comment #3 from Jakub Jelinek ---
Reduced testcase without missing return:
int
foo (int x)
{
void *p = x ? (void *) 1 : (void *) 0;
__INTPTR_TYPE__ b = (__INTPTR_TYPE__) p;
if (b)
return 0;
return 1;
}
The problem is that int_fits
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57333
Uroš Bizjak changed:
What|Removed |Added
CC||tmsriram at google dot com
Target Milesto
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57331
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57316
--- Comment #2 from Jakub Jelinek ---
If you don't have __NR_exit_group, your kernel very likely doesn't have the
rest of NPTL support either (so e.g. __NR_futex), so I'm surprised this is the
only error.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57316
--- Comment #1 from Kostya Serebryany ---
Feel free to patch this in 4.8 branch directly.
As for the trunk, please send the patches to the upstream (LLVM) repo first.
Sorry for the breakages, but we are unable to monitor build failures on old
ke
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57334
Bug ID: 57334
Summary: ICE: in input_gimple_stmt, at gimple-streamer-in.c:287
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compon
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15272
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|gcc-bugs at g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57330
--- Comment #1 from Dmitry G. Dyachenko ---
PASS versions from Fedora 18/19
gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC)
gcc version 4.8.0 20130412 (Red Hat 4.8.0-2) (GCC)
both configured with --enable-checking=release
FAIL
gcc-4.8: 19652
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57333
--- Comment #1 from bernhard.hartleb at gmail dot com ---
It seems the illegal instructions is caused by the use of LTO.
Without LTO everything is fine.
The second point is still valid, however.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46703
Jerry DeLisle changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57331
--- Comment #1 from Dmitry G. Dyachenko ---
r198354 PASS
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/gcc_current_198354/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/lto-wrapper
Target: x86_64-unknown-linux-g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57332
--- Comment #2 from ray.brunkow at gmail dot com ---
Thank you. that was very simple fix. I apologize for bothering you. Very
very very new to coding and even more so to C .
Thank you again for the fast response.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57332
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57333
Bug ID: 57333
Summary: Wrong detection of LZCNT instruction, -mno-lzcnt has
no effect
Product: gcc
Version: 4.7.3
Status: UNCONFIRMED
Severity: major
P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57332
Bug ID: 57332
Summary: Fedora 18 unable to compile any C code even hello
world
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
Severity: blocker
Priori
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57331
Bug ID: 57331
Summary: ICE: tree check: expected integer_type or
enumeral_type or boolean_type or real_type or
fixed_point_type, have pointer_type in
int_fits_type_p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57297
Mikael Morin changed:
What|Removed |Added
Attachment #30138|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57297
Mikael Morin changed:
What|Removed |Added
CC||janus at gcc dot gnu.org
--- Comment #8 fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48580
--- Comment #20 from Marc Glisse ---
(In reply to Zack Weinberg from comment #5)
> Addendum: what would *you* describe as the correct C idiom for
> ensuring that the product of two signed integers was positive and did
> not overflow the range of a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57330
Bug ID: 57330
Summary: ICE: verify_gimple failed -O3 [tree-cfg.c:4792]
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53991
--- Comment #4 from Uroš Bizjak ---
The inlining is failed in ipa-inline.c, around line 294:
/* TM pure functions should not be inlined into non-TM_pure
functions. */
else if (is_tm_pure (callee->symbol.decl)
&& !is_tm_pure (e->c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53991
Uroš Bizjak changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
--- Comment #3 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57327
Jonathan Wakely changed:
What|Removed |Added
Summary|'derived' is an ambiguous |'derived' is an ambiguous
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57327
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290
Marc Glisse changed:
What|Removed |Added
CC||glisse at gcc dot gnu.org
--- Comment #6 fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57329
--- Comment #1 from Martin Jansa ---
Created attachment 30147
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30147&action=edit
pixman-ice.E
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57329
Bug ID: 57329
Summary: ICE with -O2 and -mthumb
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: una
27 matches
Mail list logo