public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/67697] New: [concepts] ICE when using non-constexpr in requires expression
 2015-09-23 19:42 UTC 

[Bug fortran/67696] New: libbacktrace prints C++ demangled name for Fortran symbol
 2015-09-23 19:09 UTC 

[Bug c++/67693] New: Spurious warning: control reaches end of non-void function [-Wreturn-type]
 2015-09-23 18:24 UTC  (2+ messages)
` [Bug c++/67693] "

[Bug target/66609] New: [sh] Relative address expressions bind at as-time, even if symbol is weak
 2015-09-23 18:10 UTC  (2+ messages)
` [Bug target/66609] "

[Bug c++/66590] New: switch statement: incorrect warning "reaches end of non-void function"
 2015-09-23 18:06 UTC  (2+ messages)
` [Bug c++/66590] "

[Bug c++/63356] New: Compilation failure where clang does not have problems
 2015-09-23 17:52 UTC  (2+ messages)
` [Bug c++/63356] "

[Bug c/43651] add warning for duplicate qualifier
 2015-09-23 17:34 UTC  (2+ messages)

[Bug tree-optimization/67690] New: wrong code with -O2 on x86_64/Linux
 2015-09-23 17:08 UTC  (4+ messages)
` [Bug tree-optimization/67690] "
` [Bug tree-optimization/67690] [5/6 Regression] "

[Bug other/67590] New: libcc1 cannot find objdump when cross build native
 2015-09-23 16:59 UTC  (2+ messages)
` [Bug other/67590] "

[Bug sanitizer/64888] New: ubsan doesn't work with openmp
 2015-09-23 16:55 UTC  (2+ messages)
` [Bug sanitizer/64888] "

[Bug go/67695] New: Please improve POSIX shell compatibility of libgo/mksysinfo.sh
 2015-09-23 16:31 UTC 

[Bug boehm-gc/66848] New: boehm-gc fails test suite on x86_64-apple-darwin15
 2015-09-23 16:06 UTC  (2+ messages)
` [Bug boehm-gc/66848] "

[Bug c/48885] New: missed optimization with restrict qualifier?
 2015-09-23 14:28 UTC  (6+ messages)
` [Bug c/48885] "

[Bug sanitizer/67662] New: -fsanitize=undefined cries wolf for X - 1 + X when X is 2**30
 2015-09-23 14:10 UTC  (3+ messages)
` [Bug middle-end/67662] "

[Bug c/49654] New: Linear search through options in handle_pragma_diagnostic
 2015-09-23 13:07 UTC  (2+ messages)
` [Bug c/49654] "

[Bug objc/67694] New: ICE on returning undefined enum in must_pass_in_stack_var_size_or_pad
 2015-09-23 12:45 UTC 

[Bug c/61578] New: Code size increase for ARM thumb compared to 4.8.x when compiling with -Os
 2015-09-23 12:16 UTC  (4+ messages)
` [Bug target/61578] [4.9 regression] "

[Bug driver/47785] New: GCC with -flto does not pass options to the assembler
 2015-09-23 12:11 UTC  (2+ messages)
` [Bug driver/47785] "

[Bug target/67391] New: [SH] Convert clrt addc to normal add insn
 2015-09-23 12:07 UTC  (10+ messages)
` [Bug target/67391] "

[Bug target/67439] [4.9/5/6 Regression]ICE: unrecognizable insn compiling arm-fp16 testcases with -march=armv7-a and -mrestrict-it
 2015-09-23 10:37 UTC 

[Bug rtl-optimization/66790] New: Invalid uninitialized register handling in REE
 2015-09-23 10:26 UTC  (11+ messages)
` [Bug rtl-optimization/66790] "

[Bug tree-optimization/67681] New: Missed vectorization: induction variable used after loop
 2015-09-23 10:17 UTC  (3+ messages)
` [Bug tree-optimization/67681] "

[Bug libstdc++/55815] New: switch hash function of libstdc++ hash tables to siphash
 2015-09-23  9:56 UTC  (5+ messages)
` [Bug libstdc++/55815] "

[Bug target/67143] New: [5/6 Regression] ICE (could not split insn) on aarch64-linux-gnu
 2015-09-23  9:48 UTC  (2+ messages)
` [Bug target/67143] "

[Bug rtl-optimization/67456] New: wrong code at -O2 and -O3 on x86_64-linux-gnu
 2015-09-23  8:52 UTC  (2+ messages)
` [Bug rtl-optimization/67456] [6 Regression] "

[Bug tree-optimization/67689] New: wrong code at -O1, -O2 and -O3 on x86_64-linux-gnu
 2015-09-23  8:52 UTC  (3+ messages)
` [Bug rtl-optimization/67689] [6 Regression] "

[Bug tree-optimization/67683] New: Missed vectorization: shifts of an induction variable
 2015-09-23  8:16 UTC  (2+ messages)
` [Bug tree-optimization/67683] "

[Bug tree-optimization/67682] Missed vectorization: (another) straight-line memcpy/memset not vectorized when equivalent loop is
 2015-09-23  8:13 UTC 

[Bug c++/67686] New: [concepts] segfault in finish_call_expr function
 2015-09-23  7:53 UTC  (2+ messages)
` [Bug c++/67686] "

[Bug debug/67192] New: Backward-goto in loop can get wrong line number
 2015-09-23  7:02 UTC  (3+ messages)
` [Bug debug/67192] "

[Bug c/67680] New: Seg Fault in gcc 4.9.3 compiling libiberty/floatformat.c when building gcc 5.2.1 on Cygwin 64 on Windows
 2015-09-23  5:43 UTC  (3+ messages)
` [Bug c/67680] "

[Bug c++/67692] New: [concepts] ICE when using requires in non-concept contexts
 2015-09-23  4:48 UTC 

[Bug target/67691] New: [SH] Omit zero extension of shift amounds for dynamic shifts
 2015-09-23  2:55 UTC 

[Bug c/67649] New: trunk build with valgrind fail in get_def_blocks_for
 2015-09-23  2:41 UTC  (10+ messages)
` [Bug middle-end/67649] "

[Bug c/67688] New: [MinGW/Cygwin] Attributes selectany and section cannot be used together
 2015-09-23  0:50 UTC 

[Bug c++/67687] New: [c++0x][constexpr] initialize constexpr member with constexpr constructor
 2015-09-22 23:48 UTC 

[Bug target/66755] [ARM] TARGET_ASM_OUTPUT_MI_THUNK should be rewritten to an RTL implementation
 2015-09-22 23:41 UTC 

[Bug c/66454] New: Common -Wmisleading-indentation false-positive triggered in the Linux kernel
 2015-09-22 23:09 UTC  (2+ messages)
` [Bug c/66454] "

[Bug c++/67685] New: ICE on invalid requires expression
 2015-09-22 21:28 UTC 

[Bug tree-optimization/59124] New: [4.8 Regression] Wrong warnings "array subscript is above array bounds"
 2015-09-22 20:06 UTC  (2+ messages)
` [Bug tree-optimization/59124] [4.9/5/6 "

[Bug c/65405] New: improve locations of diagnostics in c-pragma.c
 2015-09-22 17:48 UTC  (2+ messages)
` [Bug c/65405] "

[Bug c++/53856] New: Default argument allowed on member defined outside of class template
 2015-09-22 17:33 UTC  (2+ messages)
` [Bug c++/53856] "

[Bug c/67668] New: erroneous type argument for unary operator one's complement
 2015-09-22 16:51 UTC  (3+ messages)
` [Bug c/67668] "

[Bug fortran/67679] New: -Wunitialized reports on compiler generated variables
 2015-09-22 16:14 UTC  (2+ messages)
` [Bug fortran/67679] "

[Bug other/67627] New: libatomic parallel build failure
 2015-09-22 15:28 UTC  (2+ messages)
` [Bug other/67627] "

[Bug c++/58074] New: [C++11] __is_trivial intrinsic fails for deleted members and for non-trivial copy-c'tors
 2015-09-22 15:22 UTC  (3+ messages)
` [Bug c++/58074] [C++11][DR 1333] "

[Bug tree-optimization/67671] restrict pointer reference looses restrict
 2015-09-22 14:19 UTC  (4+ messages)

[Bug tree-optimization/62171] New: restrict pointer to struct with restrict pointers parm doesn't prevent aliases
 2015-09-22 14:09 UTC  (7+ messages)
` [Bug tree-optimization/62171] "

[Bug sanitizer/64906] New: -fsanitize=integer-divide-by-zero creates false -Wmaybe-uninitialized warning
 2015-09-22 14:06 UTC  (4+ messages)
` [Bug sanitizer/64906] "

[Bug middle-end/65965] New: Straight-line memcpy/memset not vectorized when equivalent loop is
 2015-09-22 14:05 UTC  (3+ messages)
` [Bug middle-end/65965] "

[Bug target/67480] New: AVX512 bitwise logic operations pattern is incorrect
 2015-09-22 11:20 UTC  (3+ messages)
` [Bug target/67480] "

[Bug libgomp/67141] New: wrong libgomp mutex initialisation order
 2015-09-22 11:19 UTC  (4+ messages)
` [Bug libgomp/67141] "

[Bug target/65782] New: Assembly failure (invalid register for .seh_savexmm) with -O3 -mavx512f on mingw-w64
 2015-09-22 10:54 UTC  (2+ messages)
` [Bug target/65782] "

[Bug target/54412] New: Request for 32-byte stack alignment with -mavx on Windows
 2015-09-22 10:51 UTC  (2+ messages)
` [Bug target/54412] "

[Bug c++/54895] New: the compiler treats '__cdecl' & '__stdcall' as the same
 2015-09-22 10:33 UTC  (2+ messages)
` [Bug c++/54895] "

[Bug c++/67678] New: Nested class can be re-declared after definition
 2015-09-22 10:04 UTC 

[Bug c++/67544] New: ICE: SIGSEGV in tree_check3 (tree.h:2896) with -fconcepts
 2015-09-22  9:48 UTC  (2+ messages)
` [Bug c++/67544] "

[Bug tree-optimization/67666] New: single restrict pointer in struct looses restrict
 2015-09-22  8:16 UTC  (5+ messages)
` [Bug tree-optimization/67666] "

[Bug tree-optimization/50417] New: regression: memcpy with known alignment
 2015-09-22  8:04 UTC  (2+ messages)
` [Bug tree-optimization/50417] "

[Bug rtl-optimization/67676] New: Implicit alignment of struct not applied to members
 2015-09-22  8:04 UTC  (2+ messages)
` [Bug rtl-optimization/67676] "

[Bug target/67677] New: [6 Regression] r226005 causes "Conditional jump or move depends on uninitialised value(s)"
 2015-09-22  8:03 UTC  (2+ messages)
` [Bug target/67677] "

[Bug tree-optimization/66952] New: wrong code at -O2 and -O3 on x86_64-linux-gnu
 2015-09-22  7:47 UTC  (4+ messages)
` [Bug tree-optimization/66952] [6 Regression] "

[Bug bootstrap/67672] New: [6 regression] Ada "Storage_Error stack overflow or erroneous memory access" error breaks sparc-linux bootstrap
 2015-09-22  7:24 UTC  (2+ messages)
` [Bug bootstrap/67672] "

[Bug bootstrap/67622] [6 regression] Solaris/SPARC bootstrap fails compiling stage2 stdc++.h.gch/O2ggnu++0x.gch
 2015-09-22  7:24 UTC  (5+ messages)

[Bug tree-optimization/67476] New: Add --param parloops-schedule=<static|dynamic|guided|auto|runtime>
 2015-09-22  7:20 UTC  (2+ messages)
` [Bug tree-optimization/67476] "

[Bug bootstrap/67598] New: [6 Regression] Target powerpc-e500v2-linux-gnuspe failed to bootstrap
 2015-09-22  6:22 UTC  (2+ messages)
` [Bug bootstrap/67598] "

[Bug target/67675] New: [SH] Improve __builtin_strcmp alignment test
 2015-09-22  2:07 UTC  (3+ messages)
` [Bug target/67675] "

[Bug target/67619] New: ICE at -O1 and above on x86_64-linux-gnu in int_mode_for_mode, at stor-layout.c:425
 2015-09-21 19:19 UTC  (4+ messages)
` [Bug middle-end/67619] "

[Bug c/47781] New: warnings from custom printf format specifiers
 2015-09-21 19:16 UTC  (2+ messages)
` [Bug c/47781] "

[Bug fortran/67615] New: ICE on using arithmetic if with array instead of scalar
 2015-09-21 18:27 UTC  (4+ messages)
` [Bug fortran/67615] "

[Bug tree-optimization/67673] New: support restrict pointer to restrict pointer
 2015-09-21 17:29 UTC 

[Bug c/66415] New: ice in location_column_from_byte_offset
 2015-09-21 14:52 UTC  (2+ messages)
` [Bug c/66415] [6 Regression] "

[Bug c++/67670] New: [c++11] Misleading / outdated error message "invalid pure specifier"
 2015-09-21 14:37 UTC 

[Bug tree-optimization/67628] New: [tree-optimization] (a && b) && c shows better codegen than a && (b && c)
 2015-09-21 14:23 UTC  (2+ messages)
` [Bug tree-optimization/67628] "

[Bug debug/67664] New: [6 Regression] Duplicate AT_const_value attributes in some c++ cases
 2015-09-21 14:05 UTC  (4+ messages)
` [Bug debug/67664] "

[Bug target/64345] New: [SH] Improve single bit extraction
 2015-09-21 13:49 UTC  (2+ messages)
` [Bug target/64345] "

[Bug c/57625] New: internal compiler error: seg fault when building gcc 4.7.2
 2015-09-21 13:38 UTC  (2+ messages)
` [Bug middle-end/57625] "

[Bug c++/67669] New: Wrong works fwrite or fread or both
 2015-09-21 13:32 UTC  (3+ messages)
` [Bug c++/67669] "

[Bug c/67652] New: liboffloadmic/runtime/offload_engine.cpp:176: strange expression in sizeof ?
 2015-09-21 13:16 UTC  (3+ messages)
` [Bug c/67652] "

[Bug target/67657] New: [SH][5]: internal compiler error: in cselib_record_set, at cselib.c:2396 when compiling libjpeg-turbo
 2015-09-21 13:15 UTC  (6+ messages)
` [Bug target/67657] [SH][5/6 Regression]: "

[Bug other/67300] New: -foffload* undocumented
 2015-09-21 13:07 UTC  (2+ messages)
` [Bug other/67300] "

[Bug c/67651] New: Optimizer assumes nothing can reside at address 0 despite -fno-delete-null-pointer-checks
 2015-09-21 12:33 UTC  (3+ messages)
` [Bug middle-end/67651] "

[Bug c/67667] New: erroneous type argument for unary operator one's complement
 2015-09-21 12:29 UTC  (2+ messages)
` [Bug c/67667] "

[Bug target/55212] New: [SH] Switch from IRA to LRA
 2015-09-21 12:23 UTC  (5+ messages)
` [Bug target/55212] [SH] Switch "

[Bug libstdc++/67647] [6 regression] boostrap FAIL with --disable-libstdcxx-dual-abi
 2015-09-21 11:45 UTC  (2+ messages)

[Bug tree-optimization/67607] New: Failure to perform constant folding through type conversion
 2015-09-21 11:39 UTC  (2+ messages)
` [Bug tree-optimization/67607] "

[Bug middle-end/60832] add pretty-printer code for double-int/wide-int
 2015-09-21 11:04 UTC  (2+ messages)

[Bug middle-end/67639] New: ICE at -O1 and above on x86_64-linux-gnu in expand_gimple_basic_block, at cfgexpand.c:5697
 2015-09-21 10:01 UTC  (2+ messages)
` [Bug middle-end/67639] "

[Bug tree-optimization/67121] New: wrong code at -O3 on x86_64-linux-gnu
 2015-09-21  9:58 UTC  (3+ messages)
` [Bug tree-optimization/67121] [5 Regression] "

[Bug c/67271] New: ICE with -O1,2,3 on darwin14.5 x86_64
 2015-09-21  9:58 UTC  (3+ messages)
` [Bug middle-end/67271] [5 Regression] "

[Bug c++/67055] New: Segmentation fault in fold_builtin_alloca_with_align in tree-ssa-ccp.c
 2015-09-21  9:57 UTC  (3+ messages)
` [Bug tree-optimization/67055] [5 Regression] "

[Bug ipa/66793] [5 Regression] ICE at -Os and above on x86_64-linux-gnu (verify_flow_info failed)
 2015-09-21  9:57 UTC  (2+ messages)

[Bug tree-optimization/67470] New: ICE at -O3 on x86_64-linux-gnu in compute_live_loop_exits, at tree-ssa-loop-manip.c:235
 2015-09-21  9:56 UTC  (3+ messages)
` [Bug tree-optimization/67470] [5 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).