aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-17rx.c (rx_can_use_simple_return): New function.Nick Clifton4-6/+40
2012-01-17Link libstdc++ with -lpthread on IRIX 6 (PR target/47852)Rainer Orth2-0/+9
2012-01-17re PR middle-end/51782 (-ftree-sra: Missing address-space information leads t...Richard Guenther2-4/+13
2012-01-17gospec.c (lang_specific_driver): If we see -S without -o, add -o BASE.s rathe...Ian Lance Taylor2-5/+20
2012-01-17re PR fortran/51869 (Realloc on assignment wrongly assumes that MALLOC return...Tobias Burnus5-5/+71
2012-01-17libgo: Solaris and Irix compatibility patches.Ian Lance Taylor5-4/+10
2012-01-17mksysinfo: Fix Alpha GNU/Linux compatibility patch.Ian Lance Taylor1-1/+1
2012-01-17ira.c (do_reload): Make sure ira_dump_file is re-set if no reload dump is req...Andreas Krebbel2-1/+6
2012-01-17re PR other/51165 (gcc.dg/tm/memopt-3.c failure)Aldy Hernandez7-7/+20
2012-01-17re PR c++/51777 (Errors message show unsigned long template parameters as sig...Paolo Carlini2-1/+9
2012-01-17re PR tree-optimization/51877 (XEmacs miscompilation due to tail merging)Jakub Jelinek4-6/+74
2012-01-17no-section-anchors-vect-69.c: Change {!vect_align_arrays} to vect_sizes_32B_16B.Michael Zolotukhin4-5/+12
2012-01-17Disable dl_iterate_phdr on Solaris 10Rainer Orth3-2/+16
2012-01-17* gcc.dg/pr51821.c (dg-options): Add -std=c99.Uros Bizjak1-1/+2
2012-01-17Daily bump.GCC Administrator1-1/+1
2012-01-16re PR c++/51854 (ICE in mangle.c with literal of complex floating type)Jakub Jelinek4-0/+47
2012-01-16re PR c++/51827 (Error: 'FOO' conflicts with a previous declaration, with PCH...Jason Merrill5-1/+34
2012-01-16re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin5-3/+187
2012-01-16re PR fortran/51809 ([OOP] ICE (segfault) depending on USE statements order)Tobias Burnus7-7/+74
2012-01-16re PR c++/51868 (Crash when generating the move constructor for a class with ...Jason Merrill5-14/+62
2012-01-16re PR fortran/48426 ([patch] Quad precision promotion)Zydrunas Gimbutas7-67/+313
2012-01-16trans-array.c (gfc_trans_create_temp_array): In the case of a class array tem...Paul Thomas5-23/+82
2012-01-16re PR c/12245 (Uses lots of memory when compiling large initialized arrays)Jan Hubicka2-0/+11
2012-01-16re PR c++/14179 (out of memory while parsing array with many initializers)Jason Merrill2-1/+17
2012-01-16re PR bootstrap/51860 (s390 esa mode bootstrap comparison failure since trans...Jakub Jelinek2-15/+41
2012-01-16re PR tree-optimization/51865 (ICE in insert_vi_for_tree, at tree-ssa-structa...Jakub Jelinek4-4/+40
2012-01-16Daily bump.GCC Administrator1-1/+1
2012-01-15mips.c (mips16_build_call_stub): Don't use a stub for calls to locally-bindin...Richard Sandiford2-0/+13
2012-01-15ssa-dom-thread-4.c: Expect 4 threaded edges for MIPS.Richard Sandiford2-1/+8
2012-01-15mips-protos.h (SYMBOL_FORCE_TO_MEM): Delete.Richard Sandiford12-100/+283
2012-01-15re PR rtl-optimization/51821 (64bit > 32bit conversion produces incorrect res...Uros Bizjak4-4/+42
2012-01-15* gcc.dg/torture/pr8081.c: Fix char signedness assumption.Andreas Schwab2-4/+8
2012-01-15Daily bump.GCC Administrator1-1/+1
2012-01-14* g++.dg/cpp0x/constexpr-rom.C: Add -G0 where applicable.Andreas Schwab2-2/+7
2012-01-14Makefile.in (OSCONS_EXTRACT): Add $(GNATLIBCFLAGS).Andreas Schwab2-2/+7
2012-01-14re PR other/50925 ([avr] ICE at spill_failure, at reload1.c:2118)Denis Chertykov4-98/+114
2012-01-14* include/bits/stl_iterator.h (reverse_iterator): Doxygen comments.Jonathan Wakely2-26/+37
2012-01-14re PR fortran/51800 (Error: Automatic array 'dummy' at (1) cannot have an ini...Tobias Burnus5-3/+70
2012-01-14re PR fortran/51816 (Wrong error when use..., only : operator() twice)Tobias Burnus5-1/+105
2012-01-14re PR c++/50012 (C++ front end misses -Wsign-compare warnings when extraneous...Ian Lance Taylor7-41/+72
2012-01-14Daily bump.GCC Administrator1-1/+1
2012-01-13libitm: Truncate undo log after rolling back.Torvald Riegel3-0/+8
2012-01-13libitm: Filter out undo writes that overlap with the libitm stack.Torvald Riegel7-6/+84
2012-01-13libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux.Ian Lance Taylor4-10/+43
2012-01-13mksysinfo: Pick up TIOCGWINSZ even if expression is too complex.Ian Lance Taylor1-0/+16
2012-01-13mksysinfo: Make sure EPOLL_CLOEXEC is defined.Ian Lance Taylor1-1/+4
2012-01-13Update copyright year.Ian Lance Taylor1-1/+1
2012-01-13ipa-cp.c (ipa_get_indirect_edge_target): Add typecasts when comparing param_i...Ian Lance Taylor2-2/+8
2012-01-13c-decl.c: Do not include tree-mudflap.hSteven Bosscher7-6/+13
2012-01-13hashtable_policy.h (_Hash_node_base): New, use it as base class of ...François Dumont3-323/+230