aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-31re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer...Joseph Myers121-607/+216
2011-03-31re PR target/48142 (miscompilation with -Os -mpreferred-stack-boundary=5 -fst...Eric Botcazou4-10/+49
2011-03-31makefile.vms (OBJS): Add filename_cmp.objTristan Gingold2-1/+5
2011-03-31re PR lto/48246 (ICE in lto_wpa_write_files)Richard Guenther2-2/+8
2011-03-31common.opt (fdebug-types-section): Move earlier.Jakub Jelinek3-9/+14
2011-03-31rs6000.c (rs6000_handle_option): Remove unused isel var.Andreas Tobler2-1/+5
2011-03-31tree.h (CASE_CHAIN): Define.Nathan Froyd3-6/+13
2011-03-31re PR middle-end/48367 (200.sixtrack/301.apsi in SPEC CPU 2000 are miscompiled)Vladimir Makarov2-2/+8
2011-03-31Daily bump.GCC Administrator1-1/+1
2011-03-30Add PR markerJeff Law1-0/+1
2011-03-30reload1.c (reload): Fix botch in last change.Jeff Law3-2/+8
2011-03-30libgo: Use waitpid on systems which do not have wait4.Ian Lance Taylor8-20/+80
2011-03-30libgo: Support systems which do not have strerror_r.Ian Lance Taylor5-7/+61
2011-03-30libgo: Use the right files on Solaris variants.Ian Lance Taylor2-11/+23
2011-03-30Copy env.go from master Go testsuite.Ian Lance Taylor1-3/+6
2011-03-30go-test.exp (go-set-goarch): Use sparc64 for 64-bit SPARC.Rainer Orth2-1/+6
2011-03-30arm.opt (mhard-float, [...]): Mark Undocumented.Joseph Myers3-13/+10
2011-03-30re PR c++/48212 ([C++0x] ICE: in non_const_var_error, at cp/semantics.c:6700 ...Jason Merrill4-0/+20
2011-03-30re PR c++/48369 ([C++0x] ICE in potential_constant_expression_1, at cp/seman...Jason Merrill4-0/+17
2011-03-30options.texi (NegativeAlias): Document.Joseph Myers9-72/+82
2011-03-30Introduce -fno-debug-types-section flag.Mark Wielaard4-19/+65
2011-03-30re PR c++/48281 ([C++0x] internal compiler error: in record_reference, at cgr...Jason Merrill4-1/+50
2011-03-30call.c (convert_like_real): Build up the initializer_list object directly.Jason Merrill3-14/+16
2011-03-30call.c (convert_like_real): Correct TREE_CONSTANT on CONSTRUCTOR.Jason Merrill3-0/+9
2011-03-30libgo/Makefile.am: Add missing dependencies for net/net.lo.Ian Lance Taylor2-4/+6
2011-03-30re PR fortran/47516 (testsuite failure: realloc_on_assign_2.f03 (with --disab...Michael Matz2-11/+19
2011-03-30ira-color.c (ira_assign_hard_reg): Use only one variable 'mode'.Vladimir Makarov2-2/+7
2011-03-30tree-dfa.c (renumber_gimple_stmt_uids): Also number PHIs.Richard Biener3-3/+28
2011-03-30re PR bootstrap/48332 (optabs changes (PR48263 fix) broke m68k-linux bootstrap)Richard Sandiford2-20/+26
2011-03-30Update to current Go library.Ian Lance Taylor114-676/+1924
2011-03-30reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...Jeff Law18-334/+399
2011-03-30re PR target/47551 (ICE when reloading neon registers from out-of-range offsets)Richard Sandiford4-3/+42
2011-03-30re PR target/43590 (ICE in spill_failure, at reload1.c:2158)Richard Sandiford2-14/+18
2011-03-30Fixup PR references.Mike Stump1-2/+2
2011-03-30PR/driver 48208Christian Schüler4-1/+22
2011-03-30rx.md: Add peepholes and patterns to combine extending loads and simple arith...Nick Clifton5-29/+299
2011-03-30re PR c/48305 (ice at -O0: verify_gimple failed)Jakub Jelinek4-4/+31
2011-03-30cfglayout.c (insn_locators_alloc): Initialize curr_location and last_location...Eric Botcazou2-2/+7
2011-03-30Fix a typo in FLOAT_SSE_REGS.H.J. Lu2-1/+7
2011-03-30re PR bootstrap/48337 (options.c doesn't compile on SPARC)Joseph Myers3-3/+13
2011-03-29re PR c++/48265 ([C++0x] ICE: SIGSEGV (recursion in value_dependent_expressio...Jason Merrill4-2/+17
2011-03-30re PR target/48336 (Error in generation of ARM ldrd instruction)Vladimir Makarov2-3/+19
2011-03-30Daily bump.GCC Administrator1-1/+1
2011-03-29Merge up to 171704Michael Meissner3-1/+20
2011-03-29re PR bootstrap/48327 (Bootstrap comparison failure with ada since r171622)Jeff Law2-57/+22
2011-03-29lto-opts.c (register_user_option_p, [...]): Make type argument unsigned.Joseph Myers6-30/+46
2011-03-29re PR rtl-optimization/48331 (gcc.c-torture/execute/built-in-setjmp.c FAILs w...Vladimir Makarov2-1/+8
2011-03-29pr47917.c: Use -std=gnu99 on HP-UX.Steve Ellcey2-0/+5
2011-03-29Move ChangeLog entry.Jakub Jelinek2-9/+9
2011-03-29Update to current master Go testsuite.Ian Lance Taylor104-1018/+3036