public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/52595] New: Incorrect parsing of commas in non-static data member initializers
 2015-06-05 14:16 UTC  (3+ messages)
` [Bug c++/52595] [DR 325] commas and non-static data member initializers don't mix

[Bug c++/58616] New: [meta-bug] nsdmi
 2015-06-05 14:16 UTC  (2+ messages)
` [Bug c++/58616] "

[Bug go/66431] [go] Unexpected function return value after it is redefined in closure
 2015-06-05 13:49 UTC  (4+ messages)

[Bug libgomp/66432] New: libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an SSA_NAME and its symbol
 2015-06-05 13:20 UTC 

[Bug c++/66350] typename should be forbidden in inhering constructors
 2015-06-05 13:18 UTC  (2+ messages)

[Bug c++/66421] G++ fails compilation when assigning tuple created with variadic template to auto variable
 2015-06-05 11:53 UTC  (2+ messages)

[Bug c++/66427] New: The compiler rejects too complex variable templates
 2015-06-05 11:43 UTC  (2+ messages)
` [Bug c++/66427] "

[Bug target/65932] New: [5.1 Regression] Linux-3.10.75 on arm926ej-s does not boot due to wrong code generation
 2015-06-05 11:32 UTC  (2+ messages)
` [Bug rtl-optimization/65932] [5 "

[Bug ipa/66430] New: IPA CP alignment information is not used for expression simplification
 2015-06-05 11:22 UTC 

[Bug libgomp/66429] ICE in expand_GOMP_SIMD_LAST_LANE
 2015-06-05 10:19 UTC 

[Bug fortran/65751] New: Bogus &L in error message
 2015-06-05  9:58 UTC  (3+ messages)
` [Bug fortran/65751] "

[Bug target/66428] New: [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C -std=gnu++98 scan-tree-dump original "_ZGVZ3foovE1x & 1"
 2015-06-05  9:36 UTC  (2+ messages)
` [Bug target/66428] "

[Bug c++/66426] New: ICE: unexpected expression ‘int(Constructible())...’ of kind expr_pack_expansion
 2015-06-05  7:52 UTC 

[Bug c/66425] New: (void) cast doesn't suppress __attribute__((warn_unused_result))
 2015-06-05  7:21 UTC  (2+ messages)
` [Bug c/66425] "

[Bug ipa/66424] New: wrong code at -O2 and -O3 on x86_64-linux-gnu in 32-bit mode
 2015-06-05  6:16 UTC  (2+ messages)
` [Bug ipa/66424] "

[Bug libstdc++/66359] New: Regex Fails to match
 2015-06-05  5:06 UTC  (3+ messages)
` [Bug libstdc++/66359] "

[Bug c++/63775] New: [C++11] Regex range with leading dash (-) not working
 2015-06-05  4:59 UTC  (2+ messages)
` [Bug libstdc++/63775] "

[Bug ada/66390] New: Text_IO.Get_Line does not correctly handle missing line marker for last line in all cases
 2015-06-05  4:03 UTC  (2+ messages)
` [Bug ada/66390] "

[Bug tree-optimization/66423] New: a % (1 << b) no longer gets folded to a & (1 << b) for unsigned a and b
 2015-06-05  4:02 UTC  (2+ messages)
` [Bug tree-optimization/66423] [6 Regression] a % (1 << b) no longer gets folded to a & (1 << b) for unsigned a

[Bug c/66422] New: -Warray-bounds false positive with -O3
 2015-06-05  3:50 UTC  (4+ messages)
` [Bug c/66422] "

[Bug c++/65945] New: ARM: unaligned access when stroing nullptr
 2015-06-04 21:32 UTC  (2+ messages)
` [Bug c++/65945] C++ alignment of nullptr_t is 1 and might cause unaligned stores to the frame

[Bug c/66420] New: valgrind error in improve_allocation
 2015-06-04 19:11 UTC 

[Bug fortran/58749] New: PACK(ADJUSTL([" a"," b"]), [.TRUE.,.FALSE.]) causes an internal compiler error
 2015-06-04 18:58 UTC  (3+ messages)
` [Bug fortran/58749] "

[Bug fortran/32834] [Meta-bug] 'Fortran 95'-only failures
 2015-06-04 18:58 UTC 

[Bug c/66369] New: gcc 4.8.3/5.1.0 miss optimisation with vpmovmskb
 2015-06-04 17:50 UTC  (5+ messages)
` [Bug target/66369] "

[Bug gcov-profile/66319] New: [6 Regression] gcov-tool.c:84:65: error: invalid conversion from 'int (*)(const c har*, const stat*, int, FTW*)' to 'int (*)(const char*, const stat*, int, FTW)'
 2015-06-04 17:43 UTC  (2+ messages)
` [Bug bootstrap/66319] "

[Bug bootstrap/54304] New: linking stage picks up system mpfr instead of in-tree version
 2015-06-04 17:01 UTC  (3+ messages)
` [Bug bootstrap/54304] "

[Bug other/66394] New: ICE in -flto -fmerge-all-constants -fno-use-linker-plugin targetting i686-w64-mingw32
 2015-06-04 12:48 UTC  (6+ messages)
` [Bug other/66394] "
` [Bug other/66394] [5/6 Regression] "
` [Bug other/66394] [4.8/4.9/5/6 "
` [Bug other/66394] [4.9/5/6 "

[Bug c++/66067] New: tree check ICE: accessed elt 1 of tree_vec with 0 elts in write_template_args, at cp/mangle.c:2574
 2015-06-04 12:07 UTC  (2+ messages)
` [Bug c++/66067] [6 Regression] "

[Bug c++/66405] New: [5/6 Regression] ICE: in tsubst, at cp/pt.c:11984
 2015-06-04 11:26 UTC  (5+ messages)
` [Bug c++/66405] "

[Bug libstdc++/66418] Optimize set_intersection when one list is much smaller and the other has random access
 2015-06-04 11:22 UTC 

[Bug tree-optimization/66396] New: [6 regression] FAIL: gcc.dg/graphite/run-id-pr47593.c execution test
 2015-06-04 11:15 UTC  (7+ messages)
` [Bug tree-optimization/66396] "

[Bug middle-end/66251] [6 Regression] ICE in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1484
 2015-06-04 11:12 UTC  (6+ messages)

[Bug c++/50800] New: Internal compiler error in finish_member_declarations, possibly related to may_alias attribute
 2015-06-04  9:44 UTC  (2+ messages)
` [Bug c++/50800] "

[Bug c++/57472] New: [4.8] internal compiler error: in finish_member_declaration, at cp/semantics.c
 2015-06-04  9:44 UTC  (2+ messages)
` [Bug c++/57472] "

[Bug tree-optimization/66419] New: [6 regression] FAIL: gcc.target/aarch64/aapcs64/va_arg-6.c execution, -O3 -g
 2015-06-04  9:40 UTC  (2+ messages)
` [Bug tree-optimization/66419] "

[Bug c/66415] New: ice in location_column_from_byte_offset
 2015-06-04  9:35 UTC  (6+ messages)
` [Bug c/66415] [6 Regression] "

[Bug fortran/47674] New: gfortran.dg/realloc_on_assign_5.f03: Segfault at run time
 2015-06-04  9:28 UTC  (2+ messages)
` [Bug fortran/47674] gfortran.dg/realloc_on_assign_5.f03: Segfault at run time for deferred (allocatable) string length

[Bug fortran/45170] [F2003] allocatable character lengths
 2015-06-04  9:28 UTC 

[Bug target/66200] New: GCC for ARM / AArch64 doesn't define TARGET_RELAXED_ORDERING
 2015-06-04  9:25 UTC  (3+ messages)
` [Bug target/66200] "

[Bug libfortran/66385] New: ICE: FORALL writing multiple elements of one array
 2015-06-04  9:25 UTC  (5+ messages)
` [Bug fortran/66385] "
` [Bug fortran/66385] [4.9/5/6 Regression] "

[Bug c++/66192] C++ static initializer unnecessary __cxa_guard_acquire for TARGET_RELAXED_ORDERING
 2015-06-04  9:20 UTC 

[Bug fortran/66050] New: ICE: FORALL with operation on matrix columns
 2015-06-04  8:54 UTC  (2+ messages)
` [Bug fortran/66050] "

[Bug libstdc++/66417] New: std::codecvt_utf16<char32_t, 0x10FFFF, std::codecvt_mode::generate_header> generates incorrect output
 2015-06-04  8:48 UTC 

[Bug sanitizer/66190] New: [5/6 Regression] ICE: tree code ‘call_expr’ is not supported in LTO streams with -fsanitize=null
 2015-06-04  8:39 UTC  (4+ messages)
` [Bug sanitizer/66190] "

[Bug tree-optimization/66413] ICE at -Os and above with -g enabled on x86_64-linux-gnu
 2015-06-04  8:32 UTC 

[Bug c/66341] New: Some casts wrongly produce a lvalue
 2015-06-04  8:18 UTC  (4+ messages)
` [Bug c/66341] "

[Bug rtl-optimization/66351] New: [6 regression] r223883 miscompiles stage2 compiler on ia64
 2015-06-04  8:04 UTC  (2+ messages)
` [Bug rtl-optimization/66351] "

[Bug libstdc++/66414] New: Regression: string::find ten times slower than strstr
 2015-06-04  7:59 UTC 

[Bug tree-optimization/66388] New: Test gcc.target/i386/pr49781-1.c failed because of recent scev overflow patches
 2015-06-04  7:25 UTC  (2+ messages)
` [Bug tree-optimization/66388] [6 Regression] "

[Bug rtl-optimization/66412] New: ICE on valid code at -O2 and -O3 with -g enabled in simplify_subreg, at simplify-rtx.c:5748
 2015-06-04  4:50 UTC 

[Bug c++/66411] New: False positive in array bound check in a for loop
 2015-06-04  0:14 UTC 

[Bug bootstrap/65337] New: 5.0 bootstrap-lto gnat1 linktime ICE: gcc/ada/exp_aggr.adb:6570:0: internal compiler error: in forward_edge_to_pdom, at tree-ssa-dce.c:1086
 2015-06-03 23:51 UTC  (4+ messages)
` [Bug tree-optimization/65337] [5/6 Regression] "

[Bug target/66410] New: [SH] ICE: in assign_by_spills, at lra-assigns.c:1428 with -mlra
 2015-06-03 23:41 UTC  (2+ messages)
` [Bug target/66410] "

[Bug target/66358] New: [5/6 Regression] [SH] ICE: in extract_constrain_insn, at recog.c:2232
 2015-06-03 23:27 UTC  (4+ messages)
` [Bug target/66358] "

[Bug c++/64181] New: 'noexcept' on a lambda sometimes appears to get optimised away at -O2 (or above)
 2015-06-03 23:05 UTC  (2+ messages)
` [Bug ipa/64181] "

[Bug middle-end/65984] New: ICE: definition in block 4 does not dominate use in block 2 with -fnon-call-exceptions -fsanitize=enum
 2015-06-03 21:46 UTC  (3+ messages)
` [Bug middle-end/65984] [4.9 Regression] "

[Bug middle-end/66133] New: Wrong-code with noreturn #pragma omp task body
 2015-06-03 21:46 UTC  (4+ messages)
` [Bug middle-end/66133] "

[Bug middle-end/65680] New: ICE at -O1 and above on x86_64-linux-gnu in expand_assignment, at expr.c:4830
 2015-06-03 21:45 UTC  (4+ messages)
` [Bug middle-end/65680] [4.8/4.9 Regression] "

[Bug middle-end/65597] New: ICE in build_outer_var_ref, at omp-low.c:1043
 2015-06-03 21:44 UTC  (3+ messages)
` [Bug middle-end/65597] "

[Bug fortran/65450] New: [5.0 Regression]: Unaligned access with -O3 -mtune=k8
 2015-06-03 21:43 UTC  (3+ messages)
` [Bug tree-optimization/65450] [4.9 "

[Bug middle-end/65504] New: [4.9/5 Regression] select case with strings and -fgcse -O
 2015-06-03 21:43 UTC  (3+ messages)
` [Bug target/65504] [4.9 "

[Bug target/65368] New: _bzhi_u32 intrinsic generates incorrect code when -O1 or above is specified and index is an immediate
 2015-06-03 21:42 UTC  (4+ messages)
` [Bug target/65368] [4.8/4.9 Regression]_bzhi_u32 "

[Bug tree-optimization/65427] New: ICE in emit_move_insn with wide vector types
 2015-06-03 21:42 UTC  (3+ messages)
` [Bug tree-optimization/65427] [4.8/4.9 Regression] "

[Bug gcov-profile/64634] New: gcov reports catch(...) as not executed
 2015-06-03 21:41 UTC  (3+ messages)
` [Bug gcov-profile/64634] [4.8/4.9 Regression] "

[Bug c++/44282] fastcall is not mangled at all
 2015-06-03 21:10 UTC 

[Bug fortran/66377] [F95] Wrong-code with equivalenced array in module
 2015-06-03 20:32 UTC  (4+ messages)

[Bug fortran/66409] New: Reporting ambiguous interface when overloading assignment with polymorphic array
 2015-06-03 20:06 UTC 

[Bug c++/65719] New: Link error with constexpr variable template
 2015-06-03 19:29 UTC  (3+ messages)
` [Bug c++/65719] "

[Bug c++/66130] New: "invalid use of non-static member function" message could be clearer
 2015-06-03 19:23 UTC  (2+ messages)
` [Bug c++/66130] "

[Bug fortran/66408] New: deferred-length character & overloaded assignment
 2015-06-03 16:47 UTC 

[Bug c/66275] New: __attribute__((sysv_abi)) with x86_64-w64-mingw32-gcc generates incorrect code
 2015-06-03 15:47 UTC  (2+ messages)
` [Bug target/66275] "

[Bug libgomp/65611] New: examples-4/e.53.5.c examples-4/e.53.5.f90 don't work with -fPIE -pie
 2015-06-03 14:52 UTC  (2+ messages)
` [Bug libgomp/65611] "

[Bug libgomp/66407] New: libgomp.c/examples-4/e.53.5.c etc. FAIL with PIE
 2015-06-03 14:52 UTC  (3+ messages)
` [Bug libgomp/66407] "

[Bug c++/30044] ICE in tsubst, at cp/pt.c:7359
 2015-06-03 14:50 UTC 

[Bug rtl-optimization/32394] some operations to not work properly in df_deferred_rescan mode
 2015-06-03 14:23 UTC 

[Bug c/66123] New: Array of labels as values + ternary operator + pointer arithmetic = internal compiler error
 2015-06-03 13:51 UTC  (4+ messages)
` [Bug tree-optimization/66123] [4.8/4.9 Regression] "
` [Bug tree-optimization/66123] [4.8 "

[Bug tree-optimization/66272] New: wrong code at -O3 on x86_64-linux-gnu
 2015-06-03 13:51 UTC  (4+ messages)
` [Bug tree-optimization/66272] [4.8/4.9 Regression] "
` [Bug tree-optimization/66272] [4.8 "

[Bug c/62031] New: Different results between O2 and O3 for gcc-4.7.2-5 (Debian 4.7.2-5)
 2015-06-03 13:50 UTC  (2+ messages)
` [Bug tree-optimization/62031] [4.8 Regression] Different results between O2 and O2 -fpredictive-commoning

[Bug c/65518] New: gcc consumes all memory with -O3
 2015-06-03 13:50 UTC  (4+ messages)
` [Bug tree-optimization/65518] [4.8/4.9 Regression] "
` [Bug tree-optimization/65518] [4.8 "

[Bug go/66406] New: go.test/test/nilptr.go FAILs with PIE
 2015-06-03 13:48 UTC  (2+ messages)
` [Bug go/66406] "

[Bug fortran/66366] New: ICE on invalid with non-allocatable CLASS variable [OOP]
 2015-06-03 13:46 UTC  (2+ messages)
` [Bug fortran/66366] "

[Bug c/66404] New: gcc.target/i386/pad-10.c etc. FAIL with PIE
 2015-06-03 13:44 UTC  (2+ messages)
` [Bug c/66404] "

[Bug c/66403] New: gcc.dg/torture/builtin-self.c FAILs with PIE
 2015-06-03 13:39 UTC  (2+ messages)
` [Bug c/66403] "

[Bug c/66402] New: gcc.dg/uninit-19.c FAILs with PIE
 2015-06-03 13:35 UTC  (2+ messages)
` [Bug c/66402] "

[Bug sanitizer/66401] New: g++.dg/ubsan/vla-1.C FAILs with PIE
 2015-06-03 13:31 UTC  (2+ messages)
` [Bug sanitizer/66401] "

[Bug c++/66400] New: g++.dg/stackprotectexplicit2.C FAILs with PIE
 2015-06-03 13:25 UTC  (2+ messages)
` [Bug c++/66400] "

[Bug c++/66399] New: g++.dg/abi/anon4.C FAILs with PIE
 2015-06-03 13:20 UTC  (2+ messages)
` [Bug c++/66399] "

[Bug go/66303] New: runtime.Caller() returns infinitely deep stack frames on s390x
 2015-06-03 13:18 UTC  (3+ messages)
` [Bug go/66303] "

[Bug c++/66398] New: g++.dg/abi/anon1.C FAILs with PIE
 2015-06-03 13:16 UTC  (2+ messages)
` [Bug c++/66398] "

[Bug fortran/66386] New: ICE: FORALL reading multiple elements from one array
 2015-06-03 13:11 UTC  (2+ messages)
` [Bug fortran/66386] "

[Bug go/66368] [5 Regression] go tool crashes on powerpc-linux-gnu
 2015-06-03 13:08 UTC 

[Bug c/66397] New: sanitize=undefined triggers extra -Warray-bounds warning
 2015-06-03 12:12 UTC  (4+ messages)
` [Bug c/66397] "

[Bug target/66395] New: [SH]: error: insn does not satisfy its constraints: when building gcc-5
 2015-06-03 11:32 UTC  (4+ messages)
` [Bug target/66395] "

[Bug debug/65549] [4.9 Regression] crash in htab_hash_string with -flto -g
 2015-06-03 11:04 UTC 

[Bug rtl-optimization/66393] New: register asm input for inline asm not respected when using a template
 2015-06-03 10:05 UTC  (2+ messages)
` [Bug c++/66393] "

[Bug c++/33661] template methods forget explicit local reg vars
 2015-06-03 10:05 UTC 

[Bug c/66098] New: #pragma diagnostic 'ignored' not fully undone by pop for strict-overflow
 2015-06-03  8:41 UTC  (2+ messages)
` [Bug c/66098] "

[Bug other/65366] New: gdbhooks.py is incompatible with Python3
 2015-06-03  8:28 UTC  (2+ messages)
` [Bug other/65366] "

[Bug c/29358] Warning issued two times with snprintf
 2015-06-03  8:28 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).