aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-05-30gimple.c (gimple_types_compatible_p_1): Compare record and union type members...Richard Guenther2-3/+14
2011-05-30re PR middle-end/49210 (verify_gimple fails building ada/einfo.o at -O3)Richard Guenther6-3/+96
2011-05-30re PR c++/49223 (Internal compiler error when using OpenMP)Jakub Jelinek5-2/+61
2011-05-30re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke2-1/+12
2011-05-30re PR tree-optimization/49218 (Incorrect optimization of a 'for' loop creates...Richard Guenther4-4/+41
2011-05-30tree-ssa-forwprop.c (forward_propagate_into_comparison): New function split o...Richard Guenther2-202/+222
2011-05-30configure.ac (gcc_cv_lto_plugin): Determine lto plugin support from plugin li...Rainer Orth3-20/+78
2011-05-30re PR tree-optimization/49199 (ICE: in vect_create_epilog_for_reduction at tr...Ira Rosen5-22/+116
2011-05-30Revert wrong checkinXinliang David Li1-22/+0
2011-05-30New option to disable/enable optimization passes.Xinliang David Li7-2/+452
2011-05-30Daily bump.GCC Administrator1-1/+1
2011-05-29i386.md (*movoi_internal_avx): Use standard_sse_constant_opcode for alternati...Uros Bizjak2-38/+86
2011-05-29re PR fortran/47601 ([OOP] Internal Error: mio_component_ref(): Component not...Janus Weil5-8/+45
2011-05-29re PR rtl-optimization/48830 (unrecognized insn: storing invalid upper FP reg...Eric Botcazou2-2/+7
2011-05-29re PR rtl-optimization/49095 (Horrible code generation for trivial decrement ...Jakub Jelinek5-1/+174
2011-05-29re PR fortran/45786 (Relational operators .eq. and == are not recognized as e...Thomas Koenig4-65/+96
2011-05-29re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus4-0/+55
2011-05-29re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus6-6/+30
2011-05-29Add PR target/43700 to an earlier changelog entry.Richard Sandiford1-0/+1
2011-05-29re PR target/43995 (internal compiler error: Segmentation fault on Mips64 cro...Richard Sandiford2-16/+48
2011-05-29emit-rtl.c (try_split): Use a loop to search for NOTE_INSN_CALL_ARG_LOCATIONs.Richard Sandiford4-6/+25
2011-05-29re PR tree-optimization/49217 (Wrong optimization of code)Richard Guenther4-2/+38
2011-05-29re PR testsuite/49222 (FAIL: gcc.dg/vect/pr49038.c (test for excess errors) o...Ira Rosen2-0/+9
2011-05-29lto-streamer-out.c (hash_string_slot_node): Hash string based on its length.Jan Hubicka3-57/+87
2011-05-29lto-streamer-out.c (pack_ts_fixed_cst_value_fields, [...]): Use enum and vari...Jan Hubicka6-40/+132
2011-05-29boolean_subtype.adb: Rename to...Eric Botcazou2-1/+6
2011-05-29Daily bump.GCC Administrator1-1/+1
2011-05-28re PR c++/46124 ([C++0x] ICE: tree check: expected var_decl or function_decl,...Jason Merrill4-8/+36
2011-05-28re PR c++/47277 ([C++0x] pseudo destructor code that cause an internal compil...Jason Merrill4-3/+14
2011-05-28genrecog.c: Remove redundant forward declarations.Richard Sandiford2-77/+4
2011-05-28config.gcc: Deprecate mips*-*-openbsd*.Richard Sandiford2-0/+5
2011-05-28re PR bootstrap/49195 (Error building libgcc for powerpc64 since r174305)Richard Sandiford2-2/+8
2011-05-27mangle.c (mangle_decl_string): Make sure we don't try to mangle templates.Jason Merrill3-4/+10
2011-05-27re PR c++/47049 ([C++0x] ICE in write_unnamed_type_name with lambda use)Jason Merrill5-1/+31
2011-05-28Daily bump.GCC Administrator1-1/+1
2011-05-27Change export code to use the backend interface.Ian Lance Taylor6-32/+36
2011-05-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus7-5/+92
2011-05-27re PR other/48981 (bootstrap-lto -O3 produces miscompiled, broken gcc)Andrew Pinski4-102/+140
2011-05-27re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt17-0/+615
2011-05-27re PR c++/47132 ([C++0x] decltype can't deduce some operator return types whe...Jason Merrill4-0/+25
2011-05-27re PR c++/49176 ([c++0x] valid code rejected with "error: uninitialized const")Jason Merrill2-0/+15
2011-05-27re PR c++/47277 ([C++0x] pseudo destructor code that cause an internal compil...Jason Merrill4-1/+16
2011-05-27re PR c++/47687 ([C++0x] Crash on a lambda returning a lambda (using std::fun...Jason Merrill4-2/+23
2011-05-27re PR c++/48284 ([C++0x] incorrect printing of decltype operand in diagnostic)Jason Merrill4-1/+18
2011-05-27re PR c++/49181 ([C++0x] Error reporting routines re-entered)Jason Merrill4-4/+120
2011-05-27re PR c++/49165 (ICE on for-loop/throw combination)Jakub Jelinek4-7/+62
2011-05-27re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt2-3/+155
2011-05-27re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus10-0/+131
2011-05-27contrib.texi: Update copyright years.Alexander Monakov2-1/+10
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd18-48/+93