[Bug target/54589] struct offset add should be folded into address calculation

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54589 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/88289] [9 regression] r266664 causes asan to fail on many/most tests on BE

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88289 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Sat Dec 1 07:31:56 2018 New Revision: 266708 URL: https://gcc.gnu.org/viewcvs?rev=266708=gcc=rev Log: PR sanitizer/88289 * asan.c

[Bug target/54589] struct offset add should be folded into address calculation

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54589 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Sat Dec 1 07:27:58 2018 New Revision: 266707 URL: https://gcc.gnu.org/viewcvs?rev=266707=gcc=rev Log: PR target/54589 * combine.c (find_split_point): For invalid memory

[Bug demangler/87675] Stack Overflow in function next_is_type_qual() in cp-demangle.c, as demonstrated by "nm -C"

2018-11-30 Thread N1705695H at e dot ntu.edu.sg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87675 --- Comment #4 from N1705695H at e dot ntu.edu.sg --- (In reply to Scott Gayou from comment #3) > My last comment was a bit confusing. I can reproduce 2/3 on a standard > system, and the other 1/3 requires dropping ulimit -s down a bit. (to

[Bug c/59039] Undocumented __builtin_longjmp/__builtin_setjmp

2018-11-30 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59039 --- Comment #32 from sandra at gcc dot gnu.org --- New patch posted for review here: https://gcc.gnu.org/ml/gcc-patches/2018-12/msg4.html

spare parts & equipment for steel mill

2018-11-30 Thread fullmart
Dear Sir/Madam, Glad to hear that you’re in loop of metallurgy business. We specialize in this field for years with strength of roll providing, hot-rolled steel section and cold rolling service of technical upgrading of metallurgical factory all over the world. As a excellent service

[Bug fortran/88048] [8/9 Regression] ICE in check_data_variable, at fortran/resolve.c:15491

2018-11-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88048 --- Comment #4 from kargl at gcc dot gnu.org --- (In reply to G. Steinmetz from comment #1) > Invalid code nearby, down to at least gcc-5 : > > > $ cat z4.f90 > subroutine s(x) >integer, allocatable :: x(:) >data x(1:2) /3, 4/ > end

[Bug fortran/88048] [8/9 Regression] ICE in check_data_variable, at fortran/resolve.c:15491

2018-11-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88048 --- Comment #3 from kargl at gcc dot gnu.org --- (In reply to G. Steinmetz from comment #0) > With invalid code : > > > $ cat z1.f90 > program p >integer, parameter :: a(2) = 1 >data a(2) /a(1)/ >print *, a > end > > > $

[Bug fortran/88079] warn about procedure arguments without INTENT

2018-11-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88079 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P5 Severity|normal

[Bug fortran/88080] Add warning if IMPLICIT NONE is missing

2018-11-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88080 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P5 Severity|normal

[Bug fortran/88139] ICE in get_c_type_name, at fortran/dump-parse-tree.c:3047

2018-11-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88139 --- Comment #2 from kargl at gcc dot gnu.org --- Index: gcc/fortran/dump-parse-tree.c === --- gcc/fortran/dump-parse-tree.c (revision 266386) +++ gcc/fortran/dump-parse-tree.c

[Bug fortran/88205] ICE in gfc_wide_strncasecmp, at fortran/scanner.c:249

2018-11-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88205 --- Comment #2 from kargl at gcc dot gnu.org --- Index: gcc/fortran/io.c === --- gcc/fortran/io.c(revision 266386) +++ gcc/fortran/io.c(working copy) @@ -2161,6 +2161,12 @@

[Bug fortran/88206] [7/8/9 Regression] ICE in gfc_match_type_spec, at fortran/match.c:2229

2018-11-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88206 --- Comment #3 from kargl at gcc dot gnu.org --- (In reply to G. Steinmetz from comment #0) > Affects versions 7,8,9 : > > > $ cat z1.f90 > program p >integer, parameter :: z(4) = [1,2,3,4] >integer :: k = 2 >print *, [real(z(k))] >

[Bug fortran/88228] ICE in check_null, at fortran/expr.c:2691

2018-11-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88228 --- Comment #2 from kargl at gcc dot gnu.org --- Index: gcc/fortran/expr.c === --- gcc/fortran/expr.c (revision 266386) +++ gcc/fortran/expr.c (working copy) @@ -2688,6 +2688,9 @@

[Bug testsuite/85368] [8 regression] phi-opt-11 test fails on IBM Z

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85368 Jakub Jelinek changed: What|Removed |Added Summary|[8/9 regression] phi-opt-11 |[8 regression] phi-opt-11

[Bug tree-optimization/88274] ICE in check, at tree-vrp.c:188

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88274 --- Comment #13 from Jakub Jelinek --- Author: jakub Date: Fri Nov 30 23:27:23 2018 New Revision: 266701 URL: https://gcc.gnu.org/viewcvs?rev=266701=gcc=rev Log: PR tree-optimization/88274 * tree-ssa-reassoc.c

[Bug testsuite/85368] [8/9 regression] phi-opt-11 test fails on IBM Z

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85368 --- Comment #14 from Jakub Jelinek --- Author: jakub Date: Fri Nov 30 23:26:41 2018 New Revision: 266700 URL: https://gcc.gnu.org/viewcvs?rev=266700=gcc=rev Log: PR testsuite/85368 * params.def

[Bug fortran/88249] ICE in gfc_resolve_filepos, at fortran/io.c:2853

2018-11-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88249 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2018-11-30 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 79768, which changed state. Bug 79768 Summary: `-Wmaybe-uninitialized' false positive with optimisation https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79768 What|Removed |Added

[Bug middle-end/79768] `-Wmaybe-uninitialized' false positive with optimisation

2018-11-30 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79768 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/88179] [9 regression][MIPS] pr84941.c ICE in lra_eliminate_reg_if_possible at lra-eliminations.c:1393 start with r266385

2018-11-30 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88179 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/64242] Longjmp expansion incorrect

2018-11-30 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug middle-end/64242] Longjmp expansion incorrect

2018-11-30 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242 --- Comment #5 from Jeffrey A. Law --- Author: law Date: Fri Nov 30 23:06:51 2018 New Revision: 266697 URL: https://gcc.gnu.org/viewcvs?rev=266697=gcc=rev Log: PR middle-end/64242 * builtins.c (expand_builtin_longjmp): Use a

[Bug sanitizer/88289] [9 regression] r266664 causes asan to fail on many/most tests on BE

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88289 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug sanitizer/88289] [9 regression] r266664 causes asan to fail on many/most tests on BE

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88289 --- Comment #1 from Jakub Jelinek --- E.g. on x86_64 in user-after-scope-5.c I see: .string "1 48 40 9 values:10" Partition 0: size 40 align 16 values Flushing rzbuffer at offset -128 with: f1 f1 f1 f1 Flushing rzbuffer at offset -96

[Bug fortran/88249] ICE in gfc_resolve_filepos, at fortran/io.c:2853

2018-11-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88249 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug testsuite/88290] New: [9 regression] 23_containers/deque/erasure.cc fails after r266672

2018-11-30 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88290 Bug ID: 88290 Summary: [9 regression] 23_containers/deque/erasure.cc fails after r266672 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug driver/88262] gcc uses crt1.o in place of Scrt1.o when the main function is in a PIC shared lib

2018-11-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88262 --- Comment #10 from Andrew Pinski --- This could also be a gold linker issue too. But then again this is not the right place to report a gold or glibc issue. Try https://sourceware.org/bugzilla/ instead.

[Bug driver/88262] gcc uses crt1.o in place of Scrt1.o when the main function is in a PIC shared lib

2018-11-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88262 Andrew Pinski changed: What|Removed |Added Target||aarch64-*-linux-gnu CC|

[Bug fortran/88269] ICE in gfc_format_decoder, at fortran/error.c:947

2018-11-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88269 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug driver/88262] gcc uses crt1.o in place of Scrt1.o when the main function is in a PIC shared lib

2018-11-30 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88262 --- Comment #8 from joseph at codesourcery dot com --- On Fri, 30 Nov 2018, stephen.kim at oracle dot com wrote: > The glibc commit that triggered this bug is: > bfff8b1becd7d01c074177df7196ab327cd8c844 That's the copyright date updates for

[Bug libgomp/88288] [OpenACC, libgomp] Adjust offsets for present data clauses

2018-11-30 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88288 Thomas Schwinge changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libgomp/88288] [OpenACC, libgomp] Adjust offsets for present data clauses

2018-11-30 Thread cesar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88288 --- Comment #2 from cesar at gcc dot gnu.org --- Why not update goacc_parallel_keyed to use gomp_map_val instead computing devaddrs manually? That would help reduce the number of duplicate mystery formulas in libgomp.

[Bug debug/85550] [7/8/9 Regression] -fdebug-types-section broken with DW_OP_addr in DW_AT_location

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85550 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debug/87462] [7/8 Regression] undefined reference error occurs when -g, -fdebug-types-section and -O2 are used at the same time

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87462 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug debug/85550] [7/8/9 Regression] -fdebug-types-section broken with DW_OP_addr in DW_AT_location

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85550 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Fri Nov 30 20:55:41 2018 New Revision: 266689 URL: https://gcc.gnu.org/viewcvs?rev=266689=gcc=rev Log: PR debug/85550 * g++.dg/debug/dwarf2/pr85550.C: New test. Added:

[Bug c/87924] OpenACC wait clauses without async-arguments

2018-11-30 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87924 --- Comment #1 from Thomas Schwinge --- Author: tschwinge Date: Fri Nov 30 20:39:30 2018 New Revision: 266686 URL: https://gcc.gnu.org/viewcvs?rev=266686=gcc=rev Log: [PR87924] Add (XFAILed) test cases for OpenACC wait clauses without

[Bug libgomp/88288] [OpenACC, libgomp] Adjust offsets for present data clauses

2018-11-30 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88288 --- Comment #1 from Thomas Schwinge --- Author: tschwinge Date: Fri Nov 30 20:39:49 2018 New Revision: 266688 URL: https://gcc.gnu.org/viewcvs?rev=266688=gcc=rev Log: [PR88288, OpenACC, libgomp] Adjust offsets for present data clauses Make

[Bug sanitizer/88289] New: [9 regression] r266664 causes asan to fail on many/most tests on BE

2018-11-30 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88289 Bug ID: 88289 Summary: [9 regression] r24 causes asan to fail on many/most tests on BE Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/88179] [9 regression][MIPS] pr84941.c ICE in lra_eliminate_reg_if_possible at lra-eliminations.c:1393 start with r266385

2018-11-30 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88179 --- Comment #2 from Vladimir Makarov --- Author: vmakarov Date: Fri Nov 30 20:15:56 2018 New Revision: 266682 URL: https://gcc.gnu.org/viewcvs?rev=266682=gcc=rev Log: 2018-11-30 Vladimir Makarov PR rtl-optimization/88179 *

[Bug target/85220] [meta-bug, nvptx] Run trunk with og7 openacc testcases and analyze execution failures

2018-11-30 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85220 Thomas Schwinge changed: What|Removed |Added Keywords||openacc --- Comment #5 from Thomas

[Bug sanitizer/88277] ASAN stack poisoning is using unaligned stores on e.g. x86_64

2018-11-30 Thread andi-gcc at firstfloor dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88277 Andi Kleen changed: What|Removed |Added CC||andi-gcc at firstfloor dot org --- Comment

[Bug libgomp/88288] New: [OpenACC, libgomp] Adjust offsets for present data clauses

2018-11-30 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88288 Bug ID: 88288 Summary: [OpenACC, libgomp] Adjust offsets for present data clauses Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: openacc, patch

[Bug target/88287] [9 Regression] aarch64/sve/vcond_1.C fails since r266620

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88287 --- Comment #2 from Jakub Jelinek --- BTW, it is unclear to me how to reproduce it, I've tried ./cc1plus -quiet -O -msve-vector-bits=256 vcond_1.C -o vcond_1.s -nostdinc -march=armv8.4-a+simd with the match.pd changes reverted and the same

[Bug target/88287] [9 Regression] aarch64/sve/vcond_1.C fails since r266620

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88287 --- Comment #1 from Jakub Jelinek --- FAILs just because it has too much scan-assembler in it and expects something in particular, or do we generate worse code? The patch certainly added some canonicalization that was previously done only for

[Bug target/88287] New: [9 Regression] aarch64/sve/vcond_1.C fails since r266620

2018-11-30 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88287 Bug ID: 88287 Summary: [9 Regression] aarch64/sve/vcond_1.C fails since r266620 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/88285] [9 Regression] gcc.dg/predict-22.c fails on arm

2018-11-30 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88285 --- Comment #1 from Christophe Lyon --- However, this same commit also introduced a regression: FAIL: gcc.c-torture/execute/20040709-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test with gcc configured --target

[Bug target/88282] ICE in df_install_refs at gcc/df-scan.c:2379

2018-11-30 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88282 --- Comment #4 from Vladimir Makarov --- (In reply to Tamar Christina from comment #3) > This is caused by the change in r266385 for PR87718. > > That causes the cost model to go completely off the rail and also changes > the register classes.

[Bug target/87496] ICE in aggregate_value_p at gcc/function.c:2046

2018-11-30 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87496 --- Comment #8 from Peter Bergner --- Author: bergner Date: Fri Nov 30 18:57:33 2018 New Revision: 266680 URL: https://gcc.gnu.org/viewcvs?rev=266680=gcc=rev Log: gcc/testsuite/ PR target/87496 * gcc.target/powerpc/pr86324-1.c:

[Bug fortran/88286] gfortran reports conflicting intent(in) with an intent(in) declared class variable

2018-11-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88286 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4

[Bug rtl-optimization/87246] [7/8/9 Regression] ICE in decompose_normal_address, at rtlanal.c:6379

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87246 --- Comment #5 from Jakub Jelinek --- And that hook indeed returns the need for secondary reload there, so looks like LRA bug for not honoring it?

[Bug fortran/88286] New: gfortran reports conflicting intent(in) with an intent(in) declared class variable

2018-11-30 Thread aluaces at udc dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88286 Bug ID: 88286 Summary: gfortran reports conflicting intent(in) with an intent(in) declared class variable Product: gcc Version: 8.2.0 Status: UNCONFIRMED

[Bug testsuite/85368] [8/9 regression] phi-opt-11 test fails on IBM Z

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85368 Jakub Jelinek changed: What|Removed |Added Attachment #45129|0 |1 is obsolete|

[Bug fortran/88137] BACKTRACE seems to have a memory leak

2018-11-30 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88137 --- Comment #5 from Janne Blomqvist --- Author: jb Date: Fri Nov 30 16:46:55 2018 New Revision: 266678 URL: https://gcc.gnu.org/viewcvs?rev=266678=gcc=rev Log: Initialize backtrace state once From backtrace.h for backtrace_create_state:

[Bug rtl-optimization/87718] [9 Regression] FAIL: gcc.target/i386/avx512dq-concatv2si-1.c

2018-11-30 Thread tnfchris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87718 Tamar Christina changed: What|Removed |Added CC||tnfchris at gcc dot gnu.org ---

[Bug fortran/88137] BACKTRACE seems to have a memory leak

2018-11-30 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88137 --- Comment #4 from Janne Blomqvist --- Author: jb Date: Fri Nov 30 16:44:27 2018 New Revision: 266677 URL: https://gcc.gnu.org/viewcvs?rev=266677=gcc=rev Log: Initialize backtrace state once From backtrace.h for backtrace_create_state:

[Bug target/88282] ICE in df_install_refs at gcc/df-scan.c:2379

2018-11-30 Thread tnfchris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88282 Tamar Christina changed: What|Removed |Added Status|ASSIGNED|NEW CC|

[Bug testsuite/85368] [8/9 regression] phi-opt-11 test fails on IBM Z

2018-11-30 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85368 --- Comment #12 from Christophe Lyon --- Hi Jakub, thanks for doing this. I tested on many combination of arm* targets, and it was OK except for some of them: --target arm-none-eabi --with-mode thumb --with-cpu cortex-m3 --with-fpu default

[Bug driver/88262] gcc uses crt1.o in place of Scrt1.o when the main function is in a PIC shared lib

2018-11-30 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88262 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/88285] New: [9 Regression] gcc.dg/predict-22.c fails on arm

2018-11-30 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88285 Bug ID: 88285 Summary: [9 Regression] gcc.dg/predict-22.c fails on arm Product: gcc Version: 6.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/88278] Fails to elide zeroing of upper vector register

2018-11-30 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88278 --- Comment #7 from rguenther at suse dot de --- On November 30, 2018 4:28:54 PM GMT+01:00, "jakub at gcc dot gnu.org" wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88278 > >--- Comment #6 from Jakub Jelinek --- >I wonder about

[Bug preprocessor/88257] [9 Regression] ICE in linemap_position_for_line_and_column, at libcpp/line-map.c:842

2018-11-30 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88257 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/88044] [9 regression] gfortran.dg/transfer_intrinsic_3.f90 hangs after r266171

2018-11-30 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88044 --- Comment #4 from seurer at gcc dot gnu.org --- Any progress on this? It really slows down test runs as it hangs twice and has to wait for the timeout to occur to continue.

[Bug c++/87897] [9 Regression] ICE in maybe_constant_value, at cp/constexpr.c:5255 since r265788

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87897 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug preprocessor/88257] [9 Regression] ICE in linemap_position_for_line_and_column, at libcpp/line-map.c:842

2018-11-30 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88257 --- Comment #6 from David Malcolm --- Author: dmalcolm Date: Fri Nov 30 15:57:37 2018 New Revision: 266671 URL: https://gcc.gnu.org/viewcvs?rev=266671=gcc=rev Log: Fix ICE in substring locations from macros in header files (PR

[Bug target/88278] Fails to elide zeroing of upper vector register

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88278 --- Comment #6 from Jakub Jelinek --- I wonder about something like: --- gcc/config/i386/sse.md.jj 2018-11-29 23:16:06.481301632 +0100 +++ gcc/config/i386/sse.md 2018-11-30 16:21:21.480379008 +0100 @@ -7248,6 +7248,17 @@ (set_attr

[Bug target/88278] Fails to elide zeroing of upper vector register

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88278 --- Comment #5 from Jakub Jelinek --- Note, we also have vec_concatv2di pattern that handles: (set (match_operand:V2DI 0 ("register_operand") ("=Yr,*x,x ,v ,v,v ,x ,x,v ,x,x,v")) (vec_concat:V2DI (match_operand:DI 1

[Bug target/88278] Fails to elide zeroing of upper vector register

2018-11-30 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88278 --- Comment #4 from Marc Glisse --- (In reply to Jakub Jelinek from comment #2) > All these use something like: > (insn 7 6 13 2 (set (reg:V8SI 87) > (unspec:V8SI [ > (mem:V4SI (reg:DI 90) [0 *x_3(D)+0 S16 A128]) >

[Bug gcov-profile/88279] [9 Regression] unresolvable R_X86_64_DTPOFF32 relocation against symbol `__gcov_indirect_call'

2018-11-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88279 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/88279] [9 Regression] unresolvable R_X86_64_DTPOFF32 relocation against symbol `__gcov_indirect_call'

2018-11-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88279 --- Comment #6 from Martin Liška --- Author: marxin Date: Fri Nov 30 15:06:22 2018 New Revision: 26 URL: https://gcc.gnu.org/viewcvs?rev=26=gcc=rev Log: Call decl_default_tls_model with a proper type (PR gcov-profile/88279). 2018-11-30

[Bug target/88278] Fails to elide zeroing of upper vector register

2018-11-30 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88278 --- Comment #3 from rguenther at suse dot de --- On Fri, 30 Nov 2018, jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88278 > > Jakub Jelinek changed: > >What|Removed |Added

[Bug target/88278] Fails to elide zeroing of upper vector register

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88278 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug sanitizer/81715] asan-stack=1 redzone allocation is too inflexible

2018-11-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/81715] asan-stack=1 redzone allocation is too inflexible

2018-11-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 --- Comment #35 from Martin Liška --- Author: marxin Date: Fri Nov 30 14:25:15 2018 New Revision: 24 URL: https://gcc.gnu.org/viewcvs?rev=24=gcc=rev Log: Make red zone size more flexible for stack variables (PR sanitizer/81715).

[Bug lto/88220] LTO ICE with GNU inline and alias's

2018-11-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88220 --- Comment #2 from Martin Liška --- So the issue is that in WPA we mix: void a() __asm__("open64"); and void open64() {} Then we stream out: *open64/0 (a) @0x7698f5a0 Type: function definition analyzed Visibility: externally_visible

[Bug tree-optimization/88280] missing folding of logical and bitwise AND

2018-11-30 Thread denis.campredon at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88280 --- Comment #2 from denis.campredon at gmail dot com --- I don't know if I should create a separate bug report or not, since it looks kind of related. I've tried to replace the operator of the function e with other and it generates a branch with

[Bug target/88284] New: nios2: pessimistic ldw-to-stwio scheduling

2018-11-30 Thread already5chosen at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88284 Bug ID: 88284 Summary: nios2: pessimistic ldw-to-stwio scheduling Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/88282] ICE in df_install_refs at gcc/df-scan.c:2379

2018-11-30 Thread tnfchris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88282 Tamar Christina changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/88279] [9 Regression] unresolvable R_X86_64_DTPOFF32 relocation against symbol `__gcov_indirect_call'

2018-11-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88279 Martin Liška changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug middle-end/88279] [9 Regression] unresolvable R_X86_64_DTPOFF32 relocation against symbol `__gcov_indirect_call'

2018-11-30 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88279 --- Comment #4 from Alexander Monakov --- To clarify, the decl/type mixup is causing the compiler to use local-dynamic TLS references where general-dynamic are intended (and were used prior to the patch).

[Bug libgcc/88267] A new flag in GCC causes a divergence in crtbegin.o file

2018-11-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88267 --- Comment #2 from Martin Liška --- (In reply to Richard Biener from comment #1) > But it's hidden, so I'm not sure we care. I noticed that using objdump -d where the tools assigns names to locations of which it knows name. > OTOH not sure

[Bug middle-end/88279] [9 Regression] unresolvable R_X86_64_DTPOFF32 relocation against symbol `__gcov_indirect_call'

2018-11-30 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88279 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org ---

[Bug c++/88258] [9 Regression] Infinite loop emitting diagnostics in the C++ front-end

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88258 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/88282] ICE in df_install_refs at gcc/df-scan.c:2379

2018-11-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88282 --- Comment #1 from Martin Liška --- One related testcase that fails: $ aarch64-linux-gnu-gcc /home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/pr41470.c -fstack-clash-protection -O2 -fno-tree-ccp during RTL pass: reload

[Bug tree-optimization/88283] New: ICE in try_improve_iv_set, at tree-ssa-loop-ivopts.c:6677

2018-11-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88283 Bug ID: 88283 Summary: ICE in try_improve_iv_set, at tree-ssa-loop-ivopts.c:6677 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: ice-on-valid-code

[Bug target/88282] New: ICE in df_install_refs at gcc/df-scan.c:2379

2018-11-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88282 Bug ID: 88282 Summary: ICE in df_install_refs at gcc/df-scan.c:2379 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal

[Bug middle-end/88279] [9 Regression] unresolvable R_X86_64_DTPOFF32 relocation against symbol `__gcov_indirect_call'

2018-11-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88279 Richard Biener changed: What|Removed |Added Target Milestone|--- |9.0

[Bug tree-optimization/88280] missing folding of logical and bitwise AND

2018-11-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88280 Richard Biener changed: What|Removed |Added Keywords||missed-optimization

[Bug target/88278] Fails to elide zeroing of upper vector register

2018-11-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88278 Richard Biener changed: What|Removed |Added Keywords||missed-optimization

[Bug tree-optimization/88274] ICE in check, at tree-vrp.c:188

2018-11-30 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88274 --- Comment #12 from rguenther at suse dot de --- On Fri, 30 Nov 2018, ebotcazou at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88274 > > --- Comment #11 from Eric Botcazou --- > > It's the opposite, we need to hide

[Bug tree-optimization/88281] SLP permutation check fails to fall back to strided loads

2018-11-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88281 Richard Biener changed: What|Removed |Added Keywords||missed-optimization

[Bug tree-optimization/88281] New: SLP permutation check fails to fall back to strided loads

2018-11-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88281 Bug ID: 88281 Summary: SLP permutation check fails to fall back to strided loads Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug driver/88262] gcc uses crt1.o in place of Scrt1.o when the main function is in a PIC shared lib

2018-11-30 Thread stephen.kim at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88262 Stephen Kim changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug testsuite/85368] [8/9 regression] phi-opt-11 test fails on IBM Z

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85368 --- Comment #11 from Jakub Jelinek --- It is enough to test it with: cd build-dir/gcc make check-gcc RUNTESTFLAGS="dg.exp='binop-xor1.c builtin-bswap-7.c pr21643.c pr46309.c' tree-ssa.exp='forwprop-28.c phi-opt-11.c phi-opt-2.c reassoc-32.c

[Bug testsuite/85368] [8/9 regression] phi-opt-11 test fails on IBM Z

2018-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85368 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/88280] New: missing folding of logical and bitwise AND

2018-11-30 Thread denis.campredon at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88280 Bug ID: 88280 Summary: missing folding of logical and bitwise AND Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug middle-end/88279] [9 Regression] unresolvable R_X86_64_DTPOFF32 relocation against symbol `__gcov_indirect_call'

2018-11-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88279 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/88274] ICE in check, at tree-vrp.c:188

2018-11-30 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88274 --- Comment #11 from Eric Botcazou --- > It's the opposite, we need to hide TYPE_MIN/MAX_VALUE to preserve checks in > Ada, otherwise the optimizer happily removes them. To be more explicit: in Ada, you can check at run time whether a value is

[Bug tree-optimization/88272] warning: iteration 9223372036854775807 invokes undefined behavior

2018-11-30 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88272 --- Comment #2 from Jan Hubicka --- > Where do we set the cut-off? ;) -fuser-patience= I would cut it off for things that are obviously derived from sign of 64bit value :)) Those are most common. Honza

[Bug middle-end/88279] unresolvable R_X86_64_DTPOFF32 relocation against symbol `__gcov_indirect_call'

2018-11-30 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88279 --- Comment #1 from Jan Hubicka --- GNU ld (GNU Binutils for Debian) 2.28

  1   2   >