aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers30-76/+318
2010-07-27re PR tree-optimization/45083 (strange warning text from gcc)Jakub Jelinek4-1/+53
2010-07-27re PR rtl-optimization/45051 (gcc.c-torture/execute/builtins/abs-2.c and abs-...Bernd Schmidt2-1/+13
2010-07-27re PR fortran/40873 (-fwhole-file -fwhole-program: Wrong decls cause too much...Tobias Burnus8-23/+161
2010-07-27Daily bump.GCC Administrator1-1/+1
2010-07-27postreload.c (reload_combine_recognize_const_pattern): Move test for limiting...Bernd Schmidt2-5/+10
2010-07-26re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson72-544/+1214
2010-07-26lto-streamer.h (struct lto_file_decl_data): Mark resolutions with GTY((skip)).Jan Hubicka2-1/+6
2010-07-26target.def (output_source_filename): New hook.Anatoly Sokolov11-40/+85
2010-07-26pr44900.C: Use dg-require-effective-target sse_runtime.Rainer Orth3-1/+10
2010-07-26re PR tree-optimization/43784 (-Os -fkeep-inline-functions causes FAIL: gcc.c...Richard Guenther5-4/+73
2010-07-26re PR tree-optimization/45073 (gfortran.dg/assumed_charlen_function_3.f90 ICE...Richard Guenther2-3/+12
2010-07-26re PR tree-optimization/45056 (ICE: in refs_may_alias_p_1, at tree-ssa-alias....Richard Guenther4-0/+82
2010-07-26re PR tree-optimization/45071 (ICE: tree check: expected ssa_name, have integ...Richard Guenther4-5/+48
2010-07-26re PR fortran/45066 (ICE in namelist read in snapshot of 7/24/2010)Tobias Burnus5-2/+36
2010-07-26Add file forgotten in commit Rev. 162500Tobias Burnus1-0/+27
2010-07-26configure.ac: Support all v850 targets.Naveen.H.S13-1084/+2389
2010-07-26re PR tree-optimization/45052 (volatile ignored)Richard Guenther2-0/+12
2010-07-26pr45017.c: Move ...Richard Guenther2-0/+7
2010-07-26Daily bump.GCC Administrator1-1/+1
2010-07-25re PR target/44707 (operand requires impossible reload)Eric Botcazou4-49/+101
2010-07-25re PR target/44484 (revision 160260 caused sparc64 testsuite failures)Eric Botcazou3-16/+18
2010-07-25re PR fortran/40628 (Assignment using "= trim(string)": Optimize "trim" away)Thomas Koenig8-1/+509
2010-07-25re PR fortran/42852 (gfortran -Wall warns about truncated lines when only a c...Jerry DeLisle2-1/+8
2010-07-25Fix out of order log entry from 162516 commit.Jerry DeLisle1-11/+11
2010-07-25re PR fortran/44660 (ICE in resolve_equivalence())Mikael Morin4-4/+27
2010-07-25re PR fortran/42852 (gfortran -Wall warns about truncated lines when only a c...Jerry DeLisle2-0/+17
2010-07-25re PR fortran/42852 (gfortran -Wall warns about truncated lines when only a c...Jerry DeLisle2-14/+52
2010-07-25Support "//" as assembler comments.H.J. Lu2-1/+6
2010-07-25Daily bump.GCC Administrator1-1/+1
2010-07-24install.texi (Specific, [...]): Adjust to recent changes.Gerald Pfeifer2-6/+13
2010-07-24re PR lto/43788 (ICE: verify_stmts failed: statement marked for throw, but do...Richard Guenther2-0/+12
2010-07-24re PR lto/43212 ([LTO] error: control flow in the middle of basic block)Richard Guenther3-0/+22
2010-07-24re PR fortran/40011 (Problems with -fwhole-file)Tobias Burnus4-3/+21
2010-07-24re PR middle-end/45035 (FAIL: gcc.dg/guality/pr36728-2.c)Steven Bosscher2-11/+18
2010-07-24entry_13.f90: Use abs() > eps instead of "/=".Tobias Burnus5-5/+69
2010-07-24lto-streamer-out.c (write_symbol): Fix visibilities of external references.Jan Hubicka2-15/+31
2010-07-24Daily bump.GCC Administrator1-1/+1
2010-07-23Fix violations of self-assignment check in GCC source.Le-Chun Wu5-7/+18
2010-07-24re PR fortran/45045 (Named COMMON with different size: No warning with -fwhol...Tobias Burnus22-45/+84
2010-07-23utils.c (update_pointer_to): In the unconstrained array case, merge the alias...Eric Botcazou2-0/+6
2010-07-23re PR fortran/44945 (Wrong decl for module vars / FAIL: gfortran.dg/char_arra...Tobias Burnus6-8/+32
2010-07-23re PR fortran/45030 (-fwhole-file: Bogus error message with ENTRY and differe...Tobias Burnus2-15/+33
2010-07-23utils.c (gnat_types_compatible_p): Revert latest change and recurse only for ...Eric Botcazou6-2/+72
2010-07-23re PR lto/43071 (ICE: SIGSEGV with -fwhopr -fcompare-debug)Richard Guenther4-0/+24
2010-07-23Require OSXSAVE for AVX support.H.J. Lu4-3/+12
2010-07-23re PR preprocessor/41943 (include search path composition is bogus)Kai Tietz5-2/+50
2010-07-23re PR target/18788 ("-pthreads" option with "-shared" does not cause libpthre...Rainer Orth24-107/+394
2010-07-23loadpre6.c: Cleanup fre dump file.Uros Bizjak4-0/+11
2010-07-23tree.h (struct tree_base): Add nameless_flag bitfield.Jakub Jelinek7-8/+52