aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-02arm.c (arm_sat_operator_match): New function.Ulrich Weigand8-5/+184
2012-03-02re PR target/46716 (wrong code generated with -mno-sse2 -m64)Uros Bizjak4-48/+99
2012-03-02cstdio: Remove extraneous extern.Benjamin Kosnik3-2/+7
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor264-8719/+11083
2012-03-02re PR c++/51989 (std::deque::iterator recognised as container)Paolo Carlini7-12/+50
2012-03-02name-lookup.c (binding_to_template_parms_of_scope_p): Clean up.Paolo Carlini2-9/+10
2012-03-02re PR fortran/52325 (unclear error: Unclassifiable statement)Tobias Burnus2-1/+6
2012-03-02re PR tree-optimization/52406 (likely wrong code bug)Richard Guenther6-64/+155
2012-03-02re PR fortran/52325 (unclear error: Unclassifiable statement)Tobias Burnus7-3/+38
2012-03-02re PR fortran/52270 ([OOP] Polymorphic vars: wrong intent(in) check, passing ...Tobias Burnus6-5/+70
2012-03-02For Greta Yorsh.Greta Yorsh3-9/+31
2012-03-02crontab: Fix day-of-week.Richard Guenther2-1/+5
2012-03-02crontab: Update for 4.7 branching.Richard Guenther2-1/+6
2012-03-02BASE-VER: Set to 4.8.0.Richard Guenther2-1/+5
2012-03-02re PR fortran/52452 (INTRINSIC cannot be applied to gfortran's ETIME)Tobias Burnus4-1/+35
2012-03-02Update Solaris baselines for GCC 4.7Rainer Orth6-0/+277
2012-03-02config.gcc (obsolete): Add all ARM targets using the FPA.Richard Earnshaw3-6/+31
2012-03-02re PR libstdc++/51785 (gets not anymore declared)Benjamin Kosnik8-4/+114
2012-03-02type_traits (typelist): To __reflection_typelist.Michael Spertus2-22/+15
2012-03-02Makefile.am (CLEANFILES): Add *.gdb.Benjamin Kosnik3-5/+10
2012-03-02Daily bump.GCC Administrator1-1/+1
2012-03-01* config/epiphany/epiphany.md (movmisalign<mode>): New patterns.Joern Rennecke2-1/+23
2012-03-01extend.texi: Expand and update information on interrupt attribute for Epiphany.Jeremy Bennett2-1/+50
2012-03-01sh-protos.h: Update copyright notice dates.Oleg Endo6-5/+13
2012-03-01sh-protos.h (tertiary_reload_operand): Remove dead function.Oleg Endo3-8/+5
2012-03-01constraints.md: Fix comment typo.Oleg Endo2-1/+5
2012-03-01soft-fp: Imported from glibc upstream.Kai Tietz68-217/+162
2012-03-01re PR target/52408 (Incorrect assembler generated for zvdep_imm64)John David Anglin3-9/+20
2012-03-01Fix ChangLog about uintptr_tKai Tietz1-1/+1
2012-03-01compiler: Reliably give errors on misuse of multiple value call.Ian Lance Taylor1-13/+16
2012-03-01pr47917.c: Make test using POSIX-printf routines on mingw targets.Kai Tietz3-4/+14
2012-03-01re PR c++/51930 (Explicitly instantiated template gets hidden visibility)Jason Merrill4-12/+21
2012-03-01mksysinfo: Define MADV_ constants for madvise.Ian Lance Taylor1-0/+2
2012-03-01compiler: Fix varargs functions that call recover.Ian Lance Taylor2-1/+8
2012-03-01re PR debug/52001 (Huge compile-time regression with var-tracking)Alexandre Oliva4-10/+55
2012-03-01mn10300-modes.def: Fix copyright notice.Steven Bosscher3-17/+19
2012-03-01extend.texi (AVR Built-in Functions): Document __builtin_avr_flash_segment.Georg-Johann Lay5-1/+85
2012-03-01re PR tree-optimization/52445 (conditional store replacement causes segfault ...Jakub Jelinek4-16/+58
2012-03-01re PR other/52443 (ICE: verify_gimple failed: invalid types in nop conversion)Richard Guenther2-6/+9
2012-03-01avr-c.c (avr_cpu_cpp_builtins): Restore built-in defines for __UINT24_MAX__...Georg-Johann Lay2-3/+14
2012-03-01Document AMD bdver2 in invoke.texiVenkataramanan Kumar2-2/+11
2012-03-01compiler: Fix handling of indirection of circular types.Ian Lance Taylor1-18/+22
2012-03-01compiler: Avoid some compiler crashes on invalid code.Ian Lance Taylor4-4/+15
2012-03-01compiler: Fix unary ^ applied to typed signed integer constant.Ian Lance Taylor1-3/+22
2012-03-01Daily bump.GCC Administrator1-1/+1
2012-03-01re PR target/52437 (internal compiler error: in spill_failure, at reload1.c:2...Jakub Jelinek4-5/+34
2012-02-29compiler: Avoid various crashes on error conditions.Ian Lance Taylor2-14/+34
2012-02-29compiler: Fix handling of invalid types within invalid types.Ian Lance Taylor2-20/+7
2012-02-29* config/linux/sparc/futex.h (cpu_relax): Read from CC register.Eric Botcazou2-5/+5
2012-02-29syscall: Fill out GNU/Linux support.Ian Lance Taylor10-47/+269