public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/55357] New: -Wshadow warns about lambda function parameters matching variables in outer scope
 2013-03-17  2:39 UTC  (2+ messages)
` [Bug c++/55357] "

[Bug c++/52748] New: [C++11] N3276 changes to decltype
 2013-03-17  2:38 UTC  (2+ messages)
` [Bug c++/52748] "

[Bug c++/56481] New: [4.8 Regression] endless loop compiling a C++ file
 2013-03-17  2:38 UTC  (2+ messages)
` [Bug c++/56481] "

[Bug c++/54835] New: [C++11] Explicit default constructors not respected during copy-list-initialization
 2013-03-17  2:37 UTC  (2+ messages)
` [Bug c++/54835] [C++11][DR 1518] "

[Bug c++/54946] New: ICE on template parameter from cast char-pointer in C++11 constexpr struct
 2013-03-17  2:37 UTC  (2+ messages)
` [Bug c++/54946] "

[Bug c++/55532] New: Runtime segfault calling mutable lambda wrapped in a non-mutable lambda within a template function
 2013-03-17  2:37 UTC  (2+ messages)
` [Bug c++/55532] "

[Bug c++/17232] classes and class template specializations treated differently w.r.t. core issue #337
 2013-03-17  2:37 UTC 

[Bug c++/55017] New: [C++11] Rvalue-reference member should cause copy constructor not deleted, but still declared
 2013-03-17  2:36 UTC  (2+ messages)
` [Bug c++/55017] [DR 1051] [C++11] Rvalue-reference member should cause copy constructor to be "

[Bug c++/56447] New: [C++11] Lambda in template has conversion op it shouldn't have
 2013-03-17  2:36 UTC  (2+ messages)
` [Bug c++/56447] "

[Bug c++/55240] New: [c++0x] ICE on non-static data member initialization using 'auto' variable from containing function
 2013-03-17  2:35 UTC  (2+ messages)
` [Bug c++/55240] "

[Bug c++/55241] New: [C++11] diagnostics show sizeof...(T) as sizeof(T...)
 2013-03-17  2:35 UTC  (2+ messages)
` [Bug c++/55241] "

[Bug c++/56238] New: [4.8 regression] ICE in tree check: expected record_type or union_type or qual_union_type, have template_type_parm in lookup_conversions, at cp/search.c:2515
 2013-03-17  2:35 UTC  (2+ messages)
` [Bug c++/56238] [4.7 "

[Bug debug/49090] New: provide a way to recognize defaulted template parameters
 2013-03-17  2:34 UTC  (2+ messages)
` [Bug debug/49090] "

[Bug c++/56095] New: Crash casting function pointer as non-type template argument
 2013-03-17  2:34 UTC  (2+ messages)
` [Bug c++/56095] [4.6/4.7 Regression] "

[Bug c/56635] New: [4.8 regression] internal compiler error: in find_lattice_value, at tree-complex.c:15
 2013-03-17  1:44 UTC  (3+ messages)
` [Bug c/56635] "

[Bug fortran/56638] New: Linker uses a lot of memory in Fortran 77
 2013-03-17  1:24 UTC  (2+ messages)
` [Bug fortran/56638] "

[Bug libstdc++/56468] New: Clang exposes bug with unexpected forward-declaration of type_info
 2013-03-16 23:46 UTC  (5+ messages)
` [Bug libstdc++/56468] "

[Bug fortran/56637] New: Bad result on max(1,shiftr(j,1))
 2013-03-16 23:03 UTC  (9+ messages)
` [Bug fortran/56637] "

[Bug libstdc++/56002] New: [mutex] allow generic classes to be used without requiring plattform support for threads
 2013-03-16 20:23 UTC  (4+ messages)
` [Bug libstdc++/56002] [C++11] allow generic locks "

[Bug c/56607] New: [4.8 regression] GCC fails to warn on division by zero
 2013-03-16 19:36 UTC  (3+ messages)
` [Bug c++/56607] "
` [Bug c++/56607] [4.8/4.9 "

[Bug c++/56633] New: Overload selection error for non-static data member initialization with initializer list in template class
 2013-03-16 17:45 UTC  (2+ messages)
` [Bug c++/56633] "

[Bug c++/56636] New: strange interaction of dynamic_cast and unique_ptr
 2013-03-16 17:40 UTC  (2+ messages)
` [Bug c++/56636] "

[Bug libgcc/56634] New: libgcc does not compile for 4.7.2: Yields internal compiler error: Bus error
 2013-03-16 13:32 UTC 

[Bug c/56569] New: When compiling the source insn does not satisfy its constraints:with CFlags as -mcfv4e
 2013-03-16 13:21 UTC  (2+ messages)
` [Bug c/56569] "

[Bug middle-end/55943] New: ICE in gen_reg_rtx
 2013-03-16 13:20 UTC  (3+ messages)
` [Bug middle-end/55943] [4.6/4.7/4.8/4.9 Regression] "

[Bug c++/53137] New: g++ segfault
 2013-03-16 13:04 UTC  (2+ messages)
` [Bug c++/53137] [4.7/4.8 Regression] "

[Bug c++/56632] New: [C++0x] call mem func from lambda with captured "this" - internal compiler error
 2013-03-16 13:04 UTC  (4+ messages)
` [Bug c++/56632] "

[Bug libstdc++/56627] New: class hash instead of struct hash
 2013-03-16 12:02 UTC  (7+ messages)
` [Bug libstdc++/56627] "

[Bug c/56600] New: loop goes indefinite when non-loop integer variable overflows
 2013-03-16 11:44 UTC  (2+ messages)
` [Bug c/56600] "

[Bug fortran/56535] New: ICE: in build2_stat, at tree.c:3885 when compiling with -fsanitize=address
 2013-03-16 11:39 UTC  (3+ messages)
` [Bug sanitizer/56535] "

[Bug other/56631] New: duplicated sse code in switch
 2013-03-16 11:36 UTC  (2+ messages)
` [Bug other/56631] "

GCC needlessly saves Global Register Variables
 2013-03-16 11:13 UTC 

[Bug sanitizer/56630] New: gcc's address-sanitizer uses 75% more memory than clang's on simple testcase
 2013-03-16 10:31 UTC  (3+ messages)
` [Bug sanitizer/56630] "

[Bug c++/56582] New: ICE on negative array index in C++11 constant expression evaluation
 2013-03-16 10:04 UTC  (3+ messages)
` [Bug c++/56582] "

[Bug c++/55576] New: Fails to compile a call to template member function
 2013-03-16  9:45 UTC  (2+ messages)
` [Bug c++/55576] "

[Bug c++/56629] New: template struct confused with template member function of same name
 2013-03-16  9:45 UTC  (2+ messages)
` [Bug c++/56629] "

[Bug target/56110] New: Sub-optimal code: unnecessary CMP after AND
 2013-03-16  9:01 UTC  (2+ messages)
` [Bug target/56110] "

[Bug sanitizer/56628] New: "bootstrap-lto bootstrap-asan" / profiledbootstrap fails
 2013-03-16  8:08 UTC  (3+ messages)
` [Bug sanitizer/56628] "

[Bug libstdc++/56492] New: std::packaged_task requires CopyConstructible stored task
 2013-03-16  2:52 UTC  (3+ messages)
` [Bug libstdc++/56492] "

[Bug c++/48814] New: Incorrect scalar increment result
 2013-03-15 23:21 UTC  (2+ messages)
` [Bug middle-end/48814] [4.5/4.6/4.7 Regression] "

[Bug c/56584] New: _int_free assertion failed
 2013-03-15 18:42 UTC  (2+ messages)
` [Bug c/56584] "

[Bug fortran/49565] New: character(kind=4) is emitted as DW_ATE_unsigned, not DW_ATE_unsigned_char
 2013-03-15 17:50 UTC  (2+ messages)
` [Bug fortran/49565] "

[Bug fortran/56626] New: [DWARF/debug] Generate proper debug symbols for assumed-rank arrays
 2013-03-15 17:42 UTC 

[Bug middle-end/39326] Segmentation fault with -O1, out of memory with -O2
 2013-03-15 16:07 UTC 

[Bug c++/56585] New: Cannot introduce a qualified type - Elaborated type specifiers
 2013-03-15 15:50 UTC  (2+ messages)
` [Bug c++/56585] "

[Bug regression/55050] New: Regression test failure slp-21.c on arm-linux-gnueabi
 2013-03-15 14:51 UTC  (2+ messages)
` [Bug regression/55050] "

[Bug bootstrap/55068] New: [4.8 Regression] AIX bootstrap in push_reload() after LRA merge
 2013-03-15 14:50 UTC  (2+ messages)
` [Bug bootstrap/55068] "

[Bug target/56619] New: i386 hle atomic intrinsics flags are undocumented
 2013-03-15 13:57 UTC  (4+ messages)
` [Bug target/56619] "

[Bug target/53315] New: simple xtest program generates ICE
 2013-03-15 13:55 UTC  (2+ messages)
` [Bug target/53315] "

[Bug c++/11764] [DR147] g++ does not treat injected class name correctly
 2013-03-15 13:50 UTC  (4+ messages)

[Bug tree-optimization/56624] New: Vectorizer gives up on a group-access if it contains stores to the same location
 2013-03-15 12:32 UTC  (6+ messages)
` [Bug tree-optimization/56624] "

[Bug tree-optimization/56625] New: After if-conversion vectorizer doesn't recognize similar stores
 2013-03-15 12:30 UTC  (3+ messages)
` [Bug tree-optimization/56625] "
` [Bug tree-optimization/56625] After if-conversion vectorizer doesn't recognize similar loads

[Bug fortran/56615] New: [4.4/4.5/4.6/4.7 Regression] Wrong code for passing arrays of character
 2013-03-15 12:09 UTC  (7+ messages)
` [Bug fortran/56615] [4.6/4.7/4.8 Regression] Wrong code with TRANSFER of arrays of character with stride -1

[Bug plugins/56622] New: -fopenmp with -fplugin conflicts
 2013-03-15  8:57 UTC  (5+ messages)
` [Bug plugins/56622] "

[Bug debug/56307] New: FAIL: gcc.dg/tree-ssa/pr55579.c scan-tree-dump esra "Created a debug-only replacement for s"
 2013-03-15  7:07 UTC  (4+ messages)
` [Bug debug/56307] "

[Bug bootstrap/56623] New: Can't build GCC due to tar: ./ssl: Cannot utime: No such file or directory
 2013-03-15  1:28 UTC 

[Bug libstdc++/56613] New: [4.8 Regression] map::operator[](key_type&&) fails with custom allocator
 2013-03-14 23:31 UTC  (6+ messages)
` [Bug libstdc++/56613] "

[Bug c++/45917] New: Friend of friend is allowed the access to the private type through the template
 2013-03-14 21:40 UTC  (3+ messages)
` [Bug c++/45917] inaccessible types allowed as template argument in nested-name-specifier

[Bug c/56620] New: Memcpy optimization may lead to unaligned access on ARM Thumb
 2013-03-14 21:36 UTC  (7+ messages)
` [Bug c/56620] "
` [Bug target/56620] "

[Bug c++/56346] New: FAIL: g++.dg/tls/thread_local3.C -std=gnu++11 (test for excess errors)
 2013-03-14 20:38 UTC  (5+ messages)
` [Bug c++/56346] "

[Bug c++/56606] New: GCC refuses to emit long calls for operator new/delete on PowerPC
 2013-03-14 20:20 UTC  (2+ messages)
` [Bug c++/56606] "

[Bug inline-asm/56621] New: Misaligned stack with inline assembly
 2013-03-14 20:01 UTC  (3+ messages)
` [Bug inline-asm/56621] "

[Bug target/56351] New: ARM Big-Endian: storing local double to packed variable causes corruption
 2013-03-14 18:58 UTC  (3+ messages)
` [Bug target/56351] "

[Bug c++/56614] New: [4.7/4.8 Regression] error: default argument 'std::vector<E>(std::initializer_list<E>{((const E*)(& ._0)), 1u}, (*(const std::allocator<E>*)(& std::allocator<E>())))' uses local variable '._0'
 2013-03-14 17:46 UTC  (9+ messages)
` [Bug c++/56614] "

[Bug c++/56403] New: internal compiler error: in build_zero_init_1, at cp/init.c:279
 2013-03-14 16:42 UTC  (7+ messages)
` [Bug c++/56403] [4.6/4.7 Regression] "

[Bug c/56580] New: Internal compiler error when trying to compile a sequence of NOPs inside a loop
 2013-03-14 16:25 UTC  (2+ messages)
` [Bug tree-optimization/56580] "

[Bug tree-optimization/56618] New: inline assembler with too many lines causes ICE in account_size_time, at ipa-inline-analysis.c
 2013-03-14 16:24 UTC  (2+ messages)
` [Bug tree-optimization/56618] "

[Bug ada/56616] New: gnatmake builds SAL incorrectly if library_kind is "static"
 2013-03-14 12:30 UTC  (2+ messages)
` [Bug ada/56616] "

[Bug c++/56617] New: c++ compiler error when trying to build SuperCollider with nova-simd extension on arm ubuntu
 2013-03-14 12:29 UTC 

[Bug tree-optimization/53265] New: Warn when undefined behavior implies smaller iteration count
 2013-03-14 10:55 UTC  (4+ messages)
` [Bug tree-optimization/53265] "

[Bug target/56592] New: [SH] Add vector ABI
 2013-03-14  9:49 UTC  (2+ messages)
` [Bug target/56592] "

[Bug pending/55996] New: [meta-bug] GCC 4.9 pending patches
 2013-03-13 22:34 UTC  (2+ messages)
` [Bug pending/55996] "

[Bug c/48308] New: crosscompiling to arm fails with assembler: can't resolve '.LC4' {.rodata.str1.1 section} - '.LPIC4' {*UND* section}
 2013-03-13 20:55 UTC  (2+ messages)
` [Bug target/48308] [4.6 Regression] "

[Bug tree-optimization/45685] [4.6/4.7/4.8 Regression] missed conditional move opportunity in loop
 2013-03-13 20:47 UTC 

[Bug rtl-optimization/21182] [4.6/4.7/4.8 Regression] gcc can use registers but uses stack instead
 2013-03-13 20:38 UTC 

[Bug target/43052] [4.7/4.8 Regression] Inline memcmp is *much* slower than glibc's, no longer expanded inline
 2013-03-13 20:14 UTC 

[Bug target/38134] [4.6/4.7/4.8 Regression] speed regression with many loop invariants
 2013-03-13 20:10 UTC 

[Bug c/56446] New: Generate one fewer relocation when calling a checked weakref function
 2013-03-13 19:52 UTC  (2+ messages)
` [Bug target/56446] "

[Bug target/55295] New: [SH] Add support for fipr instruction
 2013-03-13 18:21 UTC  (2+ messages)
` [Bug target/55295] "

[Bug target/49880] New: SuperH: ICE when -m4 is used with -mdiv=call-div1
 2013-03-13 18:09 UTC  (2+ messages)
` [Bug target/49880] "

[Bug fortran/56581] New: seg fault
 2013-03-13 16:13 UTC  (2+ messages)
` [Bug fortran/56581] Segfault when reading source file which starts with a byte-order mark (-cpp works)

[Bug middle-end/56524] New: Compiler ICE when compiling with -mips16
 2013-03-13 15:44 UTC  (2+ messages)
` [Bug middle-end/56524] [4.8 Regression] "

[Bug fortran/56596] New: Invalid read of size 4 gfortran.dg/class_array_7.f03
 2013-03-13 14:18 UTC  (2+ messages)
` [Bug fortran/56596] "

[Bug target/55947] New: non constant memory models lose HLE qualifiers
 2013-03-13 14:16 UTC  (3+ messages)
` [Bug target/55947] "

[Bug target/55948] New: __atomic_clear / __atomic_store_n ignore HLE_RELEASE flags
 2013-03-13 13:54 UTC  (2+ messages)
` [Bug target/55948] "

[Bug c/56608] New: built-in floor function returns false results when build with -ffast-math
 2013-03-13 13:16 UTC  (4+ messages)
` [Bug tree-optimization/56608] [4.7/4.8 Regression] SLP seems to produce incorrect value "
` [Bug tree-optimization/56608] [4.7 "

[Bug c++/56611] New: [C++11] Template instanciation failure with variadic arguments and template aliases
 2013-03-13 12:32 UTC  (9+ messages)
` [Bug c++/56611] "
` [Bug c++/56611] [C++11] Template instantiation "

[Bug libstdc++/56609] New: [C++11] Several type traits give incorrect results for std::nullptr_t
 2013-03-13 11:21 UTC  (3+ messages)
` [Bug libstdc++/56609] "

[Bug tree-optimization/56612] New: basic-block vectorization does not replace all scalar uses
 2013-03-13 11:10 UTC  (2+ messages)
` [Bug tree-optimization/56612] "

[Bug plugins/45078] config/vxworks-dummy.h not installed as a plugin header on some archs
 2013-03-13 10:42 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).