public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug debug/67192] New: Backward-goto in loop can get wrong line number
 2015-08-18 16:11 UTC  (6+ messages)
` [Bug debug/67192] "

[Bug target/67211] New: [5 Regression] ICE (insn does not satisfy its constraints) on powerpc64le-linux-gnu
 2015-08-18 16:07 UTC  (2+ messages)
` [Bug target/67211] "

[Bug target/61441] New: ARM aarch64 fails to quiet signaling NaN
 2015-08-18 16:01 UTC  (3+ messages)
` [Bug tree-optimization/61441] "

[Bug c++/67160] New: static_assert feature test macro
 2015-08-18 15:24 UTC  (6+ messages)
` [Bug c++/67160] "

[Bug c++/58063] New: default arguments evaluated twice per call
 2015-08-18 14:44 UTC  (2+ messages)
` [Bug c++/58063] "

[Bug c++/66957] New: irregular "is protected within this context" error
 2015-08-18 14:44 UTC  (4+ messages)
` [Bug c++/66957] [4.9/5/6 Regression] incorrect "

[Bug c/61578] New: Code size increase for ARM thumb compared to 4.8.x when compiling with -Os
 2015-08-18 14:41 UTC  (3+ messages)
` [Bug target/61578] [4.9 regression] "

[Bug rtl-optimization/67028] New: combine bug. Different assumptions about subreg in different places
 2015-08-18 14:37 UTC  (2+ messages)
` [Bug rtl-optimization/67028] "

[Bug libstdc++/67256] [C++11] Global scope contaminated with symbols from mathcalls.h
 2015-08-18 13:59 UTC  (4+ messages)
` [Bug c++/67256] "

[Bug c/67255] New: -Wpadded mixes apostrophes
 2015-08-18 12:53 UTC  (6+ messages)
` [Bug c/67255] "

[Bug c++/67257] [5/6 regression] Internal compiler error in retrieve_specialization
 2015-08-18 12:50 UTC 

[Bug c/67243] Wrong Message of -Wvla for Standard ISO C90 However Emitted with -std=c11
 2015-08-18 11:51 UTC  (4+ messages)

[Bug c/67234] New: Wrong Message of -Wvla for Standard ISO C90 However Emitted with -std=c11
 2015-08-18 11:51 UTC 

[Bug c/67236] New: Wrong Message of -Wvla for Standard ISO C90 However Emitted with -std=c11
 2015-08-18 11:51 UTC 

[Bug c/67230] New: Wrong Message of -Wvla on ISO C90 Emitted with -std=c11
 2015-08-18 11:51 UTC 

[Bug c/67235] New: Wrong Message of -Wvla for Standard ISO C90 However Emitted with -std=c11
 2015-08-18 11:51 UTC 

[Bug c/67237] New: Wrong Message of -Wvla for Standard ISO C90 However Emitted with -std=c11
 2015-08-18 11:50 UTC 

[Bug target/67254] On-stack memory regions with aligned attribute overlap on ARM
 2015-08-18 10:50 UTC 

[Bug c/67224] New: UTF-8 support for identifier names in GCC
 2015-08-18 10:07 UTC  (14+ messages)
` [Bug c/67224] "

[Bug c/63336] New: cilkplus array notation ICE in find_rank
 2015-08-18  9:38 UTC  (3+ messages)
` [Bug c/63336] "

[Bug c++/67238] New: [C++11][C++14]cc1plus crash for nested decltype expression in parameter pack in trailing return type when '-g' enabled
 2015-08-18  8:49 UTC  (2+ messages)
` [Bug c++/67238] "

[Bug fortran/59104] New: Wrong result with SIZE specification expression
 2015-08-18  8:15 UTC  (2+ messages)
` [Bug fortran/59104] "

[Bug tree-optimization/67253] New: ICE at -O3 on x86_64-linux-gnu (verify_gimple failed)
 2015-08-18  7:40 UTC  (2+ messages)
` [Bug tree-optimization/67253] [6 Regression] "

[Bug middle-end/67133] [6 Regression] ICE at -Os and above on x86_64-linux-gnu in gimple_op, at gimple.h:2274
 2015-08-18  7:37 UTC  (4+ messages)

[Bug fortran/67250] New: gfortran does not faithfully preprocess the way cpp does
 2015-08-18  6:28 UTC  (10+ messages)
` [Bug fortran/67250] "

[Bug c++/67252] New: Demangler fails on template conversion operator
 2015-08-17 23:59 UTC 

[Bug c++/67216] New: false is still a null pointer constant
 2015-08-17 21:42 UTC  (3+ messages)
` [Bug c++/67216] "

[Bug c++/66919] New: [5 Regression] C++14 ICE during error reporting
 2015-08-17 21:35 UTC  (2+ messages)
` [Bug c++/66919] "

[Bug c++/62272] Gimplify throws error on method call from inside nested lambdas
 2015-08-17 21:28 UTC  (6+ messages)

[Bug c++/54367] New: [meta-bug] [C++11] lambda expressions
 2015-08-17 19:50 UTC  (3+ messages)
` [Bug c++/54367] [meta-bug] "

[Bug c++/67244] New: internal compiler error: in gimplify_var_or_parm_decl, at gimplify.c:1801
 2015-08-17 19:50 UTC  (8+ messages)
` [Bug c++/67244] "
` [Bug c++/67244] [5/6 Regression] "

[Bug c++/58907] New: [c++11] ICE in gimplify_var_or_parm_decl, at gimplify.c:NNNN
 2015-08-17 19:29 UTC  (3+ messages)
` [Bug c++/58907] "

[Bug c++/67064] New: Register asm variable broken
 2015-08-17 18:55 UTC  (4+ messages)
` [Bug c++/67064] "

[Bug c++/67104] New: Constant expression factory function initializes std::array with static storage duration strangely
 2015-08-17 18:42 UTC  (4+ messages)
` [Bug c++/67104] [5 regression] "

[Bug c++/55004] New: [meta-bug] constexpr issues
 2015-08-17 16:06 UTC  (2+ messages)
` [Bug c++/55004] "

[Bug c++/66121] New: internal compiler error: in strip_typedefs, at cp/tree.c:1369
 2015-08-17 16:06 UTC  (2+ messages)
` [Bug c++/66121] [5 Regression] "

[Bug fortran/67251] New: gfortran does not faithfully preprocess the way cpp does
 2015-08-17 16:00 UTC 

[Bug c++/65734] New: Yet another case of lost alignment by stor_layout
 2015-08-17 15:45 UTC  (2+ messages)
` [Bug c++/65734] "

[Bug c++/65974] [5/6 Regression] Bogus deprecated-declarations warnings for inline definitions of deprecated virtual methods
 2015-08-17 14:27 UTC  (3+ messages)

[Bug rtl-optimization/67221] New: ICE at -Os and above on x86_64-linux-gnu: Segmentation fault (program cc1)
 2015-08-17 14:18 UTC  (5+ messages)
` [Bug tree-optimization/67221] [6 Regression] "

[Bug c++/67249] New: [concepts] ICE parsing f(pair<auto, concept>)
 2015-08-17 13:18 UTC 

[Bug c++/67248] New: Variable template cannot be used as dependent name
 2015-08-17 13:02 UTC  (2+ messages)
` [Bug c++/67248] "

[Bug sanitizer/67204] New: documentation for sanitizer missing/incomplete
 2015-08-17 12:51 UTC  (5+ messages)
` [Bug sanitizer/67204] "

[Bug target/67127] New: [ARM] Avoiding odd-number ldrd/strd in movdi introduced a regression on armeb-linux-gnueabihf
 2015-08-17 11:27 UTC  (2+ messages)
` [Bug target/67127] "

[Bug c++/67247] New: ICE on std::forward args&& inside nested lambda function
 2015-08-17 11:03 UTC  (2+ messages)
` [Bug c++/67247] "

[Bug target/67246] New: MIPS: lw (load word) is generated for byte bitfield, leading to unaligned access
 2015-08-17 10:25 UTC  (7+ messages)
` [Bug target/67246] "

[Bug tree-optimization/43174] Teaching SCEV about ADDR_EXPR causes regression
 2015-08-17  9:26 UTC  (2+ messages)

[Bug c++/67240] New: [concepts] Implicit conversion constraints are not respected
 2015-08-17  9:20 UTC  (2+ messages)
` [Bug c++/67240] "

[Bug c++/67245] New: static_assert on inline function gives an error
 2015-08-17  9:05 UTC  (3+ messages)
` [Bug c++/67245] "

[Bug middle-end/67222] New: ICE in gimple_call_arg with bogus posix_memalign
 2015-08-17  8:02 UTC  (4+ messages)
` [Bug middle-end/67222] [4.9/5/6 Regression] "

[Bug fortran/67219] New: [6 Regression] Incorrect conversion warning
 2015-08-17  7:31 UTC  (3+ messages)
` [Bug fortran/67219] "

[Bug tree-optimization/67227] New: [6 regression] stage2 ada compiler miscompiled
 2015-08-17  7:27 UTC  (2+ messages)
` [Bug tree-optimization/67227] "

[Bug target/67226] Incorrect code generated for tail call, where parameters are structs passed by value, -O2 is used, and target is ARM
 2015-08-17  7:27 UTC  (3+ messages)

[Bug middle-end/67241] New: [6 Regression] FAIL: 23_containers/unordered_set/insert/hash_policy.cc execution test
 2015-08-17  7:27 UTC  (2+ messages)
` [Bug middle-end/67241] "

[Bug c/67242] New: Missing optimization with float
 2015-08-17  7:24 UTC  (4+ messages)
` [Bug c/67242] "
` [Bug tree-optimization/67242] Missing optimization with float IV in SCEV-CCP

[Bug tree-optimization/16107] missed optimization with some math function builtins
 2015-08-17  4:49 UTC 

[Bug tree-optimization/67153] [5/6 Regression] integer optimizations 53% slower than std::bitset<>
 2015-08-17  3:06 UTC 

[Bug c++/54430] New: [C++11] Range Based For Loop lhs scoping issue
 2015-08-17  0:52 UTC  (2+ messages)
` [Bug c++/54430] [C++11] For-Loop: Scope of iterating variable begins too early

[Bug c++/65201] New: range-for range-init containing variable named like for-range-declaration iterates over uninitialized for-range-declaration
 2015-08-17  0:52 UTC  (2+ messages)
` [Bug c++/65201] "

[Bug other/65794] New: Building crossback fails: No rule to make target `auto-build.h', needed by `build/genmddeps.o'
 2015-08-16 21:49 UTC  (3+ messages)
` [Bug other/65794] "

[Bug fortran/51175] New: Memory Leak with Transfer intrinsic
 2015-08-16 20:37 UTC  (2+ messages)
` [Bug fortran/51175] "

[Bug target/66232] New: -fPIC -fno-plt -mx32 fails to generate indirect branch via GOT
 2015-08-16 20:18 UTC  (2+ messages)
` [Bug target/66232] "

[Bug fortran/55548] New: SYSTEM_CLOCK with integer(8) provides nanosecond resolution, but only microsecond precision (without -lrt)
 2015-08-16 19:55 UTC  (2+ messages)
` [Bug fortran/55548] "

[Bug fortran/54656] New: ICE with software REAL(16) for NORM2
 2015-08-16 19:51 UTC  (4+ messages)
` [Bug fortran/54656] "

[Bug c++/63887] abi_tag confuses demangler on destructor names
 2015-08-16 19:02 UTC 

[Bug target/66648] New: [4.9/5/6 regression] incorrect memcpy expansion with unrolled_loop strategy at -O2
 2015-08-16 17:59 UTC  (4+ messages)
` [Bug target/66648] "

[Bug fortran/57496] New: I/O: WRITE(*,*) HUGE(0_16) [REAL(10)+REAL(16)]: Gives SIGFPE with -ffpe-trap=overflow
 2015-08-16 15:31 UTC  (3+ messages)
` [Bug fortran/57496] I/O: WRITE(*,*) HUGE(0._10) gives "
` [Bug libfortran/57496] "

[Bug target/67215] New: -fno-plt needs improvements for x86
 2015-08-16  1:08 UTC  (2+ messages)
` [Bug target/67215] "

[Bug c/67223] New: Address misaligned for ldrexd
 2015-08-15 23:41 UTC  (3+ messages)
` [Bug target/67223] "

[Bug fortran/58175] New: Incorrect warning message on scalar finalizor
 2015-08-15 21:10 UTC  (2+ messages)
` [Bug fortran/58175] [OOP] Incorrect warning message on scalar finalizer

[Bug target/65358] New: parameter passing bug with tail call optimization on arm
 2015-08-15 16:11 UTC  (2+ messages)
` [Bug middle-end/65358] wrong parameter passing code "

[Bug c++/67228] New: Template partial ordering failure ambiguous overload
 2015-08-15 15:35 UTC 

[Bug c/67169] New: -fstack-check=no doesn't disable stack checking
 2015-08-15 13:27 UTC  (3+ messages)
` [Bug target/67169] "

[Bug c++/67193] New: Overzealous -Wstack-usage warning
 2015-08-15 12:30 UTC  (3+ messages)
` [Bug c++/67193] "

[Bug c++/67225] New: [concepts] Expression constraint with a constrained result turns off access checking
 2015-08-15  8:49 UTC 

[Bug bootstrap/67158] New: ICE dwarf2out.c:19910/gen_inlined_subroutine_die, at : Compiling gcc6.0 with gcc6.0 -flto
 2015-08-15  7:59 UTC  (3+ messages)
` [Bug bootstrap/67158] "

[Bug lto/66468] [6 Regression] ICE in in check_die, at dwarf2out.c:5719
 2015-08-15  7:59 UTC 

[Bug ipa/64164] New: [4.9/5 Regression] one more stack slot used due to one less inlining level
 2015-08-15  2:27 UTC  (7+ messages)
` [Bug rtl-optimization/64164] [4.9/5/6 "

[Bug rtl-optimization/67000] New: [6 Regression] ICE in split_complex_args, at function.c:2325 on ppc64le
 2015-08-15  2:26 UTC  (2+ messages)
` [Bug rtl-optimization/67000] "

[Bug middle-end/67035] New: [6 Regression] FAIL: gcc.c-torture/compile/pr54713-3.c
 2015-08-15  2:26 UTC  (2+ messages)
` [Bug middle-end/67035] "

[Bug bootstrap/66978] New: [6 Regression] bootstrap failure with --with-multilib-list=m32,m64,mx32
 2015-08-15  2:25 UTC  (2+ messages)
` [Bug bootstrap/66978] "

[Bug middle-end/67034] New: [6 Regression] FAIL: gcc.c-torture/compile/pr39928-1.c
 2015-08-15  2:25 UTC  (2+ messages)
` [Bug middle-end/67034] "

[Bug middle-end/66983] New: [6 Regression] Many testsuite regressions
 2015-08-15  2:24 UTC  (2+ messages)
` [Bug middle-end/66983] "

[Bug c/66326] New: Floating point exception with -mfpmath=387 and -fcilkplus
 2015-08-14 22:54 UTC  (2+ messages)
` [Bug c/66326] "

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