aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2013-12-11expr.c (expand_assignment): Remove dependency on flag_strict_volatile_bitfields.Bernd Edlinger2-15/+18
2013-12-11re PR middle-end/59134 (infinite loop between store_fixed_bit_field and store...Bernd Edlinger5-7/+97
2013-12-11re PR middle-end/23623 (volatile keyword changes bitfield access size from 32...Bernd Edlinger4-15/+70
2013-12-11re PR middle-end/23623 (volatile keyword changes bitfield access size from 32...Sandra Loosemore12-78/+432
2013-12-11re PR fortran/58916 ([F03] Allocation of scalar with array source not rejected)Janus Weil4-3/+27
2013-12-11Regenerate gcc/configure and gcc/config.inChristophe Lyon2-0/+60
2013-12-11configure.ac: Add check for aarch64 assembler -mabi support.Kugan Vivekanandarajah5-2/+65
2013-12-11Add a missing tree code to a switch.Bernd Schmidt2-0/+3
2013-12-11Remove an unused global tree, last used by objc some years ago.Bernd Schmidt3-11/+6
2013-12-11re PR middle-end/59399 (ICE in expand_expr_real_1 with -m64 -fsanitize=signed...Marek Polacek2-7/+11
2013-12-11arm.opt (mlra): Enable LRA by default.Yvan Roux2-1/+5
2013-12-11re PR tree-optimization/59417 (ICE in determine_value_range, at tree-ssa-loop...Jakub Jelinek5-4/+76
2013-12-11re PR tree-optimization/59386 (ICE on valid code at -O2 and -O3 on x86_64-lin...Jakub Jelinek4-1/+38
2013-12-11revert: re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induct...Bin Cheng6-138/+28
2013-12-11Daily bump.GCC Administrator1-1/+1
2013-12-10Properly handle alternative 13 in *movsf_internalH.J. Lu2-1/+7
2013-12-10re PR rtl-optimization/58295 (Missed zero-extension elimination in the combiner)Eric Botcazou2-5/+16
2013-12-10re PR fortran/35831 ([F95] Shape mismatch check missing for dummy procedure a...Janus Weil5-3/+100
2013-12-10Make-lang.in (check_go_parallelize): Test go-test.exp r* tests separately.Ian Lance Taylor2-1/+7
2013-12-10gfortran.texi: Add possible kind values (and default) for DOUBLE PRECISION.Janus Weil3-11/+19
2013-12-10genrecog.c (validate_pattern): Treat all messages except missing modes as err...Richard Sandiford9-53/+67
2013-12-10tilegx.md (insn_ld_add<bitsuffix>): Use register_operand rather than pointer_...Richard Sandiford2-69/+102
2013-12-10Put back typedef for gcov_working_set_t/gcov_bucket_typeH.J. Lu3-5/+11
2013-12-10Remove gcc/ from filenamesH.J. Lu1-57/+57
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo57-305/+400
2013-12-10gfortran.texi: Modify documentation of kind type parameters.Janus Weil3-14/+22
2013-12-10re PR target/56807 (mingw32: Conflict between stack realignment and stack pro...Kai Tietz2-3/+12
2013-12-10tsan.exp: Added missing call to torture-finish.Yury Gribov3-0/+7
2013-12-10re PR middle-end/38474 (compile time explosion in dataflow_set_preserve_mem_l...Richard Biener4-30/+56
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek22-187/+1391
2013-12-10expr.c (expand_expr_real_1): Always return 0 for the extraction of a bit-fiel...Eric Botcazou2-0/+14
2013-12-10re PR sanitizer/59437 (ICE in for g++ -S -fvtable-verify=std -fsanitize=null)Marek Polacek4-3/+39
2013-12-10thread_leak2.c: `dg-skip-if' removed.Max Ostapenko4-1/+18
2013-12-10pr58508.c: XFAIL for vect_no_align.Eric Botcazou3-2/+7
2013-12-10Fix mips64-linux and s390x-linux builds.Maxim Kuvyrkov2-3/+11
2013-12-10re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induction vari...Bin Cheng6-6/+156
2013-12-10re PR preprocessor/55715 (bogus overflow warning for #if A-B when A<0 & B==mi...Joseph Myers2-0/+49
2013-12-09t-aarch64 (MULTILIB_OPTIONS): Fix definition so that options are conflicting ...Andrew Pinski2-1/+6
2013-12-10Daily bump.GCC Administrator1-1/+1
2013-12-10invoke.texi: Add -freal-4-real-16.Janus Weil2-34/+39
2013-12-10re PR fortran/59428 (FAIL: gfortran.dg/proc_ptr_result_4.f90 -O (test for e...Tobias Burnus2-1/+15
2013-12-09re PR c++/59435 (sizeof...(T) as default value for an argument in the constru...Paolo Carlini4-1/+27
2013-12-09* optabs.c (gen_int_libfunc): Do not compare modes directly.Eric Botcazou2-1/+6
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm33-70/+112
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm18-29/+53
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm141-366/+579
2013-12-09Eliminate last_basic_block macro.David Malcolm69-289/+451
2013-12-09Eliminate profile_status macro.David Malcolm15-34/+59
2013-12-09Eliminate label_to_block_map macro.David Malcolm4-6/+18
2013-12-09Eliminate basic_block_info macro.David Malcolm4-7/+17