aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-22re PR c/18809 (ICE after a couple of errors with a simple invalid C code)Volker Reichelt1-1/+1
2005-01-21re PR tree-optimization/13000 ([unit-at-a-time] Using -O2 cannot detect missi...Ian Lance Taylor1-1/+18
2005-01-19re PR c/17297 (ICE with FP vector constructor containing qnan calculation)Jakub Jelinek1-12/+26
2005-01-18re PR c/19472 (compiler internal error: in var_ann, at tree-flow-inline.h:34)Andrew Pinski1-2/+8
2005-01-18[multiple changes]Andreas Jaeger1-1/+1
2005-01-17re PR c/5675 (const variables wrongly considered part of constant expressions...Ian Lance Taylor1-3/+0
2005-01-05c-typeck.c (constructor_no_implicit): Remove.Joseph Myers1-14/+5
2004-12-28re PR inline-asm/15740 (ICE caused by a memory operand in an asm statement)Richard Henderson1-22/+50
2004-12-21re PR c/18596 (ICE in make_decl_rtl)James A. Morrison1-1/+1
2004-12-10c-typeck.c (lookup_field): Check if a TYPE_LANG_SPECIFIC pointer field is set...Ziemowit Laski1-1/+1
2004-12-08re PR c/18867 (ICE on invalid switch quantity)Steven Bosscher1-0/+1
2004-12-05c-typeck.c (c_finish_loop): Improve initial implementations for loops whose c...Roger Sayle1-5/+12
2004-11-25re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell1-49/+0
2004-11-20c-typeck.c (build_array_ref): Don't check for index == 0.Joseph Myers1-61/+54
2004-11-15c-common.c (binary_op_error): Don't allow LROTATE_EXPR, RROTATE_EXPR or unkno...Joseph Myers1-63/+1
2004-11-11c-typeck.c (c_size_in_bytes, [...]): Make them static.Kazu Hirata1-2/+3
2004-11-07c-typeck.c (build_unary_op): Replace unreachable diagnostic for taking addres...Joseph Myers1-7/+2
2004-11-05c-typeck.c (output_init_element): Return early if value is error_mark_node.Joseph Myers1-1/+1
2004-11-04re PR tree-optimization/18184 (Tree optimizers ignore pointer modes)Ulrich Weigand1-0/+4
2004-10-31c-common.h (objc_lookup_ivar): Add second parameter to prototype.Ziemowit Laski1-16/+5
2004-10-28re PR middle-end/18160 (ICE on taking register variable address)Adam Nemet1-14/+9
2004-10-17revert: c-typeck.c (default_function_array_conversion): Always create &a[0] f...Andrew Pinski1-3/+16
2004-10-17c-typeck.c (default_function_array_conversion): Always create &a[0] for array...Andrew Pinski1-16/+3
2004-10-15c-typeck.c (build_compound_expr, [...]): Don't try to use non_lvalue to stop ...Joseph Myers1-10/+0
2004-10-12re PR c/17301 (ICE on wrong usage of __builtin_stdarg_start)Joseph Myers1-2/+9
2004-10-08c-typeck.c (enum impl_conv): Add ic_argpass_nonproto.Joseph Myers1-3/+17
2004-10-08c-typeck.c (enum impl_conv): New.Joseph Myers1-105/+163
2004-10-06c-typeck.c (convert_arguments): Take expression for called function rather th...Joseph Myers1-27/+55
2004-10-03c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers1-49/+49
2004-10-02* c-typeck.c (warn_for_assignment): Don't permit argnum == 0.Joseph Myers1-22/+3
2004-09-30c-tree.h (readonly_error): Remove.Joseph Myers1-22/+67
2004-09-30re PR c/17730 (Regression in diagnost message "invalid lvalue in unary %<&%>")Joseph Myers1-2/+4
2004-09-27re PR c/13804 (Error message enhancement Request)Joseph Myers1-2/+1
2004-09-25c-typeck.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-24re PR c/6980 (-Wbad-function-cast gives bogus warning for (double) rand())Joseph Myers1-1/+2
2004-09-22re PR c/16566 (ICE with flexible arrays)Joseph Myers1-20/+0
2004-09-21c-typeck.c (build_function_call): Give name of object we are attempting to ca...Daniel Berlin1-1/+1
2004-09-18re PR c/17424 (ICE with sizeof an undeclared variable)Joseph Myers1-3/+12
2004-09-18re PR pch/13361 (const wchar_t * strings not stored in pch)Geoffrey Keating1-13/+2
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-17/+26
2004-09-13c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers1-47/+57
2004-09-11re PR c/17396 (ICE in tree-int-cst at -O0)Richard Henderson1-0/+8
2004-09-10bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-09Fix ICE on invalid input, and eliminate confusing error message.James E Wilson1-2/+6
2004-09-09re PR c/17322 (initializer folding broken)Richard Henderson1-20/+14
2004-09-09c-tree.h (enum c_declarator_kind, [...]): New.Joseph Myers1-3/+4
2004-09-09c-tree.h (C_DECL_USED, [...]): New.Joseph Myers1-0/+98
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell1-48/+37
2004-09-01c-common.h (lookup_interface): Remove prototype.Ziemowit Laski1-1/+1
2004-08-30c-typeck.c (build_unary_op): Don't expand ADDR_EXPR of a COMPONENT_REF to poi...Richard Henderson1-32/+12