[Bug c/57725] conflicting language extensions

2013-06-28 Thread jbeulich at novell dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57725 --- Comment #9 from jbeulich at novell dot com --- But that's the point - the compiler takes the liberty to treat start != end as always true, and start end as being replaceable with start = end. Hence a respective for() loop could in the first

[Bug fortran/56596] Invalid read of size 4 gfortran.dg/class_array_7.f03

2013-06-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56596 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c/57725] conflicting language extensions

2013-06-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57725 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug fortran/57749] New: -ffpe-trap=zero or invalid produces SIGFPE on complex zero ** 1e0

2013-06-28 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57749 Bug ID: 57749 Summary: -ffpe-trap=zero or invalid produces SIGFPE on complex zero ** 1e0 Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal

[Bug target/57735] ICE with -mtune=xscale (error: could not split insn) when building webkit

2013-06-28 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57735 --- Comment #2 from ktkachov at gcc dot gnu.org --- Created attachment 30406 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30406action=edit Reduced testcase Reduced testcase, compile with -march=armv5te -marm -mtune=xscale -mfloat-abi=soft

[Bug c++/57682] Uniform initialization syntax rejected in function-try-block

2013-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57682 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2013-06-28 Thread quickhelp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 tormen quickhelp at gmail dot com changed: What|Removed |Added CC||quickhelp at gmail dot

[Bug middle-end/36041] Speed up builtin_popcountll

2013-06-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36041 --- Comment #22 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Fri Jun 28 09:28:40 2013 New Revision: 200506 URL: http://gcc.gnu.org/viewcvs?rev=200506root=gccview=rev Log: PR middle-end/36041 * libgcc2.c

[Bug target/57735] ICE with -mtune=xscale (error: could not split insn) when building webkit

2013-06-28 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57735 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/57637] Miscompare on 178.galgel in SPEC2000 on arm

2013-06-28 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57637 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2013-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 --- Comment #9 from Paolo Carlini paolo.carlini at oracle dot com --- Well, the fix which went in only touched the *C++* front-end, whereas your issue is triggered by *C* code, thus it definitely seems a different issue.

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2013-06-28 Thread quickhelp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 --- Comment #10 from tormen quickhelp at gmail dot com --- I didn't notice the Component c++ yet :) - Good point you have there :) So ... I better file a new then or as it's the same error message here is fine ?

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2013-06-28 Thread quickhelp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 --- Comment #11 from tormen quickhelp at gmail dot com --- OK that was a stupid question: New bug it should be.

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2013-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 --- Comment #12 from Paolo Carlini paolo.carlini at oracle dot com --- If what I said makes sense, and I think it does, despite the internal error coming from the same place, it's an unrelated C issue.

[Bug c/57750] New: Internal compiler error when initializing struct member with array

2013-06-28 Thread dabler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57750 Bug ID: 57750 Summary: Internal compiler error when initializing struct member with array Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: minor

[Bug c++/57751] New: internal compiler error: in cxx_eval_indirect_ref, at cp/semantics.c:7648

2013-06-28 Thread jan.kiszka at siemens dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57751 Bug ID: 57751 Summary: internal compiler error: in cxx_eval_indirect_ref, at cp/semantics.c:7648 Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: major

[Bug middle-end/36041] Speed up builtin_popcountll

2013-06-28 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36041 --- Comment #23 from Marc Glisse glisse at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #18) I think it is a bad idea to introduce the IFUNC into libgcc_s, because then while you speed up the few users of this builtin, you slow

[Bug middle-end/36041] Speed up builtin_popcountll

2013-06-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36041 --- Comment #24 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to Marc Glisse from comment #23) (In reply to Jakub Jelinek from comment #18) I think it is a bad idea to introduce the IFUNC into libgcc_s, because then while you

[Bug c++/57752] New: during the lookup for a base class name, non-type names should be ignored

2013-06-28 Thread vanyacpp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57752 Bug ID: 57752 Summary: during the lookup for a base class name, non-type names should be ignored Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity:

[Bug c/57725] conflicting language extensions

2013-06-28 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57725 Michael Matz matz at gcc dot gnu.org changed: What|Removed |Added CC||matz at gcc dot

[Bug c++/57751] [4.7/4.8/4.9 Regression] ICE in cxx_eval_indirect_ref, at cp/semantics.c:7648

2013-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57751 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug middle-end/52544] compilation fails with -finstrument-functions and sse c code

2013-06-28 Thread rodrigo at sdfg dot com.ar
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52544 Rodrigo Campos rodrigo at sdfg dot com.ar changed: What|Removed |Added CC||rodrigo at

[Bug target/57753] New: FSF gcc bootstrap needs to use xcrun to bootstrap post-darwin12

2013-06-28 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57753 Bug ID: 57753 Summary: FSF gcc bootstrap needs to use xcrun to bootstrap post-darwin12 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/57752] during the lookup for a base class name, non-type names should be ignored

2013-06-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57752 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- There's a cross-reference to [basic.scope.hiding] which explains how a class name can be hidden by variables, members and enumerators, and it seems that both G++ and clang interpret

[Bug libgcc/57754] New: Loongson 3A is MIPS64R2-compatible

2013-06-28 Thread root at heiher dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57754 Bug ID: 57754 Summary: Loongson 3A is MIPS64R2-compatible Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcc

[Bug target/57753] FSF gcc bootstrap needs to use xcrun to bootstrap post-darwin12

2013-06-28 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57753 --- Comment #1 from Jack Howarth howarth at nitro dot med.uc.edu --- I should also note that removal of SDK from / isn't as bad as it sounds. In general, most builds can puzzle out the location of the necessary headers. However, FSF gcc is a

[Bug target/57748] ICE on ARM with -mfloat-abi=softfp -mfpu=neo

2013-06-28 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added CC||jamborm at gcc

[Bug middle-end/52544] compilation fails with -finstrument-functions and sse c code

2013-06-28 Thread rodrigo at sdfg dot com.ar
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52544 --- Comment #5 from Rodrigo Campos rodrigo at sdfg dot com.ar --- Ohh, forgot to say, but if I just don't compile with -finstrument-functions the code works as expected. With gcc 4.7, 4.5 and 4.4. Although, when I compile with gcc 4.5 and 4.4,

[Bug target/57744] Power8 support has problems with quad word atomic instructions

2013-06-28 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57744 Michael Meissner meissner at gcc dot gnu.org changed: What|Removed |Added Attachment #30404|0 |1

[Bug tree-optimization/57755] New: Improve fold_binary_op_with_conditional_arg

2013-06-28 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755 Bug ID: 57755 Summary: Improve fold_binary_op_with_conditional_arg Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal

[Bug fortran/57749] -ffpe-trap=zero or invalid produces SIGFPE on complex zero ** 1e0

2013-06-28 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57749 Harald Anlauf anlauf at gmx dot de changed: What|Removed |Added CC||anlauf at gmx dot de

[Bug testsuite/57687] FAIL: c-c++-common/cilk-plus/AN/comma_exp.c on x86_64-apple-darwin10

2013-06-28 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57687 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Target|x86_64-apple-darwin10 |x86_64-apple-darwin10

[Bug target/57736] [4.8/4.9 Regression] ICE in emit_move_insn with __builtin_ia32_rdtsc

2013-06-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57736 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c/57750] Internal compiler error when initializing struct member with array

2013-06-28 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57750 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added CC||mpolacek at

[Bug c/57750] Internal compiler error when initializing struct member with array

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

[Bug lto/57602] Runfails for several C/C++ benchmarks from spec2000 for i686 with -flto after r199422

2013-06-28 Thread jh at suse dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57602 --- Comment #5 from Jan Hubicka jh at suse dot cz --- As described in patch the change is intentional. finalized/analyzed flags come from pre unit at a time. ipa code should not care about analyzed bit. i will look what broke. Honza Cituji

[Bug tree-optimization/57755] Improve fold_binary_op_with_conditional_arg

2013-06-28 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755 Marc Glisse glisse at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |glisse at

[Bug c++/57645] [4.8/4.9 Regression] Explicitly-declared destructor with no exception specification is always noexcept(true)

2013-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57645 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/57756] New: Function target attribute is retaining state of previously seen function

2013-06-28 Thread tmsriram at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57756 Bug ID: 57756 Summary: Function target attribute is retaining state of previously seen function Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity:

[Bug target/57753] FSF gcc bootstrap needs to use xcrun to bootstrap post-darwin12

2013-06-28 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57753 --- Comment #2 from Jack Howarth howarth at nitro dot med.uc.edu --- Okay, the bootstrap without headers outside of the SDK can be simplified on darwin to… ./configure -with-native-system-header-dir=`xcrun --show-sdk-path`/usr/include