[Bug tree-optimization/89439] [7/8/9 Regression] ICE in make_ssa_name_fn, at tree-ssanames.c:268

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89439 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug rtl-optimization/89436] [8/9 Regression] ICE in glibc/sysdeps/ieee754/dbl-64/e_pow.c (during RTL pass: cprop_hardreg: internal compiler error: qsort checking failed)

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89436 Richard Biener changed: What|Removed |Added Keywords||ice-checking, wrong-code

[Bug d/89177] unaligned memory access in libphobos

2019-02-22 Thread johannespfau at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89177 --- Comment #5 from Johannes Pfau --- OK, thanks for testing. I'll post a patch to the ML this evening.

[Bug c++/89439] [7/8/9 Regression] ICE in make_ssa_name_fn, at tree-ssanames.c:268

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89439 Richard Biener changed: What|Removed |Added Component|tree-optimization |c++ --- Comment #2 from Richard Biener

[Bug target/89444] [9 Regression] r264052 removed PTA_AES from PTA_SKYLAKE/PTA_GOLDMONT

2019-02-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89444 --- Comment #1 from Martin Liška --- Sorry for breakage and thanks for the patch.

[Bug tree-optimization/89440] [9 Regression] ICE in vect_create_epilog_for_reduction, at tree-vect-loop.c:5502

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89440 --- Comment #3 from Richard Biener --- OK, I believe we can simply remove the assert since for nested cycles we can handle this just fine. With integers we get t2.c:7:3: missed: inner-loop induction only used outside of the outer vectorized l

[Bug fortran/89431] CPP integer macros not defined

2019-02-22 Thread mark.eggleston at codethink dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89431 --- Comment #7 from MarkEggleston --- The only reason this PR was raised was because an attempt to use conditional compilation based on integer kinds failed because the implementation did not match the documentation. There is no issue with the e

[Bug tree-optimization/87609] [7/8/9 Regression] miscompilation with restrict and loop

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87609 --- Comment #9 from Richard Biener --- Author: rguenth Date: Fri Feb 22 08:36:30 2019 New Revision: 269097 URL: https://gcc.gnu.org/viewcvs?rev=269097&root=gcc&view=rev Log: 2019-02-22 Richard Biener PR tree-optimization/87609

[Bug tree-optimization/87609] [7/8 Regression] miscompilation with restrict and loop

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87609 Richard Biener changed: What|Removed |Added Known to work||9.0 Summary|[7/8/9 Regressio

[Bug tree-optimization/87609] [7/8/9 Regression] miscompilation with restrict and loop

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87609 --- Comment #10 from Richard Biener --- Author: rguenth Date: Fri Feb 22 08:38:14 2019 New Revision: 269098 URL: https://gcc.gnu.org/viewcvs?rev=269098&root=gcc&view=rev Log: 2019-02-22 Richard Biener PR middle-end/87609 * cf

[Bug rtl-optimization/89436] [8/9 Regression] ICE in glibc/sysdeps/ieee754/dbl-64/e_pow.c (during RTL pass: cprop_hardreg: internal compiler error: qsort checking failed)

2019-02-22 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89436 --- Comment #2 from Alexander Monakov --- This was previously reported as PR 86096. Let me copy-paste my response from there: df_mw_compare has: if (mw1->mw_reg != mw2->mw_reg) return mw1->mw_order - mw2->mw_order; Note mw_reg in the '

[Bug sanitizer/82501] AddressSanitizer does not handle negative offset for first global variable

2019-02-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82501 --- Comment #15 from Martin Liška --- (In reply to Franz Sirl from comment #3) > Created attachment 43650 [details] > another testcase > > On x86_64-linux, when compiled with "gcc-7 -O2 -fsanitize=address" this > testcase prints nothing. With "g

[Bug rtl-optimization/86096] ICE: qsort checking failed (error: qsort comparator non-negative on sorted output: 0)

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86096 Richard Biener changed: What|Removed |Added CC||przemyslaw.wirkus at arm dot com --- C

[Bug rtl-optimization/86096] [8/9 Regression] ICE: qsort checking failed (error: qsort comparator non-negative on sorted output: 0)

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86096 Richard Biener changed: What|Removed |Added Keywords|ice-on-invalid-code |ice-on-valid-code Priority|P3

[Bug rtl-optimization/89436] [8/9 Regression] ICE in glibc/sysdeps/ieee754/dbl-64/e_pow.c (during RTL pass: cprop_hardreg: internal compiler error: qsort checking failed)

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89436 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/89447] New: libgo largefile support is incomplete and inconsistent

2019-02-22 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89447 Bug ID: 89447 Summary: libgo largefile support is incomplete and inconsistent Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug rtl-optimization/86096] [8/9 Regression] ICE: qsort checking failed (error: qsort comparator non-negative on sorted output: 0)

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86096 --- Comment #3 from Richard Biener --- (In reply to Alexander Monakov from comment #1) > df_mw_compare has: > >if (mw1->mw_reg != mw2->mw_reg) > return mw1->mw_order - mw2->mw_order; > > Note mw_reg in the 'if' vs mw_order in the 'retu

[Bug go/89447] libgo largefile support is incomplete and inconsistent

2019-02-22 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89447 --- Comment #1 from Rainer Orth --- Created attachment 45796 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45796&action=edit Initial patch

[Bug c/89448] New: Failure to generate diagnostic for "complex int" (OK for "_Complex int")

2019-02-22 Thread mrison at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89448 Bug ID: 89448 Summary: Failure to generate diagnostic for "complex int" (OK for "_Complex int") Product: gcc Version: 7.3.0 Status: UNCONFIRMED Severity: normal

[Bug go/89447] libgo largefile support is incomplete and inconsistent

2019-02-22 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89447 Rainer Orth changed: What|Removed |Added Target Milestone|--- |9.0

[Bug go/89447] libgo largefile support is incomplete and inconsistent

2019-02-22 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89447 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- FWIW, after this patch and https://gcc.gnu.org/ml/gcc-patches/2019-02/msg01815.html only the runtime failures mentioned there and go/build (which times out after 4 minutes, just as it d

[Bug go/89447] libgo largefile support is incomplete and inconsistent

2019-02-22 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89447 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug go/89447] libgo largefile support is incomplete and inconsistent

2019-02-22 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89447 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #3 from Eric Botcazou --- [...] > Do you have https://gcc.gnu.org/ml/gcc-patches/2019-02/msg01332.html too? I have a similar patch from Ian, otherwise results are way wors

[Bug sanitizer/82501] AddressSanitizer does not handle negative offset for first global variable

2019-02-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82501 --- Comment #16 from Martin Liška --- Created attachment 45797 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45797&action=edit Patch candidate Patch candidate where I made some refactoring and come up with tests. Works fine on x86_64, on

[Bug sanitizer/82501] AddressSanitizer does not handle negative offset for first global variable

2019-02-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82501 --- Comment #17 from Martin Liška --- > 2. What should we do with sections like .data.rel.ro, .data.rel.ro.local? > They suffer from this bug too, but it's not that easy to put globals there, > as you must set various attributes onto decl to ensu

[Bug testsuite/89441] FAIL: g++.dg/ipa/pr89009.C -std=gnu++98 (test for excess errors)

2019-02-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89441 Martin Liška changed: What|Removed |Added Keywords||patch Status|UNCONFIRMED

[Bug c/89449] New: False -Wsuggest-attribute=format warning

2019-02-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89449 Bug ID: 89449 Summary: False -Wsuggest-attribute=format warning Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug ipa/78027] [6 Regression] ICE in new_oacc_loop_routine, at omp-low.c:19000

2019-02-22 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78027 --- Comment #11 from Thomas Schwinge --- Author: tschwinge Date: Fri Feb 22 10:50:02 2019 New Revision: 269103 URL: https://gcc.gnu.org/viewcvs?rev=269103&root=gcc&view=rev Log: Silence '-Whsa' diagnostic in 'gfortran.dg/goacc/pr78027.f90' ...

[Bug fortran/72741] Fortran OpenACC routine directive doesn't properly handle clauses specifying the level of parallelism

2019-02-22 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72741 --- Comment #8 from Thomas Schwinge --- Author: tschwinge Date: Fri Feb 22 10:50:35 2019 New Revision: 269105 URL: https://gcc.gnu.org/viewcvs?rev=269105&root=gcc&view=rev Log: [PR72741] Use 'oacc_build_routine_dims' for Fortran OpenACC 'routine

[Bug tree-optimization/89440] [9 Regression] ICE in vect_create_epilog_for_reduction, at tree-vect-loop.c:5502

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89440 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/89440] [9 Regression] ICE in vect_create_epilog_for_reduction, at tree-vect-loop.c:5502

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89440 --- Comment #5 from Richard Biener --- Author: rguenth Date: Fri Feb 22 10:52:49 2019 New Revision: 269111 URL: https://gcc.gnu.org/viewcvs?rev=269111&root=gcc&view=rev Log: 2019-02-22 Richard Biener PR tree-optimization/89440

[Bug c++/89450] New: RFC: Strengthen -fstrict-enums

2019-02-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89450 Bug ID: 89450 Summary: RFC: Strengthen -fstrict-enums Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ As

[Bug c++/89450] RFC: Strengthen -fstrict-enums

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

[Bug fortran/89451] New: [9 Regression] FAIL: gfortran.dg/pr79315.f90 -O (internal compiler error)

2019-02-22 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89451 Bug ID: 89451 Summary: [9 Regression] FAIL: gfortran.dg/pr79315.f90 -O (internal compiler error) Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: norma

[Bug c++/89450] RFC: Strengthen -fstrict-enums

2019-02-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89450 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Andrew P

[Bug fortran/89451] [9 Regression] FAIL: gfortran.dg/pr79315.f90 -O (internal compiler error)

2019-02-22 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89451 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug c/89449] False -Wsuggest-attribute=format warning

2019-02-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89449 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/89451] [9 Regression] FAIL: gfortran.dg/pr79315.f90 -O (internal compiler error)

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89451 Richard Biener changed: What|Removed |Added Target Milestone|--- |9.0 --- Comment #2 from Richard Biener

[Bug c++/89450] RFC: Strengthen -fstrict-enums

2019-02-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89450 --- Comment #2 from Martin Liška --- (In reply to Andrew Pinski from comment #1) > Well the documentation says this: > basically, a value that can be represented in the minimum number of bits > needed to represent all the enumerators > > So if w

[Bug fortran/89451] [9 Regression] FAIL: gfortran.dg/pr79315.f90 -O (internal compiler error)

2019-02-22 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89451 --- Comment #3 from janus at gcc dot gnu.org --- (In reply to janus from comment #1) > In any case, the ICE does not occur with gfortran 8.2.0, and I'm pretty sure > it was not present on trunk in December. More specifically, I think it must have

[Bug c/89449] False -Wsuggest-attribute=format warning

2019-02-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89449 --- Comment #2 from Martin Liška --- Grrr, shame on me :P RTFM rules

[Bug fortran/89451] [9 Regression] FAIL: gfortran.dg/pr79315.f90 -O (internal compiler error)

2019-02-22 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89451 --- Comment #4 from rguenther at suse dot de --- nOn Fri, 22 Feb 2019, janus at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89451 > > --- Comment #3 from janus at gcc dot gnu.org --- > (In reply to janus from comment #

[Bug tree-optimization/89280] [7/8/9 Regression] ICE: Segmentation fault (in is_gimple_reg_type)

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89280 Jakub Jelinek changed: What|Removed |Added Attachment #45783|0 |1 is obsolete|

[Bug c/89448] Failure to generate diagnostic for "complex int" (OK for "_Complex int")

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89448 Richard Biener changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRM

[Bug c++/89450] RFC: Strengthen -fstrict-enums

2019-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89450 --- Comment #3 from Richard Biener --- Indeed, at least we shouldn't change the middle-end representation. The FE can of course warn more strictly if the language allows.

[Bug target/89093] [9 Regression] C++ exception handling clobbers d8 VFP register

2019-02-22 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89093 --- Comment #30 from Ramana Radhakrishnan --- (In reply to Jakub Jelinek from comment #29) > Ramana, any progress on this? I'm still trying to get the various spec files and the t-multilib bits sorted and half-term has intervened here in the UK.

[Bug c/89449] False -Wsuggest-attribute=format warning

2019-02-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89449 --- Comment #3 from Andrew Pinski --- Just for reference: https://gcc.gnu.org/onlinedocs/gcc-8.2.0/gcc/Common-Function-Attributes.html#Common-Function-Attributes : For functions where the arguments are not available to be checked (such as vprintf

[Bug target/89444] [9 Regression] r264052 removed PTA_AES from PTA_SKYLAKE/PTA_GOLDMONT

2019-02-22 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89444 --- Comment #2 from hjl at gcc dot gnu.org --- Author: hjl Date: Fri Feb 22 12:49:21 2019 New Revision: 269114 URL: https://gcc.gnu.org/viewcvs?rev=269114&root=gcc&view=rev Log: x86: (Reapply) Move AESNI generation to Skylake and Goldmont This

[Bug fortran/89451] [9 Regression] FAIL: gfortran.dg/pr79315.f90 -O (internal compiler error)

2019-02-22 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89451 --- Comment #5 from janus at gcc dot gnu.org --- Ah, yes, the ICE was obviously introduced with r269098.

[Bug libstdc++/89452] New: basic_stringbuf::seekoff and basic_stringbuf::seekpos implementations

2019-02-22 Thread nknikita at niisi dot ras.ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89452 Bug ID: 89452 Summary: basic_stringbuf::seekoff and basic_stringbuf::seekpos implementations Product: gcc Version: 7.4.0 Status: UNCONFIRMED Severity: normal

[Bug target/89444] [9 Regression] r264052 removed PTA_AES from PTA_SKYLAKE/PTA_GOLDMONT

2019-02-22 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89444 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/89434] [7/8/9 Regression] wrong code with -Og and __builtin_mul_overflow()

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89434 Jakub Jelinek changed: What|Removed |Added Attachment #45790|0 |1 is obsolete|

[Bug middle-end/85598] [7/8/9 Regression] Incorrect warning only at -O2 and -O3

2019-02-22 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85598 --- Comment #23 from Aldy Hernandez --- Author: aldyh Date: Fri Feb 22 13:46:01 2019 New Revision: 269115 URL: https://gcc.gnu.org/viewcvs?rev=269115&root=gcc&view=rev Log: PR middle-end/85598 * gimple-ssa-sprintf.c (pass_sprintf

[Bug libstdc++/89446] [7/8 Regression] __builtin_constant_p expression crashes in char_traits::compare

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89446 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug c/89449] False -Wsuggest-attribute=format warning

2019-02-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89449 Eric Gallager changed: What|Removed |Added Keywords||diagnostic CC|

[Bug c/89453] New: Bug parsing "," operator with openmp

2019-02-22 Thread alejandro.martinezvicente at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89453 Bug ID: 89453 Summary: Bug parsing "," operator with openmp Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c As

[Bug fortran/89348] Fortran Command Options documentation fixes

2019-02-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89348 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P5

[Bug regression/81331] [7 Regression] missed Eh delivery in partitioned function

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81331 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Target Milest

[Bug fortran/89366] Fails to compile BIND(C) interface with assumed-length character argument

2019-02-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89366 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 --- Comment #6 from Dominique

[Bug rtl-optimization/83530] [7 Regression] ICE in reset_sched_cycles_in_current_ebb, at sel-sched.c:7150

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83530 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |7.5

[Bug tree-optimization/78496] [7 Regression] Missed opportunities for jump threading

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78496 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Target Milest

[Bug target/83760] [7 Regression] [SH] ICE in maybe_record_trace_start building glibc tst-copy_file_range.c

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83760 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Target Milest

[Bug rtl-optimization/84659] [7 Regression] ICE: Segmentation fault (stack overflow in bb_note) w/ selective scheduling

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84659 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |7.5

[Bug rtl-optimization/83852] [7 Regression] ICE in sel_redirect_edge_and_branch, at sel-sched-ir.c:5644 on 32-bit BE powerpc targets

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83852 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |7.5

[Bug rtl-optimization/89116] [8/9 Regression] ICE in cfg_layout_redirect_edge_and_branch_force, at cfgrtl.c:4482

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89116 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #3 from Jakub Jelinek -

[Bug target/86019] [8/9 Regression] Unref implementation using atomic_thread_fence generates worse code on x86-64 in gcc 8.1 than 7.3

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86019 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #4 from Jakub Jelinek -

[Bug debug/86549] [8/9 Regression] -flto -g0 vs. -g issues

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86549 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #3 from Jakub Jelinek -

[Bug c++/87770] [8 Regression] ICE in type_dependent_expression_p, at cp/pt.c:25230

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87770 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #8 from Jakub Jelinek -

[Bug rtl-optimization/83361] [7 Regression ?] ICE: verify_flow_info failed (error: non-cold basic block 3 reachable only by paths crossing the cold partition) on 32-bit BE powerpc targets

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83361 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #8 from Jakub Jelinek -

[Bug ada/82844] [8/9 Regression] Many ada tests time out on x32

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82844 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #15 from Jakub Jelinek

[Bug target/84251] [8/9 Regression] Performance regression in gcc 8/9 when comparing floating point numbers

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84251 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #12 from Jakub Jelinek

[Bug middle-end/84048] [8/9 Regression] FAIL: gcc.dg/torture/tls/run-ld.c -O0 -pie -fPIE execution test

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84048 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #8 from Jakub Jelinek -

[Bug target/79166] [ARM] Implement neon_valid_immediate tricks for BYTES_BIG_ENDIAN

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79166 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #3 from Jakub Jelinek -

[Bug tree-optimization/85804] [8/9 Regression][AArch64] Mis-compilation of loop with strided array access and xor reduction

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85804 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #8 from Jakub Jelinek -

[Bug target/89057] [8/9 Regression] AArch64 ld3 st4 less optimized

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89057 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #5 from Jakub Jelinek -

[Bug c++/86379] [8 Regression] Class member access of |using|'d field goes horribly awry in presence of templates

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86379 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #7 from Jakub Jelinek -

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

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85368 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #19 from Jakub Jelinek

[Bug rtl-optimization/71596] gcc bootstrap fails due to segv in genrecog

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71596 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #10 from Jakub Jelinek

[Bug rtl-optimization/87874] [8 Regression] ICE in simplify_subreg, at simplify-rtx.c:6396

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87874 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #6 from Jakub Jelinek -

[Bug tree-optimization/89049] [8/9 Regression] Unexpected vectorization

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89049 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #10 from Jakub Jelinek

[Bug ada/80590] [8/9 regression] non-bootstrap build failure of Ada runtime

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80590 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #17 from Jakub Jelinek

[Bug preprocessor/69543] [7/8/9 Regression] _Pragma does not apply within macro

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69543 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #15 from Jakub Jelinek

[Bug c++/88183] [8/9 Regression] Fold expression with operator .* inside an polymorphic lambda

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88183 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #5 from Jakub Jelinek -

[Bug target/83838] Many gcc.target/i386/indirect-thunk*.c tests FAIL

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83838 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #10 from Jakub Jelinek

[Bug middle-end/88273] [8 Regression] warning: 'memcpy' offset [-527, -529] is out of the bounds [0, 16] of object 'vrsave' with type 'union ' [-Warray-bounds]

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88273 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #13 from Jakub Jelinek

[Bug target/83267] [8/9 regression] [armeb] gfortran.fortran-torture/execute/scalarize2.f90 fails since r255307

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83267 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #3 from Jakub Jelinek -

[Bug rtl-optimization/86096] [8/9 Regression] ICE: qsort checking failed (error: qsort comparator non-negative on sorted output: 0)

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86096 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #4 from Jakub Jelinek -

[Bug c/88568] [7 Regression] 'dllimport' no longer implies 'extern' in C

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #13 from Jakub Jelinek

[Bug go/84948] [8/9 regression] ICE in set_from, at go/gofrontend/types.cc:2660

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84948 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #4 from Jakub Jelinek -

[Bug target/82005] Early lto debug not implemented on Darwin

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82005 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #51 from Jakub Jelinek

[Bug tree-optimization/85964] [8/9 Regression] compile time hog w/ -O3 -ftracer -fno-guess-branch-probability

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85964 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #17 from Jakub Jelinek

[Bug middle-end/86827] [8/9 Regression] -Warray-bounds produces negative indicies

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86827 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #9 from Jakub Jelinek -

[Bug tree-optimization/80198] [7/8/9 Regression] does not vectorize generic inplace integer operation

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80198 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #15 from Jakub Jelinek

[Bug rtl-optimization/86438] [8 Regression] wrong code at -Os

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86438 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #10 from Jakub Jelinek

[Bug tree-optimization/89182] [8 Regression] [graphite] ICE in extract_affine, at graphite-sese-to-poly.c:280

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89182 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #5 from Jakub Jelinek -

[Bug c++/87513] [8 Regression] ICE in write_expression, at cp/mangle.c:3050

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87513 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #12 from Jakub Jelinek

[Bug rtl-optimization/80791] [8/9 regression] test case gcc.dg/sms-1.c fail2 starting with r247885

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80791 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #21 from Jakub Jelinek

[Bug tree-optimization/85459] [8/9 Regression] Larger code generated from GMP template meta-programming

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85459 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #8 from Jakub Jelinek -

[Bug tree-optimization/86259] [8/9 Regression] min(4, strlen(s)) optimized to strlen(s) with -flto

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86259 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #34 from Jakub Jelinek

[Bug target/86589] [8 regression] gcc.target/powerpc/altivec-7-le.c and gcc.target/powerpc/vsx-7-be.c fail starting with r262440

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86589 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #4 from Jakub Jelinek -

  1   2   3   4   >