public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug tree-optimization/44563] GCC uses a lot of RAM when compiling a large numbers of functions
 2015-03-10 13:19 UTC  (12+ messages)

[Bug target/65342] New: [5 Regression] FAIL: gfortran.dg/intrinsic_(un)?pack_1.f90 -O1 execution test on powerpc-apple-darwin9 after r210201
 2015-03-10 13:13 UTC  (8+ messages)
` [Bug target/65342] "

[Bug c/65367] New: indefinite loop occurs with sanitize enabled and certain optimization options
 2015-03-10 12:55 UTC  (5+ messages)
` [Bug sanitizer/65367] [5 Regression] "

[Bug go/64999] New: s390x libgo test failure in TestMemoryProfiler
 2015-03-10 12:28 UTC  (4+ messages)
` [Bug go/64999] "

[Bug libstdc++/65343] New: unexpected exception thrown during destruction of static object in debug mode
 2015-03-10 12:25 UTC  (2+ messages)
` [Bug libstdc++/65343] "

[Bug tree-optimization/65363] New: trivial redundant code reordering makes code less optimal
 2015-03-10 11:51 UTC  (4+ messages)
` [Bug tree-optimization/65363] "

[Bug c++/65370] New: [5 Regression] rejects valid code on powerpc64le-linux-gnu
 2015-03-10 11:28 UTC  (5+ messages)
` [Bug c++/65370] "
` [Bug c++/65370] [5 Regression] r213519 causes: error: redeclaration of 'template... may not have default arguments [-fpermissive]

[Bug c/65377] New: [5.0 Regression] cpp attribute check ala clang fails to compile
 2015-03-10 11:19 UTC  (9+ messages)
` [Bug c/65377] "

[Bug other/63155] New: [4.9/5 Regression] memory hog
 2015-03-10 11:17 UTC  (3+ messages)
` [Bug middle-end/63155] [4.9 "
` [Bug middle-end/63155] [4.9/5 "

[Bug sanitizer/65365] New: false positive signed negation
 2015-03-10 10:54 UTC  (6+ messages)
` [Bug sanitizer/65365] "

[Bug rtl-optimization/64895] New: [5 Regression] RA picks the wrong register for -fipa-ra
 2015-03-10 10:24 UTC  (2+ messages)
` [Bug rtl-optimization/64895] "

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

[Bug target/65296] New: [avr] fix various issues with specs file generation
 2015-03-10  9:51 UTC  (2+ messages)
` [Bug target/65296] "

[Bug debug/53927] New: wrong value for DW_AT_static_link
 2015-03-10  9:41 UTC  (3+ messages)
` [Bug debug/53927] "

[Bug lto/65376] New: LTO prevents use of fmadd
 2015-03-10  9:31 UTC  (3+ messages)
` [Bug lto/65376] "

[Bug driver/64998] New: -shared -static-libasan does not actually link libasan
 2015-03-10  9:20 UTC  (2+ messages)
` [Bug driver/64998] "

[Bug sanitizer/64996] New: UBsan check optimized out by -O
 2015-03-10  9:10 UTC  (2+ messages)
` [Bug sanitizer/64996] "

[Bug target/65369] New: [5 Regression] nettle test failure on powerpc64le-linux-gnu when built with -O3
 2015-03-10  9:00 UTC  (3+ messages)
` [Bug target/65369] "

[Bug tree-optimization/65310] New: vectorizer uses wrong alignment
 2015-03-10  8:56 UTC  (3+ messages)
` [Bug tree-optimization/65310] "

[Bug target/65375] New: poor codegen for ld[234]/st[234]
 2015-03-10  8:32 UTC  (5+ messages)
` [Bug target/65375] "

[Bug target/53988] New: [SH] tst Rm,Rn not used for QI/HImode
 2015-03-10  8:19 UTC  (4+ messages)
` [Bug target/53988] "

[Bug target/65374] New: [SH] Tail call optimization not done for libcalls
 2015-03-10  8:03 UTC 

[Bug bootstrap/25672] [4.8/4.9/5 Regression] cross build's libgcc picks up CFLAGS
 2015-03-10  7:59 UTC  (2+ messages)

[Bug target/65373] New: [SH] Implement bit counting built-in functions
 2015-03-10  7:57 UTC 

[Bug target/61915] New: [AArch64] Default use of the LRA results in extra code size
 2015-03-10  7:34 UTC  (2+ messages)
` [Bug target/61915] [AArch64] High amounts of GP to FP register moves using LRA on AArch64 - Improve Generic register_move_cost and memory_move_cost

[Bug c/65120] New: [gcc5] Wlogical-not-parentheses should not wanr about double exclamation !!
 2015-03-10  6:43 UTC  (4+ messages)
` [Bug c/65120] [5 Regression] Wlogical-not-parentheses should not warn "

[Bug target/65321] New: ICE on valid code at -O2 and -O3 with -g enabled in decompose, at rtl.h:2007
 2015-03-10  6:43 UTC  (5+ messages)
` [Bug rtl-optimization/65321] [5 Regression] "

[Bug target/65286] New: When building on powerpc64le-unknown-linux-gnu, --disable-multilib must be used
 2015-03-10  6:24 UTC  (6+ messages)
` [Bug target/65286] "

[Bug tree-optimization/65355] New: [4.8/4.9 Regression] vectorizer increase alignment of symbols already placed in anchors
 2015-03-10  4:24 UTC  (3+ messages)
` [Bug tree-optimization/65355] [4.8/4.9/5 "

[Bug target/63354] New: -pg -mprofile-kernel creates unused stack frames on leaf functions on ppc64le
 2015-03-10  2:36 UTC  (2+ messages)
` [Bug target/63354] gcc "

[Bug gcov-profile/65372] New: -mprofile-kernel undocumented
 2015-03-10  2:31 UTC 

[Bug target/65371] New: arm loop with volatile variable
 2015-03-10  0:49 UTC 

[Bug c++/61636] New: generic lambda "cannot call member function without object"
 2015-03-10  0:37 UTC  (3+ messages)
` [Bug c++/61636] "

[Bug go/65353] New: [5 Regression] unknown ptrSize for $GOARCH "arm64" on aarch64-linux-gnu
 2015-03-10  0:16 UTC  (5+ messages)
` [Bug go/65353] "

[Bug c++/64382] New: ICE due to use of `this` inside a lambda that captures everything by ref inside a member function of a class template
 2015-03-09 23:58 UTC  (3+ messages)
` [Bug c++/64382] "

[Bug go/65349] New: [5 Regression] go tool crashes, can't compile go code on 32bit linux systems
 2015-03-09 23:44 UTC  (6+ messages)
` [Bug go/65349] "

[Bug target/65242] New: [5 Regression] ICE (in gen_add2_insn, at optabs.c:4761) on powerpc64le-linux-gnu
 2015-03-09 23:30 UTC  (7+ messages)
` [Bug target/65242] "

[Bug other/65366] New: gdbhooks.py is incompatible with Python3
 2015-03-09 21:39 UTC 

[Bug other/63504] New: [5 Regression] Issues found by --enable-checking=valgrind
 2015-03-09 20:49 UTC  (2+ messages)
` [Bug other/63504] "

[Bug rtl-optimization/63988] New: heap-buffer-overflow in combine.c on ppc64
 2015-03-09 20:49 UTC  (3+ messages)
` [Bug rtl-optimization/63988] "

[Bug tree-optimization/64807] New: [5 Regression] Wrong-code because of wide-int division
 2015-03-09 20:49 UTC  (2+ messages)
` [Bug tree-optimization/64807] "

[Bug target/65284] New: [5 Regression] ICE (segfault) on arm-linux-gnueabihf
 2015-03-09 20:36 UTC  (2+ messages)
` [Bug c++/65284] [5 Regression] C++ lambda and auto return value causes ICE or gimple error

[Bug c++/65339] New: [5 Regression] C++ ICE with lambda and no capture list
 2015-03-09 20:36 UTC  (4+ messages)
` [Bug c++/65339] "

[Bug lto/65361] New: [5 Regression] LTO: tree check: expected tree that contains ‘decl minimal’ structure, have ‘tree_binfo’ in add_type_duplicate, at ipa-devirt.c:1509
 2015-03-09 20:21 UTC  (8+ messages)
` [Bug lto/65361] "

[Bug testsuite/65364] New: FAIL: gcc.dg/uninit-19.c (test for warnings, line 22)
 2015-03-09 19:27 UTC  (4+ messages)
` [Bug testsuite/65364] "

[Bug sanitizer/63958] New: [5 Regression] bootstrap failure in the sanitizer libs on sparc-linux-gnu
 2015-03-09 19:26 UTC  (4+ messages)
` [Bug sanitizer/63958] "

[Bug fortran/60780] New: Equivalence statements in nested modules results in fast growing duplicate statements in module files
 2015-03-09 18:57 UTC  (4+ messages)
` [Bug fortran/60780] "

[Bug target/65222] New: [5 Regression] -mtune= or -march=: Not all options not documented: slm, knl, shanghai, istanbul
 2015-03-09 17:54 UTC  (3+ messages)
` [Bug target/65222] "

[Bug rtl-optimization/64317] New: [5 Regression] Ineffective allocation of PIC base register
 2015-03-09 17:12 UTC  (2+ messages)
` [Bug rtl-optimization/64317] "

[Bug c/65345] New: ICE with _Generic selection on _Atomic int
 2015-03-09 16:55 UTC  (4+ messages)
` [Bug c/65345] "

[Bug target/65341] New: [5 Regression] glibc build failure on ppc64le: setcontext.S:367: Error: junk at end of line: `1,0'
 2015-03-09 16:45 UTC  (4+ messages)
` [Bug target/65341] "

[Bug regression/65121] New: long_call attribute broken weak symbol arm_none_eabi
 2015-03-09 15:20 UTC  (4+ messages)
` [Bug target/65121] [5 regression] long_call attribute broken weak symbol arm*

[Bug libgomp/65362] New: OpenACC compilation on Tegra K1 (ARM)
 2015-03-09 15:05 UTC 

[Bug fortran/65045] New: ICE
 2015-03-09 14:46 UTC  (2+ messages)
` [Bug fortran/65045] [4.8/4.9/5 Regression] ICE when using the same name for a block and a variable

[Bug c++/65323] New: -Wzero-as-null-pointer-constant stutters
 2015-03-09 14:43 UTC  (2+ messages)
` [Bug c++/65323] [4.8/4.9/5 Regression] duplicate -Wzero-as-null-pointer-constant warnings

[Bug fortran/65024] New: Internal compiler error (gfortran) concerning unlimited polymorphic pointer
 2015-03-09 14:42 UTC  (2+ messages)
` [Bug fortran/65024] [4.9/5 Regression] [OOP] ICE "

[Bug tree-optimization/62630] New: [5 regression] gcc.dg/graphite/vect-pr43423.c FAILs
 2015-03-09 14:40 UTC  (2+ messages)
` [Bug tree-optimization/62630] "

[Bug tree-optimization/65177] New: [5 Regression]: extend jump thread for finite state automata causes miscompilation
 2015-03-09 14:26 UTC  (2+ messages)
` [Bug tree-optimization/65177] "

[Bug c++/65292] Template function not emitted
 2015-03-09 14:06 UTC 

[Bug ipa/65270] New: [5 regression] ICF needs to match TYPE attributes on memory accesses
 2015-03-09 13:55 UTC  (4+ messages)
` [Bug ipa/65270] [5 regression] issues with merging memory accesses from different code paths

[Bug middle-end/65330] New: restrict should be considered when folding through references from global vars
 2015-03-09 13:55 UTC  (2+ messages)
` [Bug middle-end/65330] "

[Bug c++/65269] New: internal compiler error: Segmentation fault
 2015-03-09 13:41 UTC  (2+ messages)
` [Bug c++/65269] "

[Bug libstdc++/64467] New: [5 Regression] 28_regex/traits/char/isctype.cc and wchar_t/isctype.cc
 2015-03-09 13:02 UTC  (3+ messages)
` [Bug libstdc++/64467] "

[Bug c++/64446] New: Misleading error message when inheriting from a template class w/o the template params
 2015-03-09 12:59 UTC  (2+ messages)
` [Bug c++/64446] "

[Bug libstdc++/64351] New: std::uniform_real_distribution<float>(0, 1) returns 1
 2015-03-09 12:48 UTC  (2+ messages)
` [Bug libstdc++/64351] "

[Bug libstdc++/43660] range of random-number generator seems wrong/confusing
 2015-03-09 12:41 UTC 

[Bug c/65238] New: [5 Regression] __has_attribute is not handled properly with -traditional-cpp
 2015-03-09 12:39 UTC  (2+ messages)
` [Bug preprocessor/65238] "

[Bug c/64715] New: [5.0 regression] __builtin_object_size (..., 1) fails to locate subobject
 2015-03-09 12:15 UTC  (2+ messages)
` [Bug tree-optimization/64715] [5 Regression] "

[Bug middle-end/65346] New: [5 Regression] glibc make check failures since r214941
 2015-03-09 12:15 UTC  (2+ messages)
` [Bug middle-end/65346] "

[Bug target/65351] New: [5 Regression] ld: absolute addressing (perhaps -mdynamic-no-pic) used in _byte_common_op_match_null_string_p from ../libiberty/pic/libiberty.a(regex.o) not allowed ... on powerpc-apple-darwin9
 2015-03-09 12:13 UTC  (2+ messages)
` [Bug target/65351] "

[Bug libgomp/65338] New: [5 Regression] Offloading from DSO is broken after OpenACC merge to trunk
 2015-03-09 12:10 UTC  (3+ messages)
` [Bug libgomp/65338] "
` [Bug libgomp/65338] "

[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-03-09 12:09 UTC  (2+ messages)
` [Bug tree-optimization/65337] [5 Regression] "

[Bug tree-optimization/65335] New: Potential optimization issue with 'tree-loop-vectorize'
 2015-03-09 12:06 UTC  (2+ messages)
` [Bug tree-optimization/65335] "

[Bug c/65360] New: Compiler error, while using gcc xml to parse a .c and a .h file at the same time
 2015-03-09 10:31 UTC 

[Bug c++/62052] New: function parameter has wrong address in lambda converted to pointer-to-function
 2015-03-09 10:15 UTC  (3+ messages)
` [Bug c++/62052] "

[Bug c++/65354] New: Converting lambda to pointer results in double destruction
 2015-03-09 10:13 UTC  (2+ messages)
` [Bug c++/65354] "

[Bug c++/51577] New: dependent name lookup finds operator in global namespace
 2015-03-09 10:11 UTC  (4+ messages)
` [Bug c++/51577] "

[Bug c++/65336] New: name lookup finds operator in unnamed namespace
 2015-03-09 10:10 UTC  (2+ messages)
` [Bug c++/65336] "

[Bug libstdc++/64441] A match_results returns an incorrect sub_match if the sub_match::matched is false
 2015-03-09 10:08 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).