predicate, not whenever it is CONST_INT. Otherwise, force_reg it.
Call force_reg on high_in2 unconditionally.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
PR target/91298
* output.h (assemble_name_resolve): Declare.
* varasm.c (assemble_name_resolve): New function.
(assemble_name): Use it.
* config/i386/i386.h (ASM_OUTPUT_SYMBOL_REF): Define.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
Backported from mainline
2020-01-21 Jakub Jelinek <jakub@redhat.com>
* config/riscv/riscv.c (riscv_rtx_costs) <case ZERO_EXTRACT>: Verify
the last two operands are CONST_INT_P before using them as such.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
- 2020-01-21 Jakub Jelinek <jakub@redhat.com>
-
PR target/93073
* config/rs6000/rs6000.c (rs6000_emit_cmove): If using fsel, punt for
compare_mode other than SFmode or DFmode.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
2020-01-15 Jakub Jelinek <jakub@redhat.com>
PR target/93009
just a single alternative instead of two, make operands 1 and 2
commutative.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
2020-01-09 Jakub Jelinek <jakub@redhat.com>
PR inline-asm/93202
output_operand_lossage instead of gcc_unreachable.
* doc/md.texi (riscv f constraint): Fix typo.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
2020-01-03 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/93088
128 reg copies for regs with single definitions. Move definitions
to first uses.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
2020-01-02 Jakub Jelinek <jakub@redhat.com>
PR ipa/93087
* parser.c (cp_parser_template_name): Look up deprecated attribute
in DECL_TEMPLATE_RESULT or its type's attributes.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
2019-12-26 Jakub Jelinek <jakub@redhat.com>
PR c++/92438
is followed by RID_ATTRIBUTE, skip over the attribute tokens and
try to parse type specifier.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
2019-12-20 Jakub Jelinek <jakub@redhat.com>
PR c++/92992
* trans-openmp.c (gfc_trans_omp_target)
<case EXEC_OMP_TARGET_PARALLEL>: Call pushlevel first.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
PR fortran/93329
* openmp.c (omp_code_to_statement): Handle remaining EXEC_OMP_*
cases.
PR target/93335
* gcc.c-torture/compile/pr93335.c: New test.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
PR target/91298
* gcc.target/i386/pr91298-1.c: New test.
* gcc.target/i386/pr91298-2.c: New test.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
* gfortran.dg/gomp/target-parallel1.f90: New test.
* gfortran.dg/goacc/pr93329.f90: Enable commented out target parallel
test.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
PR fortran/93329
* gfortran.dg/goacc/pr93329.f90: New test.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
Backported from mainline
2020-01-21 Jakub Jelinek <jakub@redhat.com>
PR target/93333
* gcc.c-torture/compile/pr93333.c: New test.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
- 2020-01-21 Jakub Jelinek <jakub@redhat.com>
-
PR target/93073
* gcc.target/powerpc/pr93073.c: New test.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
2020-01-17 Jakub Jelinek <jakub@redhat.com>
PR c++/93228
* g++.dg/cpp1y/attr-deprecated-3.C: New test.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
2020-01-15 Jakub Jelinek <jakub@redhat.com>
PR target/93009
* gcc.target/i386/avx512vl-pr93009.c: New test.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
2020-01-09 Jakub Jelinek <jakub@redhat.com>
PR inline-asm/93202
* gcc.target/riscv/pr93202.c: New test.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
2020-01-03 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/93088
* gcc.target/i386/pr93088.c: New test.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
2020-01-02 Jakub Jelinek <jakub@redhat.com>
PR ipa/93087
* c-c++-common/cold-1.c: New test.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
2019-12-26 Jakub Jelinek <jakub@redhat.com>
PR c++/92438
* g++.dg/ext/attrib61.C: New test.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
2019-12-20 Jakub Jelinek <jakub@redhat.com>
PR c++/92992
* affinity-fmt.c (gomp_print_string): Likewise. Return true if
not all characters have been written.
-2020-01-22 Jakub Jelinek <jakub@redhat.com>
-
- Backported from mainline
2019-12-31 Ayush Mittal <ayush.m@samsung.com>
PR libgomp/93065