public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/54276] New: Lambda in a Template Function Undefined Reference to local static
 2013-02-16  9:24 UTC  (7+ messages)
` [Bug c++/54276] "

[Bug tree-optimization/56354] New: [4.8 Regression] -O2 creates incorrect for loop code
 2013-02-16  8:08 UTC  (3+ messages)
` [Bug tree-optimization/56354] "

[Bug c++/54383] New: Internal compiler error for lamba function using this-> with -std=c++0x
 2013-02-16  5:33 UTC  (2+ messages)
` [Bug c++/54383] "

[Bug c++/54532] New: [C++0x][constexpr] internal error when initializing static constexpr with pointer to non-static member variable
 2013-02-16  3:19 UTC  (2+ messages)
` [Bug c++/54532] "

[Bug libstdc++/56332] New: libstdc++-v3 does not support x86_64-pc-mingw64: No support for this host/target combination
 2013-02-16  3:01 UTC  (6+ messages)
` [Bug libstdc++/56332] "

[Bug sanitizer/55938] New: g++.dg/asan/deep-stack-uaf-1.C fails at r195092 on darwin
 2013-02-16  2:04 UTC  (2+ messages)
` [Bug sanitizer/55938] "

[Bug c++/51242] New: Unable to use strongly typed enums as bit fields
 2013-02-16  1:07 UTC  (2+ messages)
` [Bug c++/51242] [C++11] "

[Bug libgcj/56353] New: libgcj should be listed on command line for libjava.jni/invocation/PR16923.c
 2013-02-15 23:59 UTC  (3+ messages)
` [Bug libgcj/56353] "

[Bug target/56351] New: ARM Big-Endian: storing local double to packed variable causes corruption
 2013-02-15 22:44 UTC  (4+ messages)
` [Bug target/56351] "

[Bug tree-optimization/56352] New: Simplify testing of related conditions in for loop
 2013-02-15 22:36 UTC 

[Bug tree-optimization/56347] New: [4.8 Regression] FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 execution test
 2013-02-15 21:44 UTC  (6+ messages)
` [Bug tree-optimization/56347] "
` [Bug target/56347] "

[Bug target/54685] New: [SH] Improve unsigned int comparison with 0x7FFFFFFF
 2013-02-15 21:34 UTC  (3+ messages)
` [Bug middle-end/54685] "

[Bug c++/54835] New: [C++11] Explicit default constructors not respected during copy-list-initialization
 2013-02-15 20:56 UTC  (2+ messages)
` [Bug c++/54835] "

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

[Bug sanitizer/56330] New: [4.8 Regression] ICE: verify_gimple failed: gimple_bb (stmt) is set to a wrong basic block with -fsanitize=address
 2013-02-15 19:57 UTC  (6+ messages)
` [Bug sanitizer/56330] "

[Bug tree-optimization/56350] New: ICE in vectorizable_reduction, at tree-vect-loop.c:4731
 2013-02-15 19:52 UTC  (2+ messages)
` [Bug tree-optimization/56350] [4.7/4.8 Regression] "

[Bug c/56108] New: Asm statement in transaction_relaxed crashes compiler
 2013-02-15 19:46 UTC  (2+ messages)
` [Bug middle-end/56108] "

[Bug c/56140] New: GCC inlines incorrect function in __transaction_relaxed
 2013-02-15 19:46 UTC  (2+ messages)
` [Bug middle-end/56140] "

[Bug tree-optimization/56349] New: ICE in create_preheader at cfgloopmanip.c:1525
 2013-02-15 19:45 UTC  (2+ messages)
` [Bug tree-optimization/56349] "

[Bug c++/54768] New: ICE when struct with anon union has constexpr ctor
 2013-02-15 19:38 UTC  (2+ messages)
` [Bug c++/54768] "

[Bug c++/54922] New: [C++11][DR 1359] constexpr constructors require initialization of all union members
 2013-02-15 19:38 UTC  (4+ messages)
` [Bug c++/54922] "

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

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

[Bug c++/55241] New: [C++11] diagnostics show sizeof...(T) as sizeof(T...)
 2013-02-15 19:32 UTC  (2+ messages)
` [Bug c++/55241] "

[Bug c++/55879] New: [C++11][constexpr] nested constexpr Initialisation raises internal compiler error
 2013-02-15 19:32 UTC  (2+ messages)
` [Bug c++/55879] [C++11] "

[Bug c++/55670] New: This isn't a pure virtual method
 2013-02-15 19:31 UTC  (2+ messages)
` [Bug c++/55670] [C++11] "

[Bug c++/55931] New: Constexpr member function inside a static member is not working
 2013-02-15 19:29 UTC  (2+ messages)
` [Bug c++/55931] [C++11] "

[Bug libstdc++/55993] New: tuple_cat not a constant expression for result size >= 3
 2013-02-15 19:28 UTC  (2+ messages)
` [Bug c++/55993] [C++11] derived-to-base conversion fails in constant expression

[Bug c++/56155] New: [C++0X] enumeration with fixed underlying type - enum literals have wrong type
 2013-02-15 19:27 UTC  (2+ messages)
` [Bug c++/56155] [C++11] enumeration with fixed underlying type - enumerators have wrong type within enumerator-list

[Bug c++/54277] New: Template class member referred to with implicit this inside lambda is incorrectly const-qualified
 2013-02-15 19:25 UTC  (2+ messages)
` [Bug c++/54277] "

[Bug rtl-optimization/56348] New: internal compiler error in assign_by_spills with -m32 -fPIC -msse2
 2013-02-15 19:19 UTC  (4+ messages)
` [Bug rtl-optimization/56348] "

[Bug c++/52026] New: [c++0x] g++: Constexpr Variable Appears Uninitialized in Lambda
 2013-02-15 18:39 UTC  (5+ messages)
` [Bug c++/52026] [4.6/4.7/4.8 Regression] "

[Bug c++/55710] New: [C++11] Linkage errors with lambdas
 2013-02-15 18:38 UTC  (3+ messages)
` [Bug c++/55710] "

[Bug c++/56135] New: [c++11] this incorrectly captured as null in template member function
 2013-02-15 18:36 UTC  (4+ messages)
` [Bug c++/56135] "

[Bug other/52187] New: armeb-unknown-eabi not recognized as big-endian
 2013-02-15 18:35 UTC  (2+ messages)
` [Bug target/52187] "

[Bug c++/56343] New: [C++11] Destructor defaulted on first declaration has wrong implicit exception specification
 2013-02-15 18:00 UTC  (4+ messages)
` [Bug c++/56343] [4.8 regression] "

[Bug c++/55783] New: Warnings instead of compiler errors for narrowing conversions within list-initializations
 2013-02-15 17:17 UTC  (2+ messages)
` [Bug c++/55783] "

[Bug pending/55987] New: Redundant constant emitted
 2013-02-15 16:51 UTC  (2+ messages)
` [Bug target/55987] "

[Bug rtl-optimization/56339] New: [4.8 Regression]: Suboptimal register allocation
 2013-02-15 16:48 UTC  (8+ messages)
` [Bug rtl-optimization/56339] "

[Bug testsuite/56345] New: FAIL: g++.dg/cpp0x/lambda/lambda-this8.C -std=c++11 (test for excess errors)
 2013-02-15 16:30 UTC  (6+ messages)
` [Bug testsuite/56345] "

[Bug middle-end/55889] New: [4.8 Regression] ICE: in move_op_ascend, at sel-sched.c:6153 with -fschedule-insns -fselective-scheduling
 2013-02-15 16:15 UTC  (3+ messages)
` [Bug middle-end/55889] "

[Bug tree-optimization/56294] New: BOOT_CFLAGS='-O2 -g -fno-ipa-sra' leads to bootstrap comparison failure
 2013-02-15 16:01 UTC  (2+ messages)
` [Bug tree-optimization/56294] "

[Bug c++/56346] New: FAIL: g++.dg/tls/thread_local3.C -std=gnu++11 (test for excess errors)
 2013-02-15 15:57 UTC  (3+ messages)
` [Bug c++/56346] "

[Bug tree-optimization/56321] New: ICE:segfault in midend for -funsafe-math-optimizations -O3
 2013-02-15 15:49 UTC  (5+ messages)
` [Bug tree-optimization/56321] [4.8 Regression] "

[Bug tree-optimization/56335] New: Optimization assumes __attribute__((aligned(N))) always works
 2013-02-15 15:47 UTC  (3+ messages)
` [Bug c/56335] "

[Bug c++/56333] New: cannot use typedef name in inheriting constructor
 2013-02-15 15:43 UTC  (3+ messages)
` [Bug c++/56333] "

[Bug c/56341] New: GCC produces unaligned data access
 2013-02-15 15:26 UTC  (5+ messages)
` [Bug c/56341] "
` [Bug middle-end/56341] "

[Bug c/56344] New: ICE for program with larger automatic structs
 2013-02-15 15:16 UTC  (2+ messages)
` [Bug c/56344] "

[Bug c++/56340] New: Wrong error from exception specifications of defaulted destructors
 2013-02-15 14:39 UTC  (5+ messages)
` [Bug c++/56340] "

[Bug fortran/56318] New: [4.6/4.7/4.8 Regression] Wrong result with MATMUL of PARAMETER
 2013-02-15 14:30 UTC  (5+ messages)
` [Bug fortran/56318] "

[Bug fortran/56342] New: MATMUL with PARAMETER: Simplification usually doesn't work
 2013-02-15 14:28 UTC 

[Bug target/55431] New: Invalid auxv search in ppc linux-unwind code
 2013-02-15 13:56 UTC  (4+ messages)
` [Bug target/55431] "

[Bug bootstrap/53728] New: [4.6 regression] Bootstrap comparison failure (gcc/varasm.o differs) with CFLAGS="-O2 -march=pentium3"
 2013-02-15 12:23 UTC  (3+ messages)
` [Bug bootstrap/53728] "

[Bug c++/53486] New: ICE compiling code using lambdas as default argument
 2013-02-15 12:05 UTC  (2+ messages)
` [Bug c++/53486] "

[Bug c++/55223] New: [C++11] Default lambda expression of a templated class member
 2013-02-15 12:05 UTC  (5+ messages)
` [Bug c++/55223] "

[Bug c++/51833] New: ICE in tsubst_copy, at cp/pt.c:11333
 2013-02-15 11:47 UTC  (3+ messages)
` [Bug c++/51833] "

[Bug other/56298] New: wmmintrin.h aborts compilation on the machines without AES
 2013-02-15 11:41 UTC  (2+ messages)
` [Bug target/56298] "

[Bug libfortran/38199] missed optimization: I/O performance
 2013-02-15 11:28 UTC  (2+ messages)
` [Bug libfortran/38199] [4.7/4.8 Regression] "

[Bug c++/55003] New: [C++11] Member function pointer not working as constexpr initializer
 2013-02-15 11:24 UTC  (3+ messages)
` [Bug c++/55003] "

[Bug c++/55232] New: [C++0x] Compilation fails if expanding function param pack in initializer_list
 2013-02-15 11:20 UTC  (3+ messages)
` [Bug c++/55232] [C++11] ICE with -Wunused-parameter for unused parameter pack using qualified dependent name

[Bug c++/55220] New: [c++11] Internal error when doing partial template specialization on variadic template
 2013-02-15 11:18 UTC  (3+ messages)
` [Bug c++/55220] [c++11] ICE "

[Bug c++/56323] New: [C++11] cannot compile inherited constructor for typedef'ed base class
 2013-02-15 11:17 UTC  (4+ messages)
` [Bug c++/56323] "

[Bug c++/56038] New: declarations in xmmintrin.h conflict with mingw-w64 intrin.h in c++ mode
 2013-02-15 10:41 UTC  (2+ messages)
` [Bug c++/56038] "

[Bug bootstrap/55163] New: Ongoing problem with gengtype-lex.c under CygWin with CRLF text mode line endings since 4.8
 2013-02-15 10:32 UTC  (2+ messages)
` [Bug bootstrap/55163] [4.8 Regression] "

[Bug libstdc++/56336] New: Buggy implementation of stoi, stol, stoll
 2013-02-15 10:24 UTC  (3+ messages)
` [Bug libstdc++/56336] "

[Bug bootstrap/55644] New: profiledbootstrap fails on current trunk
 2013-02-15  9:42 UTC  (2+ messages)
` [Bug bootstrap/55644] bootstrap-lto fails on current trunk (with and without profiledbootstrap)

[Bug bootstrap/56327] New: [4.8 Regression] Revision 196009 breaks bootstrap on x32
 2013-02-15  9:42 UTC  (2+ messages)
` [Bug bootstrap/56327] "

[Bug middle-end/56309] New: -O3 optimizer generates conditional moves instead of compare and branch resulting in almost 2x slower code
 2013-02-15  9:36 UTC  (5+ messages)
` [Bug target/56309] "

[Bug c/56337] New: __attribute__((aligned(N))) allows too-high values of N
 2013-02-15  9:26 UTC  (3+ messages)
` [Bug c/56337] __attribute__((aligned(N))) breaks for N=1<<28

[Bug c++/56328] New: Explicit instantiation of inline function template works for base template, fails for specialized template
 2013-02-15  9:24 UTC  (6+ messages)
` [Bug c++/56328] "

[Bug rtl-optimization/50339] New: suboptimal register allocation for abs(__int128_t)
 2013-02-15  9:20 UTC  (3+ messages)
` [Bug rtl-optimization/50339] [4.8 Regression] "

[Bug target/55941] New: [4.8 Regression] Strange copy of double (in struct) to stack
 2013-02-15  8:55 UTC  (4+ messages)
` [Bug target/55941] "

[Bug fortran/53818] New: -fno-automatic cannot have initializer
 2013-02-15  8:52 UTC  (3+ messages)
` [Bug fortran/53818] -finit-local-zero -fno-automatic: Function result "

[Bug other/56338] New: register spill caused by loading constant
 2013-02-15  7:59 UTC  (3+ messages)
` [Bug other/56338] "
` [Bug target/56338] "

[Bug fortran/51520] New: ICE in gfortran 4.6.2, x86_64
 2013-02-15  7:46 UTC  (2+ messages)
` [Bug fortran/51520] [4.6 Regression] ICE in gfortran 4.6.x

[Bug libfortran/50105] New: Possibly: [4.3/4.4/4.5/4.6/4.7 Regression] I/O with g6.5 - wrong number of "**" shown
 2013-02-15  7:39 UTC  (2+ messages)
` [Bug libfortran/50105] [4.6/4.7/4.8 "

[Bug fortran/28397] Check format mismatches at compile time
 2013-02-15  7:39 UTC 

[Bug fortran/45129] I/O edit descriptors: Warn if the format field is too small for the E and F edit descriptor
 2013-02-15  7:38 UTC 

[Bug fortran/53537] New: Abstract interface with import interferes with only-clause
 2013-02-15  7:30 UTC  (2+ messages)
` [Bug fortran/53537] [4.6/4.7 Regression] Explicit IMPORT of renamed USE-associated symbol fails

[Bug other/56314] New: Please allow per-function specification of register conventions
 2013-02-15  6:56 UTC  (3+ messages)
` [Bug middle-end/56314] "

[Bug other/56334] New: __attribute__((aligned)) documentation is outdated and misleading
 2013-02-15  1:33 UTC  (5+ messages)
` [Bug other/56334] __attribute__((aligned)) documentation is misleading

[Bug middle-end/16660] attribute((aligned)) doesn't work for variables on the stack for greater than required alignement
 2013-02-15  1:12 UTC  (3+ messages)

[Bug c++/54122] New: gcc segfault comparing enum class in lambda inside constructor of a templated class
 2013-02-14 23:43 UTC  (2+ messages)
` [Bug c++/54122] [4.7/4.8 Regression] "

[Bug c++/55076] New: ice when compiling lambda function
 2013-02-14 23:43 UTC  (2+ messages)
` [Bug c++/55076] "

[Bug c++/55680] New: [C++11] Member specialization with lambda is rejected
 2013-02-14 23:37 UTC  (2+ messages)
` [Bug c++/55680] "

[Bug c++/56013] New: ICE in lambda in a for-each in templated class
 2013-02-14 23:32 UTC  (2+ messages)
` [Bug c++/56013] "

[Bug fortran/56224] New: gfortran -fopenmp cannot find omp_lib.h
 2013-02-14 22:44 UTC  (2+ messages)
` [Bug fortran/56224] [4.8 Regression] "

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).