aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd24-40/+82
2010-12-22re PR c++/47003 (ice in stabilize_expr)Jason Merrill4-3/+23
2010-12-22parser.c (cp_parser_unary_expression): Call pedwarn for alignof with expression.Rodrigo Rivas Costa4-1/+31
2010-12-22Don't crash on array type with erroneous length expression.Ian Lance Taylor1-2/+6
2010-12-22Don't crash on variable initialization from erroneous receive.Ian Lance Taylor1-1/+1
2010-12-22Don't crash on erroneous channel send or receive.Ian Lance Taylor1-0/+6
2010-12-22Don't crash if a temporary is not defined due to errors.Ian Lance Taylor2-5/+14
2010-12-22More tweaking of recursive name types when converting to GENERIC.Ian Lance Taylor2-26/+37
2010-12-22Don't crash if array length is invalid const.Ian Lance Taylor1-2/+13
2010-12-22Fix handling of named results for functions which call recover.Ian Lance Taylor2-0/+30
2010-12-22spu.md ("mov<mode>"): Use nonimmediate_operand predicate for destination oper...Ulrich Weigand3-3/+16
2010-12-22re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -fin...Martin Jambor14-460/+108
2010-12-22* gfortran.dg/pr46755.f: Fix test case.Steven Bosscher2-5/+10
2010-12-22svr4.h: Remove.Joseph Myers29-433/+40
2010-12-22configure.ac: (picochip): Disable libiberty.Hariharan Sandanagobalane2-0/+7
2010-12-22re PR rtl-optimization/45352 (ICE: in reset_sched_cycles_in_current_ebb, at s...Andrey Belevantsev5-8/+91
2010-12-22Correct test for number of arguments to append.Ian Lance Taylor1-1/+1
2010-12-22Don't crash if a constant initializer refers to the constant.Ian Lance Taylor2-4/+5
2010-12-22Don't crash on invalid type conversion.Ian Lance Taylor1-0/+12
2010-12-22re PR debug/46724 (Wrong debug info: Invalid variable location)Alexandre Oliva6-98/+142
2010-12-22arm.c (output_move_double): Update the comment above the function to reflect ...Jie Zhang2-3/+7
2010-12-22Fix uninitialized variable when looking up '_'.Ian Lance Taylor1-3/+3
2010-12-22Don't crash receiving multiple results from void function.Ian Lance Taylor1-0/+6
2010-12-22Fix handling of functions with named results that call recover.Ian Lance Taylor1-1/+1
2010-12-22Don't crash building erroneous variable initializer.Ian Lance Taylor1-3/+10
2010-12-22Daily bump.GCC Administrator1-1/+1
2010-12-22In libobjc/: 2010-12-22 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero3-92/+112
2010-12-22In libobjc/: 2010-12-22 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero9-68/+14
2010-12-22Check for errors when building map construction.Ian Lance Taylor1-2/+10
2010-12-21Fixed changelog entry for one of my libobjc patches of a few days agoNicola Pero1-1/+1
2010-12-21Don't warn about []int of string with NUL bytes.Ian Lance Taylor1-10/+11
2010-12-21Don't permit assigning abstract string/bool to numeric variable.Ian Lance Taylor1-4/+6
2010-12-21Don't crash on calling new with an erroneous type.Ian Lance Taylor1-0/+4
2010-12-21Don't crash when returning something from a function named '_'.Ian Lance Taylor1-1/+7
2010-12-21Don't crash indexing into erroneous array.Ian Lance Taylor1-1/+5
2010-12-21value-prof.c (value_prof_hooks): Remove.Steven Bosscher5-142/+102
2010-12-21Don't crash when copying a function with no closure variable.Ian Lance Taylor1-1/+3
2010-12-21In libobjc/: 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero4-34/+56
2010-12-21Make-lang.in (check-go): Remove.Ian Lance Taylor2-1/+11
2010-12-21go-test.exp: Clear runtests around invocation of go-dg-runtest from errchk an...Ian Lance Taylor2-2/+19
2010-12-21re PR target/46880 (generating of shufpd is broken)Jakub Jelinek4-3/+42
2010-12-21Don't finalize methods for a type more than once.Ian Lance Taylor1-0/+5
2010-12-21In libobjc/: 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-31/+47
2010-12-21Correct handling of methods which call recover.Ian Lance Taylor2-10/+4
2010-12-21Don't crash when declaring methods on unknown name.Ian Lance Taylor3-2/+20
2010-12-21Layout undefined type.Ian Lance Taylor1-0/+1
2010-12-21Correct lexing of exponents.Ian Lance Taylor2-3/+25
2010-12-21Report errors for temporary statements rather than crashing.Ian Lance Taylor1-1/+12
2010-12-21* es.po, ja.po: Update.Joseph Myers3-431/+357
2010-12-21Don't crash when some object is redefined as a type.Ian Lance Taylor1-2/+2