summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* compound-literal-1.c: Fix for llp64.Kai Tietz2010-06-076-6/+22
* tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation.Ira Rosen2010-06-0715-237/+221
* re PR target/44319 (-fzee is mishandled)Sriraman Tallam2010-06-072-4/+17
* Daily bump.GCC Administrator2010-06-071-1/+1
* Makefile.am, [...] (xml_sources_extra): Add fdl-1.3.xml.Jonathan Wakely2010-06-0750-384/+1005
* pointer.h (_Pointer_adapter::operator++): Remove name of unused parameter.Jonathan Wakely2010-06-062-2/+7
* Revert accidental commit.Jan Hubicka2010-06-061-7/+1
* df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka2010-06-067-141/+181
* re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli2010-06-0612-78/+217
* re PR c/20000 (missing warning for noreturn function returning non-void)Manuel López-Ibáñez2010-06-064-6/+42
* Improve latest entryEric Botcazou2010-06-061-1/+2
* stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the newly buil...Eric Botcazou2010-06-063-1/+11
* Fix ChangeLog typoSegher Boessenkool2010-06-061-1/+1
* re PR libstdc++/40296 ([C++0x] std::exception_ptr comparisons)Jonathan Wakely2010-06-065-11/+131
* re PR bootstrap/44427 (genautomata uses more than 1.5GB of RAM on powerpc64-l...Segher Boessenkool2010-06-062-4/+14
* Fix PR c++/44086Fabien Chêne2010-06-065-8/+37
* Fix long linesEric Botcazou2010-06-061-5/+6
* re PR fortran/43945 ([OOP] Derived type with GENERIC: resolved to the wrong s...Paul Thomas2010-06-064-42/+141
* Daily bump.GCC Administrator2010-06-061-1/+1
* c-common.c: Move to c-family/.Steven Bosscher2010-06-0583-206/+372
* tree-ssa-dce.c (mark_last_stmt_necessary): New function.Eric Botcazou2010-06-052-32/+44
* shared_ptr_base.h (_Sp_counted_ptr::_M_dispose): Make nullptr_t specializatio...Jonathan Wakely2010-06-052-3/+8
* tree-into-ssa.c (insert_phi_nodes): Use bitmap heads for dominance frontiers.Jan Hubicka2010-06-055-22/+35
* re PR fortran/43895 ([OOP] internal compiler error: verify_ssa failed)Paul Thomas2010-06-054-6/+59
* status_cxx200x.xml: Update.Jonathan Wakely2010-06-052-4/+28
* [multiple changes]Jonathan Wakely2010-06-0511-33/+316
* target.h (struct gcc_target): Add memory_move_cost field.Anatoly Sokolov2010-06-0515-33/+104
* ipa-pure-const.c (propagate): Fix type in handling functions that can not ret...Jan Hubicka2010-06-052-4/+20
* gcc.c (cc1_options, [...]): Use find-plugindir spec function to add the -iplu...Matthias Klose2010-06-052-4/+29
* re PR c++/44361 (-Wunused-but-set-variable vs. explicit void cast)Jakub Jelinek2010-06-051-0/+80
* re PR c++/44361 (-Wunused-but-set-variable vs. explicit void cast)Jakub Jelinek2010-06-054-0/+14
* Fix ChangeLog typo.Joseph Myers2010-06-051-1/+1
* df-problems.c (seen_in_block, [...]): Convert to bitmap_head.Jan Hubicka2010-06-053-163/+181
* * g++.dg/cpp0x/noexcept06.C: Call set_unexpected.Jason Merrill2010-06-052-0/+5
* * testsuite/util/testsuite_abi.h: Work around glibc BZ 9694.Jason Merrill2010-06-052-0/+6
* re PR c/44322 (Bogus warning when assigning pointer-to-array with both "const...Joseph Myers2010-06-055-11/+46
* Add myself to MAINTAINERS in the right placeFabien Chêne2010-06-052-1/+5
* Fix formatting nitsEric Botcazou2010-06-051-117/+117
* cvt.c (cp_convert_to_pointer): Use null_ptr_cst_p.Magnus Fromreide2010-06-0525-4/+132
* typeck2.c (merge_exception_specifiers): Adjust merging of throw() and noexcep...Jason Merrill2010-06-055-7/+64
* genautomata.c (get_excl_set): Do work per element, not per char.Segher Boessenkool2010-06-052-28/+28
* genautomata.c (curr_state_pass_num): Delete.Segher Boessenkool2010-06-052-82/+84
* Update df_lr_bb_local_compute for embedded bitmaps.H.J. Lu2010-06-042-2/+9
* Daily bump.GCC Administrator2010-06-051-1/+1
* pt.c (value_dependent_expression_p): Avoid using an uninitialized variable.Jason Merrill2010-06-042-1/+9
* cxx-pretty-print.c (pp_cxx_unary_expression): Handle NOEXCEPT_EXPR.Jason Merrill2010-06-042-0/+13
* Implement noexcept-specification (15.4)Jason Merrill2010-06-0419-54/+435
* Implement noexcept operator (5.3.7)Jason Merrill2010-06-0411-1/+220
* call.c (build_conditional_expr): Never fold in unevaluated context.Jason Merrill2010-06-046-23/+23
* darwin-driver.c (darwin_default_min_version): UseJoseph Myers2010-06-0410-58/+86