[Bug tree-optimization/57331] [4.9 Regression] 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, at tree.c

2013-05-19 Thread jakub at gcc dot gnu.org
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

[Bug target/57333] Wrong detection of LZCNT instruction, -mno-lzcnt has no effect

2013-05-19 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57333 Uroš Bizjak changed: What|Removed |Added CC||tmsriram at google dot com Target Milesto

[Bug tree-optimization/57331] [4.9 Regression] 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, at tree.c

2013-05-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57331 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug sanitizer/57316] [4.8 regresion] build failure in libsanitizer

2013-05-19 Thread jakub at gcc dot gnu.org
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.

[Bug sanitizer/57316] [4.8 regresion] build failure in libsanitizer

2013-05-19 Thread kcc at gcc dot gnu.org
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

[Bug lto/57334] New: ICE: in input_gimple_stmt, at gimple-streamer-in.c:287

2013-05-19 Thread dimhen at gmail dot com
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

[Bug c++/15272] lookup, dependent base

2013-05-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15272 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED CC|gcc-bugs at g

[Bug tree-optimization/57330] ICE: verify_gimple failed -O3 [tree-cfg.c:4792]

2013-05-19 Thread dimhen at gmail dot com
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

[Bug target/57333] Wrong detection of LZCNT instruction, -mno-lzcnt has no effect

2013-05-19 Thread bernhard.hartleb at gmail dot com
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.

[Bug fortran/46703] Wrong I/O output (only) when running under valgrind

2013-05-19 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46703 Jerry DeLisle changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug tree-optimization/57331] 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, at tree.c:8437

2013-05-19 Thread dimhen at gmail dot com
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

[Bug c/57332] Fedora 18 unable to compile any C code even hello world

2013-05-19 Thread ray.brunkow at gmail dot com
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.

[Bug c/57332] Fedora 18 unable to compile any C code even hello world

2013-05-19 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57332 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/57333] New: Wrong detection of LZCNT instruction, -mno-lzcnt has no effect

2013-05-19 Thread bernhard.hartleb at gmail dot com
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

[Bug c/57332] New: Fedora 18 unable to compile any C code even hello world

2013-05-19 Thread ray.brunkow at gmail dot com
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

[Bug tree-optimization/57331] New: 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, at tree.c:8437

2013-05-19 Thread dimhen at gmail dot com
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

[Bug fortran/57297] FAIL: gfortran.dg/select_type_4.f90 -O2 execution test

2013-05-19 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57297 Mikael Morin changed: What|Removed |Added Attachment #30138|0 |1 is obsolete|

[Bug fortran/57297] FAIL: gfortran.dg/select_type_4.f90 -O2 execution test

2013-05-19 Thread mikael at gcc dot gnu.org
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

[Bug middle-end/48580] missed optimization: integer overflow checks

2013-05-19 Thread glisse at gcc dot gnu.org
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

[Bug tree-optimization/57330] New: ICE: verify_gimple failed -O3 [tree-cfg.c:4792]

2013-05-19 Thread dimhen at gmail dot com
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

[Bug tree-optimization/53991] _mm_popcnt_u64 fails with -O3 -fgnu-tm

2013-05-19 Thread ubizjak at gmail dot com
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

[Bug tree-optimization/53991] _mm_popcnt_u64 fails with -O3 -fgnu-tm

2013-05-19 Thread ubizjak at gmail dot com
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

[Bug c++/57327] 'derived' is an ambiguous base class of 'base' diagnostic is backwards

2013-05-19 Thread redi at gcc dot gnu.org
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

[Bug c++/57327] 'derived' is an ambiguous base class of 'base' diagnostic is bacwards

2013-05-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57327 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

2013-05-19 Thread glisse at gcc dot gnu.org
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

[Bug c/57329] ICE with -O2 and -mthumb

2013-05-19 Thread Martin.Jansa at gmail dot com
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

[Bug c/57329] New: ICE with -O2 and -mthumb

2013-05-19 Thread Martin.Jansa at gmail dot com
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