aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-12re PR middle-end/55481 (-O2 generates a wrong-code infinite loop in C++Benchm...Zdenek Dvorak4-32/+38
2012-12-12mmapio.c: Define MAP_FAILED if not defined.John David Anglin2-0/+8
2012-12-12re PR target/55659 ([SH] Build failure with ICE in dwarf2out_var_location, at...Jakub Jelinek2-46/+27
2012-12-12re PR middle-end/52640 (performance bottleneck: gcc/tree.c;value_member)Steven Bosscher4-1/+81
2012-12-12fast-math-pr38968.f90: Decrease n from 2000 to 400.Jakub Jelinek2-1/+4
2012-12-12re PR libgcc/55451 (FAIL: gcc.dg/fixed-point/unary.c)Jakub Jelinek2-18/+17
2012-12-12re PR fortran/55633 (FAIL: gfortran.dg/g77/f90-intrinsic-bit.f -Os executio...Jakub Jelinek4-2/+62
2012-12-12re PR tree-optimization/55079 (false positive -Warray-bounds (also seen at -O...Andreas Schwab1-1/+1
2012-12-12Daily bump.GCC Administrator1-1/+1
2012-12-11re PR c++/54883 (Name mangling of types in an unnamed namespace)Jason Merrill3-8/+17
2012-12-11re PR libstdc++/55631 (Several ext/ headers can not be #included on their own)Jonathan Wakely5-1/+17
2012-12-11Add --with-build-config=bootstrap-asan supportH.J. Lu5-24/+582
2012-12-11Add libstdc++-raw-cxx.m4 and use it in libsanitizerH.J. Lu16-34/+132
2012-12-11re PR c++/53094 (constexpr vector subscripting)Marc Glisse7-2/+52
2012-12-11re PR c++/55643 ([C++11] incorrect "warning: variable ‘myVar’ set but no...Jakub Jelinek4-0/+35
2012-12-11* g++.dg/asan/asan_test.C: Link -lasan before -lpthread.Jakub Jelinek2-1/+5
2012-12-11re PR bootstrap/54926 (Bootstrap comparison failure for various files in libb...Jakub Jelinek5-10/+63
2012-12-11re PR target/54121 (ICE at extract_insn, at recog.c:2123 with -fprofile-gener...Eric Botcazou4-7/+116
2012-12-11re PR c++/54416 (ICE (segv) in codegen)Jason Merrill4-2/+30
2012-12-11* pt.c (maybe_process_partial_specialization): Handle aliases first.Jason Merrill3-19/+19
2012-12-11re PR rtl-optimization/55193 (ICE in in simplify_const_unary_operation, at si...Jakub Jelinek2-4/+32
2012-12-11re PR c++/55619 (Chromium build fails with: error: memory input is not direct...Jakub Jelinek4-3/+33
2012-12-11re PR tree-optimization/54570 (FAIL: gcc.dg/builtin-object-size-8.c execution...Jakub Jelinek3-1/+359
2012-12-11re PR target/55642 (Invalid thumb code generated ("thumb conditional instruct...Kyrylo Tkachov4-0/+28
2012-12-11varasm.c (get_variable_section): Don't return lcomm_section for asan_protect_...Jakub Jelinek3-7/+8
2012-12-11re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Jakub Jelinek4-6/+43
2012-12-11sanitizer.def: Add comment about importance of ordering of BUILT_IN_ASAN_REPO...Jakub Jelinek3-0/+29
2012-12-11sanitizer.def (BUILT_IN_ASAN_HANDLE_NO_RETURN): New builtin.Jakub Jelinek3-3/+36
2012-12-11re PR other/54324 (GCC install document does not list minimum required g++ ve...Richard Biener2-3/+13
2012-12-11re PR tree-optimization/55079 (false positive -Warray-bounds (also seen at -O...Richard Biener5-11/+162
2012-12-11tree-ssa-loop-ivopts.c (prepare_decl_rtl): Generate RTL only for a DECL which...Eric Botcazou2-2/+7
2012-12-11* ChangeLog: Fix whitespace.Uros Bizjak1-51/+51
2012-12-11predicates.md ("execute_operation"): New predicate.Andreas Krebbel3-2/+54
2012-12-11* gcc-interface/Make-lang.in (RTS_DIR): Define only if Ada is enabled.Eric Botcazou2-2/+10
2012-12-11Makefile.am (xml_sources_manual): Add policy_data_structures_biblio.xml.Benjamin Kosnik8-1577/+1723
2012-12-11Daily bump.GCC Administrator1-1/+1
2012-12-11re PR fortran/52909 ([F03] Procedure pointers not private to modules)Janus Weil4-0/+38
2012-12-10Enable push/pop for latest x86 CPUsXinliang David Li2-2/+6
2012-12-10gnu-user.h (NO_SHARED_SPECS): Add space before option.Steve Ellcey2-1/+5
2012-12-10re PR target/54061 (gcc.c-torture/compile/mipscop-*.c ICEs with -g)Steve Ellcey5-7/+42
2012-12-10octeon-bbit-2.c: Restructure loops so that no code duplication is required.Richard Sandiford2-11/+15
2012-12-10Make-lang.in (cp/typeck.o): Add dependency on $(PARAMS_H).Eric Botcazou2-2/+7
2012-12-10ext-2.c: Require -mlong64.Richard Sandiford2-1/+5
2012-12-10Fix ChangeLog entry, move entry from toplevel ChangeLog to gcc/ChangeLog.Sriraman Tallam2-5/+5
2012-12-10* decl2.c (cp_write_global_declarations): Return after writing a PCH.Steven Bosscher2-1/+10
2012-12-10Record the global variables if WPA isn't enabledH.J. Lu3-5/+15
2012-12-10re PR tree-optimization/55107 (GCC in an infinite loop in PRE)Richard Biener5-53/+99
2012-12-10spu.md: Replace "operands" with "operands != NULL" in insn conditions.Andreas Krebbel2-8/+13
2012-12-10asan_test.cc: Sync from upstream.Jakub Jelinek3-3/+8
2012-12-10asan.c (asan_init_shadow_ptr_types): Move earlier in the file.Jakub Jelinek3-23/+131