aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2008-07-18arith.c (eval_type_intrinsic0): Avoid C++ keywords.Kaveh R. Ghazi3-7/+19
2008-07-18cvt.c (convert_to_void): Avoid C++ keywords.Kaveh R. Ghazi11-186/+206
2008-07-18objc-act.c (objc_start_class_interface, [...]): Avoid C++ keywords.Kaveh R. Ghazi2-88/+98
2008-07-18re PR middle-end/36859 (Caller/callee mismatch for vararg on stack)H.J. Lu5-3/+73
2008-07-18re PR middle-end/36858 (Incorrect alignment attribute on stack parameter)H.J. Lu4-2/+44
2008-07-18parameter_array_init_4.f90: Silence pedantic warning.Tobias Burnus2-4/+8
2008-07-18The new file gfortran.dg/array_4.f90 was missing from the commit 137910Tobias Burnus1-0/+12
2008-07-18Daily bump.GCC Administrator1-1/+1
2008-07-17adaint.c (__MINGW32__ section): Include ctype.h and define a fallback ISALPHA...Olivier Hainque2-1/+15
2008-07-17utils.c (create_var_decl_1): Relax expectations on the PUBLIC_FLAG argument...Olivier Hainque9-7/+79
2008-07-17decl2.c (determine_visibility): Allow target to override visibility of class ...Julian Brown7-2/+54
2008-07-17ipa-cp.c (ipcp_print_all_lattices): New variable info...Martin Jambor4-11/+80
2008-07-17re PR target/25343 ([m68k] testsuite failures)Roman Zippel2-0/+7
2008-07-17re PR c++/36855 (__has_trivial_destructor() returns false for reference types.)Paolo Carlini5-5/+20
2008-07-17re PR middle-end/36753 (Forward propagation interacts badly with global regis...Paolo Bonzini4-2/+49
2008-07-17re PR fortran/36825 ([F08] Rank > 7 arrays [will break library ABI] libgfor...Tobias Burnus5-2/+21
2008-07-16re PR testsuite/36443 (HOSTCC doesn't work with installed gcc)H.J. Lu2-0/+18
2008-07-17Daily bump.GCC Administrator1-1/+1
2008-07-17re PR c++/13699 (Extern "C" routine in different namespaces accepted with dif...Dodji Seketeli4-0/+100
2008-07-16cgraph.h (varpool_empty_needed_queue): Declare.Jan Hubicka4-7/+48
2008-07-16recog.c (peephole2_optimize): Fix formatting.Kaveh R. Ghazi2-2/+7
2008-07-16c-pch.c (get_ident): Avoid C++ keywords.Kaveh R. Ghazi9-92/+108
2008-07-16recog.c (validate_change_1, [...]): Avoid C++ keywords.Kaveh R. Ghazi9-194/+214
2008-07-16cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi14-273/+297
2008-07-16rs6000.c (processor_target_table): Remove duplicate MASK_POWERPC64 for power4...David Edelsohn2-1/+6
2008-07-16collect2.c (scan_prog_file, [...]): Use CONST_CAST instead of bare conversion...Olivier Hainque2-2/+7
2008-07-16xtensa.h (FUNCTION_OUTGOING_VALUE, [...]): Remove.Anatoly Sokolov3-16/+21
2008-07-16rs6000.c (processor_target_table): Add MASK_PPC_GPOPT for power4, power5, pow...David Edelsohn2-7/+13
2008-07-16re PR target/36827 (newlib:libm/math/k_rem_pio2.c fails in reload)Joseph Myers2-2/+20
2008-07-16c-decl.c (merge_decls): Keep DECL_SOURCE_LOCATION and DECL_IN_SYSTEM_HEADER i...Rafael Avila de Espindola2-12/+26
2008-07-16Daily bump.GCC Administrator1-1/+1
2008-07-15tree-ssa-sccvn.c (expressions_equal_p): Check type equality.Daniel Berlin4-26/+67
2008-07-15re PR target/36782 (SH: spill failure in class 'R0_REGS' with -fpic)Kaz Kojima2-3/+5
2008-07-15libgcc-xtensa.ver: New file.Bob Wilson3-0/+10
2008-07-15df-problems.c (df_set_note): Avoid C++ keywords.Kaveh R. Ghazi11-190/+210
2008-07-15bt-load.c (add_btr_def, [...]): Avoid C++ keywords.Kaveh R. Ghazi5-232/+244
2008-07-15re PR middle-end/36369 (may_alias broken with previous uses of non attributed...Richard Guenther6-10/+87
2008-07-15re PR target/36780 (Wrong reload generated for subreg address on SH)Kaz Kojima2-0/+19
2008-07-15re PR target/31568 (ICE with invalid %y operand (inline-asm))Andrew Pinski4-3/+29
2008-07-15* lang.c (java_init_options): Enable unit-at-a-time by default.Jan Hubicka2-4/+4
2008-07-15builtins.c (std_canonical_va_list): Treat structure based va_list types.Kai Tietz2-2/+9
2008-07-15re PR objc++/36723 (massive obj-c++ failures at rev.137407)Jason Merrill4-4/+13
2008-07-15* emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment.Ben Elliston2-1/+5
2008-07-15Daily bump.GCC Administrator1-1/+1
2008-07-14objc-act.c (synth_module_prologue): Use TREE_NO_WARNING instead of DECL_IN_SY...Rafael Avila de Espindola4-3/+16
2008-07-14i386.md (sse5 cmov pattern): Update call of ix86_sse5_valid_op_pJan Hubicka5-76/+89
2008-07-14config.gcc (arm*-*-eabi*): Include arm/eabi.h and use additional option file ...Doug Kwan7-5/+185
2008-07-14case_optimization1.ad[sb]: New test.Eric Botcazou4-0/+465
2008-07-14re PR ada/15479 (Ada manual problems)Ralf Wildenhues2-134/+152
2008-07-14check_makefile_deps.sh: New file.Ralf Wildenhues6-202/+267