aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-06-23[Darwin, PPC, testsuite] Fix builtins-1 testcase for Darwin.Iain Sandoe2-4/+9
2019-06-23[Darwin, PPC] Handle GCC target pragma.Iain Sandoe2-0/+5
2019-06-23[Darwin, PPC] Emit uppercase versions of ppc defines.Iain Sandoe2-0/+6
2019-06-23[Darwin, PPC, testsuite] Fix pr71785 testcase for Darwin.Iain Sandoe2-1/+12
2019-06-23Rename DEFAULT_ARG to DEFERRED_PARSE.Marek Polacek13-52/+100
2019-06-23Daily bump.GCC Administrator1-1/+1
2019-06-22Fix typo in ChangeLogJerry DeLisle1-1/+1
2019-06-22re PR fortran/89782 (Can do an internal READ of a character array when it is ...Jerry DeLisle4-0/+32
2019-06-22[Darwin, PPC, testsuite] Add requires for DFP to two tests.Iain Sandoe3-0/+7
2019-06-22[Darwin, PPC, testsuite] Fix darwin-bool-1.c.Iain Sandoe2-0/+7
2019-06-22* config/avr/avr.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Remove.Jeff Law2-3/+4
2019-06-22re PR c++/65707 (internal compiler error: in unify, at cp/pt.c:18577)Marek Polacek4-0/+49
2019-06-22re PR c++/66256 (noexcept evaluation done before end of class)Marek Polacek2-0/+15
2019-06-22alias-access-path-6.c: New testcase.Jan Hubicka4-9/+45
2019-06-22PR c++/86476 - noexcept-specifier is a complete-class context.Marek Polacek21-58/+722
2019-06-22PR c++/90881 - bogus -Wunused-value in unevaluated context.Marek Polacek4-1/+33
2019-06-22decl.c (grokdeclarator): Use id_loc...Paolo Carlini12-18/+54
2019-06-22Daily bump.GCC Administrator1-1/+1
2019-06-21compiler: intrinsify some math/bits functionsCherry Zhang6-9/+192
2019-06-21runtime: inline and remove eqtypeIan Lance Taylor1-1/+1
2019-06-21compiler: open code some type assertionsIan Lance Taylor6-38/+41
2019-06-21re PR c++/90909 (call devirtualized to pure virtual)Paolo Carlini2-0/+16
2019-06-21tree-vect-data-refs.c (vect_find_stmt_data_reference): Handle even zero DR_OF...Jakub Jelinek5-31/+61
2019-06-21re PR c++/90909 (call devirtualized to pure virtual)Paolo Carlini3-63/+0
2019-06-21re PR c++/90909 (call devirtualized to pure virtual)Paolo Carlini4-1/+35
2019-06-21PR c++/61490 - qualified-id in friend function definition.Marek Polacek5-3/+46
2019-06-21PR c++/60223 - ICE with T{} in non-deduced context.Marek Polacek7-7/+81
2019-06-21PR c++/64235 - missing syntax error with invalid alignas.Marek Polacek4-0/+25
2019-06-21re PR fortran/67884 (Missing error message on required allocatable attribute)Steven G. Kargl5-4/+41
2019-06-21PR c++/90490 - fix decltype issues in noexcept-specifier.Marek Polacek5-2/+37
2019-06-21PR c++/90875 - added -Wswitch-outside-range optionMatthew Beliveau4-0/+35
2019-06-21re PR tree-optimization/90930 (Excessive memory consumption)Richard Biener2-0/+7
2019-06-21PR c++/90875 - added -Wswitch-outside-range optionMatthew Beliveau6-7/+38
2019-06-21re PR fortran/51991 (Wrong error message with variables named "SAVE*")Steven G. Kargl4-2/+39
2019-06-21re PR tree-optimization/90949 (null pointer check removed)Jeff Law5-7/+64
2019-06-21Fix missing name in ChangeLogRichard Sandiford2-0/+4
2019-06-21PR c++/90953 - ICE with -Wmissing-format-attribute.Marek Polacek4-3/+44
2019-06-21Fix missing name in ChangeLogRichard Sandiford1-0/+1
2019-06-21compiler: omit write barrier for assignment to *(convert(&local))Ian Lance Taylor2-1/+21
2019-06-21compiler: open code string slice expressionsIan Lance Taylor5-22/+74
2019-06-21re PR debug/90914 (ICE in schedule_generic_params_dies_gen, at dwarf2out.c:27...Richard Biener4-2/+28
2019-06-21re PR tree-optimization/90913 (ICE in maybe_gen_insn, at optabs.c:7341 since ...Richard Biener4-2/+38
2019-06-21omp-low.c (lower_rec_simd_input_clauses): Add rvar2 argument...Jakub Jelinek27-63/+1757
2019-06-21re PR c++/90950 (OpenMP clause handling rejecting references to incomplete ty...Jakub Jelinek4-1/+27
2019-06-21tree-vect-data-refs.c (vect_find_stmt_data_reference): Handle "omp simd array...Jakub Jelinek7-3/+252
2019-06-21Daily bump.GCC Administrator1-1/+1
2019-06-20re PR c++/79781 (ICE on valid C++ code with -std=c++14 (in assemble_integer, ...Marek Polacek2-0/+14
2019-06-20re PR fortran/77632 ([F08] Pointer initialisation does not quite work with ar...Steven G. Kargl4-0/+29
2019-06-20re PR c++/68265 (Arbitrary syntactic nonsense silently accepted after 'int (*...Marek Polacek2-0/+15
2019-06-20re PR fortran/86587 (Derived-type with attributes BIND(C) and PRIVATE raises ...Steven G. Kargl4-10/+29