aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-06-17cp-tree.h (struct tree_lambda_expr): Change common to typed.Jason Merrill2-3/+6
2011-06-17pushdecl_with_scope commentJason Merrill1-1/+6
2011-06-17pt.c (tsubst_decl): Handle DECL_VALUE_EXPR on reference.Jason Merrill3-0/+16
2011-06-17semantics.c (finish_non_static_data_member): Preserve dereference in template.Jason Merrill2-2/+8
2011-06-17re PR fortran/48699 ([OOP] MOVE_ALLOC inside SELECT TYPE)Janus Weil4-0/+39
2011-06-17re PR rtl-optimization/48542 (unchanged variables in code which calls setjmp ...Hans-Peter Nilsson2-0/+62
2011-06-17re PR rtl-optimization/48542 (unchanged variables in code which calls setjmp ...Hans-Peter Nilsson3-0/+24
2011-06-17Daily bump.GCC Administrator1-1/+1
2011-06-16re PR c++/44160 ([C++0x] a mysterious error on __func__ in a lambda expression)Jason Merrill4-10/+31
2011-06-16re PR c++/45378 ([C++0x] Narrowing error not detected)Jason Merrill4-1/+18
2011-06-16re PR c++/45399 ([C++0x] Warning for \0 in raw strings)Jason Merrill2-0/+3
2011-06-16re PR c++/49229 ([C++0x][SFINAE] ICE with variadics and depending non-type de...Jason Merrill4-0/+46
2011-06-16re PR c++/49251 ([C++0x][parameter pack expanding] unused parameter warning w...Jason Merrill4-1/+31
2011-06-16re PR c++/49420 ([C++0x] compiler segfault using result_of)Jason Merrill4-1/+33
2011-06-16tree-ssa-threadupdate.c (struct redirection_data): New field intermediate_edge.Jeff Law8-38/+256
2011-06-16re PR fortran/49074 ([OOP] Defined assignment w/ CLASS arrays: Incomplete err...Janus Weil4-0/+42
2011-06-16re PR testsuite/48727 (FAIL: g++.dg/opt/devirt2.C scan-assembler-times xyzzy 2)Steve Ellcey2-1/+6
2011-06-16re PR tree-optimization/49343 (ICE on field with variable offset)Martin Jambor5-4/+46
2011-06-16darwin-protos.h (machopic_select_rtx_section): Move to inside RTX_CODE ifdef.Iain Sandoe2-2/+7
2011-06-16* gcc.dg/debug/pr49032.c: Prune mips-tfile warning.Rainer Orth2-0/+6
2011-06-16re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries3-16/+10
2011-06-16re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries2-0/+16
2011-06-16Revert r174940Ramana Radhakrishnan8-448/+42
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke51-430/+824
2011-06-16tree-vectorizer.h (vect_recog_func_ptr): Change the first argument to be a VE...Ira Rosen6-75/+275
2011-06-16re PR fortran/49417 ([OOP] ICE on invalid CLASS component declaration)Janus Weil6-6/+39
2011-06-16re PR target/49427 (v850e-elf wants 850e/v850e-common.c)Nick Clifton2-8/+13
2011-06-16libgcc.S (__ashldi3, [...]): Set shift truncation mask to 63.Georg-Johann Lay2-3/+8
2011-06-16(__parityqi2): New function.Georg-Johann Lay1-0/+1
2011-06-16re PR target/49313 (Inefficient libgcc implementations for avr)Georg-Johann Lay4-11/+484
2011-06-16gimple.c (canonicalize_cond_expr_cond): (bool)x is not the same as x != 0.Richard Guenther4-18/+12
2011-06-16re PR target/44618 (wrong code with -frename-registers)Jakub Jelinek2-0/+2
2011-06-16re PR tree-optimization/49419 (gcc -O2 miscompiles gp2c)Jakub Jelinek4-2/+55
2011-06-16SMS: Fix calculation of row_rest_countRevital Eres2-22/+60
2011-06-16SMS: Fix violation of memory dependenceRevital Eres4-2/+110
2011-06-16Daily bump.GCC Administrator1-1/+1
2011-06-15re PR rtl-optimization/49414 (gcc.dg/pr44194-1.c fails)Easwaran Raman2-0/+9
2011-06-15df-problems.c (df_lr_local_compute): Manually CSE PIC_OFFSET_TABLE_REGNUM.Jeff Law3-12/+27
2011-06-15Mark __dso_handle hidden if assembler supports it.H.J. Lu2-0/+11
2011-06-15cgraphunit.c (handle_alias_pairs): New function.Jan Hubicka3-8/+52
2011-06-15expr.c (expand_expr_real_2): Reduce all integral types to bitfield precision.Richard Guenther2-2/+8
2011-06-15re PR tree-optimization/48613 (ICE: vector VEC(ipa_node_params_t,base) index ...Martin Jambor2-2/+11
2011-06-15re PR debug/49382 (-O2 -g: DW_AT_location at the very first PC is already mod...Jakub Jelinek2-3/+47
2011-06-15re PR target/49349 (gfortran.dg/char_result_3.f90 fails with -O3)Alexander Monakov2-7/+24
2011-06-15tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.Ira Rosen6-103/+156
2011-06-14re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill8-59/+204
2011-06-14pt.c (deduction_tsubst_fntype): Don't save input_location.Jason Merrill2-4/+5
2011-06-15Daily bump.GCC Administrator1-1/+1
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers124-2839/+4299
2011-06-14re PR rtl-optimization/44194 (struct returned by value generates useless stores)Easwaran Raman5-16/+163