aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska18-34/+66
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska147-558/+883
2019-03-11S/390: Fix immediate vector operands for some builtins.Andreas Krebbel4-4/+29
2019-03-11Improve JSON format: add function names for lines.Martin Liska3-4/+28
2019-03-11re PR rtl-optimization/89588 (ICE in unroll_loop_constant_iterations, at loop...Eric Botcazou4-1/+20
2019-03-11re PR tree-optimization/89649 (r269458 FAILs g++.dg/pr80481.C, scan-assembler...Richard Biener4-5/+21
2019-03-11re PR c++/87571 (ICE in friend_accessible_p, accessing protected member of te...Paolo Carlini2-0/+24
2019-03-11Fix up doubly applied patch making two copies of the test in one file.Jakub Jelinek1-30/+0
2019-03-11Daily bump.GCC Administrator1-1/+1
2019-03-10re PR target/68924 (No intrinsic for x86 `MOVQ m64, %xmm` in 32bit mode.)Uros Bizjak2-3/+33
2019-03-10re PR d/87824 (x86_64-linux multilib issues)Iain Buclaw3-6/+13
2019-03-10re PR d/89016 (ICE in ArrayLiteralExp::toStringExp, at d/dmd/expression.c:3873)Iain Buclaw4-13/+12
2019-03-10Mark gdc.dg/pr89041.d as compile testRainer Orth2-0/+5
2019-03-10Compile gcc.target/i386/indirect-thunk-extern-7.c with -fjump-tablesRainer Orth2-1/+6
2019-03-10re PR d/88958 (ICE in walk_aliased_vdefs_1, at tree-ssa-alias.c:2887)Iain Buclaw3-1/+23
2019-03-10Make SRA less strict with memcpy performing MEM_REFsMartin Jambor5-12/+66
2019-03-10re PR fortran/66089 (elemental dependency mishandling when class array are in...Thomas Koenig3-4/+10
2019-03-10re PR c++/89648 (rejects-valid error starting with r268850)Jakub Jelinek2-0/+65
2019-03-10re PR fortran/66089 (elemental dependency mishandling when class array are in...Thomas Koenig4-0/+42
2019-03-10re PR fortran/87734 (ICE in is_illegal_recursion check for character len= par...Thomas Koenig4-1/+29
2019-03-10Daily bump.GCC Administrator1-1/+1
2019-03-09re PR c++/70349 (FAIL: g++.dg/abi/abi-tag18a.C -std=gnu++98 scan-assembler ...John David Anglin2-0/+4
2019-03-09re PR middle-end/68733 (FAIL: libgomp.c/target-29.c (internal compiler error))John David Anglin2-0/+4
2019-03-09re PR testsuite/89472 (FAIL: gcc.dg/debug/dwarf2/inline5.c scan-assembler-tim...John David Anglin2-1/+6
2019-03-09re PR c++/87750 (Failed compilation / parsing of template member call after '...Paolo Carlini2-0/+45
2019-03-09ident-0b.c: Also skip on 32-bit hppa*-*-hpux*.John David Anglin5-5/+10
2019-03-09pr77285-2.C: Require tls_native support.John David Anglin2-2/+4
2019-03-09lambda1.C: Require visibility.John David Anglin2-0/+3
2019-03-09re PR inline-asm/87010 (FAIL: gcc.dg/torture/20180712-1.c -O1 (test for ex...John David Anglin2-0/+4
2019-03-09coarray_data_1.f90: Link against libatomic if target libatomic_available.John David Anglin2-0/+6
2019-03-09d: Fix ICE in get_frame_for_symbolIain Buclaw4-3/+36
2019-03-09re PR fortran/71544 (gfortran compiler optimization bug when dealing with c-s...Thomas Koenig4-2/+52
2019-03-09debug11.adb: Skip on 32-bit hppa*-*-hpux*.John David Anglin3-0/+5
2019-03-09target-supports.exp (check_effective_target_weak_undefined): Return 0 on hppa...John David Anglin2-0/+12
2019-03-09re PR fortran/84504 ([F08] procedure pointer variables cannot be initialized ...Janus Weil4-1/+36
2019-03-09ieee_9.f90: Fix typo.John David Anglin2-1/+5
2019-03-09re PR fortran/89639 (FAIL: gfortran.dg/ieee/ieee_9.f90 -O0 (test for exces...John David Anglin2-0/+6
2019-03-09re PR fortran/71203 (ICE in add_init_expr_to_sym, at fortran/decl.c:1512 and ...Thomas Koenig4-2/+28
2019-03-09re PR c/88568 ('dllimport' no longer implies 'extern' in C)Jakub Jelinek4-2/+25
2019-03-09re PR target/79645 (missing period in microblaze.opt)Jakub Jelinek14-32/+61
2019-03-09re PR rtl-optimization/89634 (gmp-ecm miscompilation on s390x with -march=zEC...Jakub Jelinek4-0/+56
2019-03-09re PR go/89447 (libgo largefile support is incomplete and inconsistent)Ian Lance Taylor1-1/+1
2019-03-09Daily bump.GCC Administrator1-1/+1
2019-03-08re PR c/85870 ([LTO1] ICE in linemap_line_start, at libcpp/line-map.c:794)Jakub Jelinek2-0/+7
2019-03-08i386.c: make "sorry" message more amenable to translation (PR target/79926)David Malcolm7-11/+28
2019-03-08re PR c++/63540 (Erroneous "'Derived' declares a move constructor or move ass...Paolo Carlini2-0/+23
2019-03-08re PR c++/22149 (func pointer non-type template parm invalid access control)Paolo Carlini2-0/+27
2019-03-08rs6000-p8swap.c (rs6000_analyze_swaps): Rebuild ud- and du-chains between pha...Bill Schmidt2-0/+12
2019-03-08re PR c++/82075 (structured binding fails with empty base class)Jakub Jelinek2-0/+19
2019-03-08Fix POLY_INT_CST/CONST_POLY_INT typo (PR 89631)Richard Sandiford2-1/+7