Age | Commit message (Expand) | Author | Files | Lines |
2010-12-14 | h8300.md (define_split): Add condition for "and with single_zero" splitter to... | Kaushik Phatak | 3 | -6/+82 |
2010-12-14 | Don't incorrectly parse expression as type switch. | Ian Lance Taylor | 3 | -17/+28 |
2010-12-14 | * MAINTAINERS: Added myself to MAINTAINERS (write after approval) | Kaushik Phatak | 2 | -0/+5 |
2010-12-14 | Better error message if malloc gets a SIGSEGV. | Ian Lance Taylor | 1 | -0/+6 |
2010-12-14 | Release cache while holding thread lock. | Ian Lance Taylor | 1 | -5/+4 |
2010-12-14 | This time really commit PR middle-end/45388 | Jan Hubicka | 3 | -16/+34 |
2010-12-14 | m32c.h (ENDFILE_SPEC, [...]): Define. | Joseph Myers | 3 | -2/+27 |
2010-12-14 | re PR rtl-optimization/44374 (Hoist same instructions in different branches) | Bernd Schmidt | 13 | -137/+817 |
2010-12-14 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2010-12-13 | elf.h (SIZE_TYPE, [...]): Define. | Joseph Myers | 4 | -2/+26 |
2010-12-13 | gospec.c (lang_specific_driver): Add a -o option if not linking and there is ... | Ian Lance Taylor | 2 | -0/+50 |
2010-12-13 | * de.po: Update. | Joseph Myers | 2 | -35/+31 |
2010-12-13 | * de.po, sv.po: Update. | Joseph Myers | 3 | -421/+406 |
2010-12-13 | re PR c++/46873 ([C++0x] ICE: in build_data_member_initialization, at cp/sema... | Jason Merrill | 5 | -32/+85 |
2010-12-13 | foo | Jason Merrill | 1 | -3/+14 |
2010-12-13 | re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 ... | Tobias Burnus | 13 | -86/+112 |
2010-12-13 | re PR fortran/46201 ([F03] ICE on procedure pointer component call) | Janus Weil | 4 | -1/+24 |
2010-12-13 | re PR bootstrap/46650 (r167010 breaks --enable-build-with-cxx) | Jack Howarth | 2 | -0/+10 |
2010-12-13 | decl.c (gnat_to_gnu_entity): Build a stub DECL for the dummy fat pointer type... | Eric Botcazou | 3 | -8/+22 |
2010-12-13 | trans.c (can_be_lower_p): New predicate. | Eric Botcazou | 2 | -7/+36 |
2010-12-13 | Removed testcase that was failing on i386. | Ahmad Sharif | 2 | -16/+0 |
2010-12-13 | re PR lto/46879 (ICE: in separate_decls_in_region_debug_bind, at tree-parloop... | Jakub Jelinek | 2 | -2/+7 |
2010-12-13 | re PR debug/46867 (ICE: in emit_note_insn_var_location, at var-tracking.c:732... | Jakub Jelinek | 4 | -56/+44 |
2010-12-13 | re PR middle-end/45388 (Global constructor not found) | Jan Hubicka | 2 | -0/+13 |
2010-12-13 | re PR target/46040 (crtstuff.c:308:26: error: '__DTOR_LIST__' undeclared) | Nathan Froyd | 4 | -3/+15 |
2010-12-13 | re PR fortran/46841 ([F03] ICE on allocating array of procedure pointers) | Janus Weil | 4 | -1/+34 |
2010-12-13 | baseline_symbols.txt: Regenerate. | Rainer Orth | 6 | -10/+13 |
2010-12-13 | * gnat.dg/pack9.adb: XFAIL everywhere. | Eric Botcazou | 2 | -1/+6 |
2010-12-13 | v850.h (SIZE_TYPE, [...]): Define. | Joseph Myers | 3 | -3/+21 |
2010-12-13 | config.gcc (s390-*-linux*, [...]): Don't use svr4.h. | Joseph Myers | 2 | -3/+8 |
2010-12-13 | linux.h (SIZE_TYPE, [...]): Undefine. | Joseph Myers | 4 | -1/+25 |
2010-12-13 | linux.h (DBX_REGISTER_NUMBER): Undefine and redefine. | Joseph Myers | 3 | -2/+24 |
2010-12-13 | re PR fortran/46884 (Use of charlen after free) | Jakub Jelinek | 4 | -5/+35 |
2010-12-13 | encoding.c (_darwin_rs6000_special_round_type_align): New. | Iain Sandoe | 4 | -14/+52 |
2010-12-13 | re PR debug/46756 (-fcompare-debug failure (length) with ASSIGN) | Alexandre Oliva | 4 | -1/+40 |
2010-12-13 | re PR debug/46782 (-fcompare-debug failure (length) with -fvar-tracking) | Alexandre Oliva | 4 | -2/+29 |
2010-12-13 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2010-12-12 | dump-parse-tree.c (show_expr): Add space for parens. | Thomas Koenig | 2 | -1/+5 |
2010-12-12 | re PR fortran/46809 ([OOP] ICE with -fcheck=pointer for CLASS IS) | Janus Weil | 4 | -0/+33 |
2010-12-12 | varasm.c (default_function_section): Check flag_reorder_functions and targetm... | Jan Hubicka | 3 | -0/+13 |
2010-12-12 | Author: Finn Thain <fthain@telegraphics.com.au> | Finn Thain | 2 | -1/+10 |
2010-12-12 | re PR c++/46901 (Error message repeats itself) | Paolo Carlini | 2 | -5/+10 |
2010-12-12 | testsuite_abi.cc (check_version): Don't push back GLIBCXX_3.4.16, unused. | Paolo Carlini | 2 | -1/+5 |
2010-12-12 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2010-12-11 | re PR fortran/46705 (Spurious "Missing '&' in continued character constant" w... | Jerry DeLisle | 2 | -0/+13 |
2010-12-11 | re PR fortran/46705 (Spurious "Missing '&' in continued character constant" w... | Jerry DeLisle | 7 | -31/+54 |
2010-12-11 | re PR fortran/46370 ([Coarray] [OOP] ALLOCATE: Error allocating CLASS coarrays) | Tobias Burnus | 5 | -8/+80 |
2010-12-11 | re PR fortran/46842 (wrong results with MATMUL(..., TRANSPOSE (func ())) -- 4... | Jerry DeLisle | 2 | -0/+22 |
2010-12-11 | re PR fortran/46842 (wrong results with MATMUL(..., TRANSPOSE (func ())) -- 4... | Mikael Morin | 2 | -10/+20 |
2010-12-11 | In libobjc/: 2010-12-11 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 6 | -17/+1331 |