Age | Commit message (Expand) | Author | Files | Lines |
2008-07-21 | re PR c++/36870 (__has_nothrow_constructor violates the ODR) | Paolo Carlini | 9 | -23/+75 |
2008-07-21 | [multiple changes] | Andreas Krebbel | 4 | -8/+33 |
2008-07-21 | re PR libfortran/36857 (Non-English locale breaks gfortran float formatting (... | Jerry DeLisle | 2 | -25/+34 |
2008-07-21 | re PR middle-end/36143 (FAIL: g++.dg/tree-ssa/pr19637.C) | Hans-Peter Nilsson | 2 | -1/+5 |
2008-07-21 | re PR rtl-optimization/33642 (unrecognizable insn for -frtl-abstract-sequences) | Hans-Peter Nilsson | 3 | -4/+8 |
2008-07-21 | re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c) | Hans-Peter Nilsson | 2 | -2/+7 |
2008-07-21 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2008-07-20 | * gnathtml.pl: New file. | Arnaud Charlet | 2 | -0/+1119 |
2008-07-20 | re PR tree-optimization/36879 (undefined reference to a variable) | Andrew Pinski | 4 | -1/+79 |
2008-07-20 | cgraph.c (cgraph_add_new_function): Do early local passes. | Jan Hubicka | 9 | -25/+133 |
2008-07-20 | extend.texi (flatten attribute): Remove note about unit-at-a-time | Jan Hubicka | 6 | -55/+54 |
2008-07-20 | * gcc.dg/tree-ssa/data-dep-1.c: XFAIL. | Hans-Peter Nilsson | 2 | -1/+5 |
2008-07-20 | builtins.c (expand_builtin_int_roundingfn, [...]): Do not take subtarget argu... | Jan Hubicka | 2 | -12/+16 |
2008-07-20 | ssa-fre-7.c: XFAIL. | Daniel Berlin | 9 | -16/+27 |
2008-07-20 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2008-07-19 | re PR bootstrap/36864 (Yet another bootstrap failure on i686-apple-darwin9) | Richard Guenther | 4 | -1/+38 |
2008-07-19 | 2008-07-19 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 5 | -18/+39 |
2008-07-19 | re PR middle-end/36877 (-O0 -fopenmp -march=i386 atomics) | Jakub Jelinek | 4 | -0/+29 |
2008-07-19 | re PR fortran/36795 (crash with character allocatable array argument) | Tobias Burnus | 5 | -7/+47 |
2008-07-19 | re PR fortran/36342 (Missing file name in compilation diagnostics of preproce... | Tobias Burnus | 2 | -7/+17 |
2008-07-19 | tm.texi (MALLOC_ABI_ALIGNMENT): New macro. | Olivier Hainque | 11 | -5/+140 |
2008-07-19 | check.c (gfc_check_cshift,gfc_check_eoshift,gfc_check_unpack): Add rank check... | Tobias Burnus | 5 | -9/+118 |
2008-07-19 | gfortran.h (new): Remove macro. | Kaveh R. Ghazi | 19 | -217/+244 |
2008-07-19 | gfortran.h (operator): Remove macro. | Kaveh R. Ghazi | 16 | -177/+206 |
2008-07-19 | gfortran.h (protected): Remove macro. | Kaveh R. Ghazi | 12 | -45/+62 |
2008-07-19 | re PR target/36780 (Wrong reload generated for subreg address on SH) | Joseph Myers | 4 | -27/+20 |
2008-07-19 | dwarf2out.c (add_subscript_info): New explicit COLLAPSE_P argument... | Olivier Hainque | 2 | -35/+42 |
2008-07-19 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2008-07-18 | utf-array.C: Fix broken merge/checkin. | Kris Van Hees | 5 | -154/+14 |
2008-07-18 | 2008-07-18 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -1/+0 |
2008-07-18 | fshort-wchar.c: Use -Wl,--no-wchar-size-warning on arm*-*-*eabi. | Joseph Myers | 2 | -0/+6 |
2008-07-18 | re PR target/36786 (ICE in extract_insn, at recog.c:1990) | Uros Bizjak | 5 | -53/+130 |
2008-07-18 | re PR c++/36407 (ICE with conversion and -fpermissive) | Dodji Seketeli | 4 | -1/+34 |
2008-07-18 | c-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYPE__ and __CHAR32_TYPE__. | Kris Van Hees | 18 | -46/+502 |
2008-07-18 | vector (insert(iterator, _Tp&&), [...]): Enable only when _Tp != bool. | Paolo Carlini | 1 | -0/+7 |
2008-07-18 | vector (insert(iterator, _Tp&&), [...]): Enable only when _Tp != bool. | Paolo Carlini | 2 | -6/+12 |
2008-07-18 | libstdc++.exp (check_v3_target_c_std): Avoid unused variable warnings leading... | Paolo Carlini | 2 | -1/+6 |
2008-07-18 | arith.c (eval_type_intrinsic0): Avoid C++ keywords. | Kaveh R. Ghazi | 3 | -7/+19 |
2008-07-18 | cvt.c (convert_to_void): Avoid C++ keywords. | Kaveh R. Ghazi | 11 | -186/+206 |
2008-07-18 | objc-act.c (objc_start_class_interface, [...]): Avoid C++ keywords. | Kaveh R. Ghazi | 2 | -88/+98 |
2008-07-18 | Makefile.in: Ignore missing ../boehm-gc/threads.mk. | Matthias Klose | 2 | -1/+5 |
2008-07-18 | re PR middle-end/36859 (Caller/callee mismatch for vararg on stack) | H.J. Lu | 5 | -3/+73 |
2008-07-18 | re PR middle-end/36858 (Incorrect alignment attribute on stack parameter) | H.J. Lu | 4 | -2/+44 |
2008-07-18 | parameter_array_init_4.f90: Silence pedantic warning. | Tobias Burnus | 2 | -4/+8 |
2008-07-18 | The new file gfortran.dg/array_4.f90 was missing from the commit 137910 | Tobias Burnus | 1 | -0/+12 |
2008-07-18 | - checkin threads.mk.in. | Matthias Klose | 1 | -0/+3 |
2008-07-18 | configure.ac (AC_CONFIG_FILES): Add threads.mk. | Matthias Klose | 6 | -7/+24 |
2008-07-18 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2008-07-17 | adaint.c (__MINGW32__ section): Include ctype.h and define a fallback ISALPHA... | Olivier Hainque | 2 | -1/+15 |
2008-07-17 | utils.c (create_var_decl_1): Relax expectations on the PUBLIC_FLAG argument... | Olivier Hainque | 9 | -7/+79 |