aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/expr.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-2/+2
2015-09-03re PR c/66516 (missing diagnostic on taking the address of a builtin function)Martin Sebor1-6/+12
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-08-22re PR c++/62129 (internal compiler error: in output_constant, at varasm.c:4755)Jason Merrill1-0/+8
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-03-20re PR c++/54532 ([C++0x][constexpr] internal error when initializing static c...Jason Merrill1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-11re PR c++/55643 ([C++11] incorrect "warning: variable ‘myVar’ set but no...Jakub Jelinek1-0/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-1/+0
2010-06-07re PR c++/44444 (-Wunused-but-set-variable problem with field references)Jakub Jelinek1-1/+2
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-2/+0
2010-05-06C++ support for -Wunused-but-set-variableJakub Jelinek1-0/+68
2007-10-26expr.c (cxx_expand_expr): Removed.Ollie Wild1-43/+0
2007-10-08varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild1-2/+1
2007-09-29RevertOllie Wild1-1/+2
2007-09-28varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild1-2/+1
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+4
2005-12-07* expr.c (cxx_expand_expr): Call gcc_unreachable instead of abort.Volker Reichelt1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-2/+2
2004-05-28re PR c++/15471 (Incorrect member pointer offsets in anonymous structs/unions)Mark Mitchell1-2/+15
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-15/+3
2004-01-21Make-lang.in, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-09expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell1-2/+3
2003-12-19cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata1-2/+2
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-5/+2
2003-03-12re PR c++/7050 (g++ segfaults on: (i ? get_string() : throw))Andrew Lewycky1-1/+1
2003-03-10expr.c (cplus_expand_constant): Use C90 prototype style.Gabriel Dos Reis1-7/+2
2003-01-02except.c, [...]: Fix Copyright years.Steven Bosscher1-1/+1
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-0/+4
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-09-30store-layout.c (finish_record_layout): Add free_p parameter.Mark Mitchell1-8/+0
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-1/+1
2002-03-27c-common.c (c_expand_expr): Fix prototype.Neil Booth1-12/+3
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-2/+2
2001-11-27Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner1-1/+0
2001-07-25re PR c++/3543 (gcc-3.0 Internal error #56 in resolve_offset_ref, at cp/init....Nathan Sidwell1-3/+4
2001-05-12Reverted Geoff Keating's 2001-05-03's patch.Alexandre Oliva1-3/+2
2001-05-04cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.Geoffrey Keating1-2/+3
2001-04-13cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.Mark Mitchell1-2/+3
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-5/+9
2001-02-12Remove old ABI support.Mark Mitchell1-13/+1
2001-01-07* expr.c (cplus_expand_expr): Don't reset `target'.Kaveh R. Ghazi1-5/+1