[Bug c++/93123] New: Lacking basic optimization around __int128 bitwise operations against constants

2020-01-01 Thread jens.seifert at de dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93123 Bug ID: 93123 Summary: Lacking basic optimization around __int128 bitwise operations against constants Product: gcc Version: 8.3.0 Status: UNCONFIRMED

[Bug debug/93122] ICE in dwarf2out_frame_debug_expr, at dwarf2cfi.c:1668

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

[Bug debug/93122] New: ICE in dwarf2out_frame_debug_expr, at dwarf2cfi.c:1668

2020-01-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93122 Bug ID: 93122 Summary: ICE in dwarf2out_frame_debug_expr, at dwarf2cfi.c:1668 Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal

[Bug c++/93121] New: std::bit_cast missing

2020-01-01 Thread klaus.doldinger64 at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121 Bug ID: 93121 Summary: std::bit_cast missing Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug target/91052] [10 Regression] ICE in fix_reg_equiv_init, at ira.c:2705

2020-01-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91052 --- Comment #6 from Martin Liška --- (In reply to Arseny Solokha from comment #5) > Thanks. It's not specific to powerpc, then. Well, it is probably, I'm testing powerpc-e300c3 cross compiler.

[Bug ipa/93115] gcc fails to emit inline function on llvm-roc project: -O1 -fPIC -fdevirtualize -fdevirtualize-speculatively -fipa-cp -fipa-cp-clone -fvisibility-inlines-hidden

2020-01-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93115 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/91052] [10 Regression] ICE in fix_reg_equiv_init, at ira.c:2705

2020-01-01 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91052 Arseny Solokha changed: What|Removed |Added Target|powerpc-*-linux-gnu | --- Comment #5 from Arseny Solokha

[Bug sanitizer/89832] confusing error message when there is a problem with ASAN_OPTIONS "ERROR: expected '='"

2020-01-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89832 --- Comment #12 from Martin Liška --- (In reply to qinzhao from comment #11) > Hi, (In reply to Martin Liška from comment #10) > > Fixed on trunk. > I am trying to back port the fix for 89832 into our company's gcc8.2.1 > release. > by looking

[Bug tree-optimization/93013] PPC: optimization around modulo leads to incorrect result

2020-01-01 Thread jens.seifert at de dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93013 --- Comment #7 from Jens Seifert --- The modulo at the beginning was done for optimization purpose. As the divide takes long and the special cases are extreme edge cases, it is wise to execute the divide as early as possible on PPC as divide on

[Bug c++/92985] missed optimization opportunity for switch linear transformation

2020-01-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92985 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug ipa/92981] ICE in get_partitioning_class, at symtab.c:1966

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

[Bug target/91052] [10 Regression] ICE in fix_reg_equiv_init, at ira.c:2705

2020-01-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91052 --- Comment #4 from Martin Liška --- I can still reproduce it with r279828. $ /dev/shm/gcc-objdir-bisect/gcc/xg++ -B/dev/shm/gcc-objdir-bisect/gcc /home/marxin/Programming/gcc/gcc/testsuite/gfortran.dg/vect/cost-model-pr34445.f -misel -O2

[Bug ipa/92917] [10 Regression] ICE in print_all_lattices at gcc/ipa-cp.c:547 since r278016.

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

[Bug tree-optimization/93084] [10 regression] Infinite loop in ipa-cp when building clang with LTO+PGO

2020-01-01 Thread fxue at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93084 --- Comment #9 from fxue at gcc dot gnu.org --- xxx.localalias is gcc-generated as a noninterposable alias to xxx. But I guess target node returned by xxx.localalias->function_symbol() is not xxx. A simple thing we can do is to write a simple

[Bug target/62147] missed loop counter based optimization

2020-01-01 Thread linkw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62147 Kewen Lin changed: What|Removed |Added CC||meissner at gcc dot gnu.org --- Comment #9

[Bug tree-optimization/84042] IVOPTS doesn't optimize int indexes on some PowerPC code starting with svn id r250482

2020-01-01 Thread linkw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84042 Kewen Lin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/92924] [10 regression] reproducible indirect call profile merging causes 80% slowdown in Firefox pref-reftest-singletons id-getter microbenchmarks

2020-01-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92924 Martin Liška changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/53479] Control flow analysis reports warnings in switch over an enum class even if all possible values have their branches

2020-01-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53479 Andrew Pinski changed: What|Removed |Added CC||yuri at tsoft dot com --- Comment #20

[Bug c++/93120] gcc-9 complains fails to see that switch handles all enum values, and still complains ' "control reaches end of non-void function" when there is no return after the switch

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

[Bug c++/93120] New: gcc-9 complains fails to see that switch handles all enum values, and still complains ' "control reaches end of non-void function" when there is no return after the switch

2020-01-01 Thread yuri at tsoft dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93120 Bug ID: 93120 Summary: gcc-9 complains fails to see that switch handles all enum values, and still complains ' "control reaches end of non-void function" when there is no return

[Bug c/93119] New: [ICE] The traditional TLS support of aarch64-ilp32 target may be not perfect while enable fPIC

2020-01-01 Thread pengliren at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93119 Bug ID: 93119 Summary: [ICE] The traditional TLS support of aarch64-ilp32 target may be not perfect while enable fPIC Product: gcc Version: 10.0 Status: UNCONFIRMED

[Bug tree-optimization/93084] [10 regression] Infinite loop in ipa-cp when building clang with LTO+PGO

2020-01-01 Thread fxue at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93084 --- Comment #8 from fxue at gcc dot gnu.org --- I checked llvm source code, the recursive call lies in Constant *llvm::ConstantFoldInsertValueInstruction(), but in dump, I noticed that call edge is

[Bug libfortran/90374] Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d and ew.d e0 edit descriptors for output

2020-01-01 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90374 --- Comment #22 from Jerry DeLisle --- (In reply to Jerry DeLisle from comment #21) > Author: jvdelisle > Date: Thu Jan 2 00:57:31 2020 > New Revision: 279828 > > URL: https://gcc.gnu.org/viewcvs?rev=279828=gcc=rev > Log: > PR 90374 d0.d,

[Bug libfortran/90374] Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d and ew.d e0 edit descriptors for output

2020-01-01 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90374 --- Comment #21 from Jerry DeLisle --- Author: jvdelisle Date: Thu Jan 2 00:57:31 2020 New Revision: 279828 URL: https://gcc.gnu.org/viewcvs?rev=279828=gcc=rev Log: PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors. PR

[Bug translation/90274] untranslated string literal in opts.c

2020-01-01 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90274 --- Comment #5 from Jerry DeLisle --- Author: jvdelisle Date: Thu Jan 2 00:57:31 2020 New Revision: 279828 URL: https://gcc.gnu.org/viewcvs?rev=279828=gcc=rev Log: PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors. PR

[Bug target/67834] Local references inside comdat groups

2020-01-01 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67834 John David Anglin changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug tree-optimization/93118] New: >>32<<32 is not always converted into &~0ffffffffull at the tree level

2020-01-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93118 Bug ID: 93118 Summary: >>32<<32 is not always converted into &~0ull at the tree level Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords:

[Bug target/67834] Local references inside comdat groups

2020-01-01 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67834 --- Comment #12 from John David Anglin --- Author: danglin Date: Wed Jan 1 23:00:58 2020 New Revision: 279824 URL: https://gcc.gnu.org/viewcvs?rev=279824=gcc=rev Log: PR target/67834 * config/pa/pa.c

[Bug target/67834] Local references inside comdat groups

2020-01-01 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67834 --- Comment #11 from John David Anglin --- Author: danglin Date: Wed Jan 1 22:57:54 2020 New Revision: 279823 URL: https://gcc.gnu.org/viewcvs?rev=279823=gcc=rev Log: PR target/67834 * config/pa/pa.c

[Bug lto/93117] New: -g -flto -fdebug-types-section is broken for units with over 64k types

2020-01-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93117 Bug ID: 93117 Summary: -g -flto -fdebug-types-section is broken for units with over 64k types Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/93116] match.pd uses convert/tree_nop_conversion_p instead of nop_convert

2020-01-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93116 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/93116] New: match.pd uses convert/tree_nop_conversion_p instead of nop_convert

2020-01-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93116 Bug ID: 93116 Summary: match.pd uses convert/tree_nop_conversion_p instead of nop_convert Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords:

[Bug ipa/93115] gcc fails to emit inline function on llvm-roc project: -O1 -fPIC -fdevirtualize -fdevirtualize-speculatively -fipa-cp -fipa-cp-clone -fvisibility-inlines-hidden

2020-01-01 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93115 --- Comment #2 from Sergei Trofimovich --- bug.cpp is a trimmed down version of llvm-roc's codebase with creduce.

[Bug libobjc/93099] [10 Regression] Multiple definition error while linking libobjc.dll.a

2020-01-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93099 --- Comment #6 from Andrew Pinski --- Author: pinskia Date: Wed Jan 1 22:16:35 2020 New Revision: 279822 URL: https://gcc.gnu.org/viewcvs?rev=279822=gcc=rev Log: Fix windows libobjc build (PR libobjc/93099) 2020-01-01 Andrew Pinski

[Bug libobjc/93099] [10 Regression] Multiple definition error while linking libobjc.dll.a

2020-01-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93099 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/93115] gcc fails to emit inline function on llvm-roc project: -O1 -fPIC -fdevirtualize -fdevirtualize-speculatively -fipa-cp -fipa-cp-clone -fvisibility-inlines-hidden

2020-01-01 Thread slyfox at inbox dot ru
-exceptions CFLAGS='-O1 ' CXXFLAGS='-O1 ' --with-sysroot=/usr/x86_64-HEAD-linux-gnu Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 10.0.0 20200101 (experimental) (GCC)

[Bug ipa/93115] New: gcc fails to emit inline function on llvm-roc project: -O1 -fPIC -fdevirtualize -fdevirtualize-speculatively -fipa-cp -fipa-cp-clone -fvisibility-inlines-hidden

2020-01-01 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93115 Bug ID: 93115 Summary: gcc fails to emit inline function on llvm-roc project: -O1 -fPIC -fdevirtualize -fdevirtualize-speculatively -fipa-cp -fipa-cp-clone -fvisibility-inlines-hidden

[Bug fortran/93113] [10 Regression] ICE in gfc_check_resolver with complex arrays

2020-01-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93113 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/93113] [10 Regression] ICE in gfc_check_resolver with complex arrays

2020-01-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93113 --- Comment #2 from Thomas Koenig --- Author: tkoenig Date: Wed Jan 1 21:40:35 2020 New Revision: 279821 URL: https://gcc.gnu.org/viewcvs?rev=279821=gcc=rev Log: Handle REF_INQUIRY for dependency checking. 2020-01-01 Thomas Koenig

[Bug target/93111] FAIL: gfortran.fortran-torture/compile/pr32663.f, -O3 -g (internal compiler error)

2020-01-01 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93111 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/93111] FAIL: gfortran.fortran-torture/compile/pr32663.f, -O3 -g (internal compiler error)

2020-01-01 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93111 --- Comment #3 from John David Anglin --- Author: danglin Date: Wed Jan 1 20:59:14 2020 New Revision: 279820 URL: https://gcc.gnu.org/viewcvs?rev=279820=gcc=rev Log: PR target/93111 * config/pa/pa.md (scc): Use

[Bug target/93111] FAIL: gfortran.fortran-torture/compile/pr32663.f, -O3 -g (internal compiler error)

2020-01-01 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93111 --- Comment #2 from John David Anglin --- Author: danglin Date: Wed Jan 1 20:57:04 2020 New Revision: 279819 URL: https://gcc.gnu.org/viewcvs?rev=279819=gcc=rev Log: PR target/93111 * config/pa/pa.md (scc): Use

[Bug target/93111] FAIL: gfortran.fortran-torture/compile/pr32663.f, -O3 -g (internal compiler error)

2020-01-01 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93111 --- Comment #1 from John David Anglin --- Author: danglin Date: Wed Jan 1 20:54:58 2020 New Revision: 279818 URL: https://gcc.gnu.org/viewcvs?rev=279818=gcc=rev Log: PR target/93111 * config/pa/pa.md (scc): Use

[Bug libobjc/93099] [10 Regression] Multiple definition error while linking libobjc.dll.a

2020-01-01 Thread rai...@emrich-ebersheim.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93099 --- Comment #4 from Rainer Emrich --- (In reply to Andrew Pinski from comment #2) > Created attachment 47566 [details] > Patch to try > > Can you try this patch? > It should fix the problem but I cannot test it as I don't have a windows > build

[Bug fortran/36117] Use MPFR for bessel function (optimization, rejects valid F2008)

2020-01-01 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36117 --- Comment #6 from Richard Earnshaw --- Comment #5 was really for PR36177

[Bug libgomp/93066] libgomp/target.c:525:46: error: expected expression before ')' token

2020-01-01 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93066 --- Comment #8 from John David Anglin --- Author: danglin Date: Wed Jan 1 17:05:41 2020 New Revision: 279815 URL: https://gcc.gnu.org/viewcvs?rev=279815=gcc=rev Log: Backport from mainline 2019-12-30 John David Anglin

[Bug libgomp/93066] libgomp/target.c:525:46: error: expected expression before ')' token

2020-01-01 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93066 --- Comment #7 from John David Anglin --- Author: danglin Date: Wed Jan 1 17:01:46 2020 New Revision: 279814 URL: https://gcc.gnu.org/viewcvs?rev=279814=gcc=rev Log: Backport from mainline 2019-12-30 John David Anglin

[Bug target/93112] Incorrect rounding for float to uint64 on x86 (32bit) with -fexcess-precision=standard

2020-01-01 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93112 --- Comment #4 from joseph at codesourcery dot com --- On Wed, 1 Jan 2020, jakub at gcc dot gnu.org wrote: > I must say I don't know if it is correct that interpret_float builds constants > already in the excess precision (so you end up with

[Bug fortran/93114] New: Use span passing components of derived types

2020-01-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93114 Bug ID: 93114 Summary: Use span passing components of derived types Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component:

[Bug target/93108] mmix generates invalid assembly on newlib (-fstack-protector-strong -ffunction-sections): internal error: fixup not contained within frag

2020-01-01 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93108 --- Comment #4 from Sergei Trofimovich --- Sounds good! Filed https://sourceware.org/PR25331 against binutils/gas.

[Bug target/93112] Incorrect rounding for float to uint64 on x86 (32bit) with -fexcess-precision=standard

2020-01-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93112 --- Comment #3 from Jakub Jelinek --- It is not ia32 vs. every other architecture, it is just that FLT_EVAL_METHOD 0 is the most common and you can get it even on ia32 with -msse2 -mfpmath=sse. Some m68k configurations have FLT_EVAL_METHOD 2

[Bug target/93112] Incorrect rounding for float to uint64 on x86 (32bit) with -fexcess-precision=standard

2020-01-01 Thread stefan.bru...@rwth-aachen.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93112 --- Comment #2 from Stefan Brüns --- I agree the numerical error introduced by truncating/casting is somewhat expected. The strange part is for ~every other architecture, 1.034567 apparently gets rounded up for some immediate value/type

[Bug libobjc/93099] [10 Regression] Multiple definition error while linking libobjc.dll.a

2020-01-01 Thread rai...@emrich-ebersheim.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93099 --- Comment #3 from Rainer Emrich --- (In reply to Andrew Pinski from comment #2) > Created attachment 47566 [details] > Patch to try > > Can you try this patch? > It should fix the problem but I cannot test it as I don't have a windows > build

[Bug target/93110] [10 Regression] grub-2.04/grub-core/lib/division.c:28:1: internal compiler error: in extract_insn, at recog.c:2294

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

[Bug tree-optimization/93098] [10 Regression] ICE with negative shifter

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

[Bug fortran/93113] [10 Regression] ICE in gfc_check_resolver with complex arrays

2020-01-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93113 --- Comment #1 from Thomas Koenig --- Reduced test case: program main complex, dimension(10,10) :: a a%re = a%re - 0.5 end program main

[Bug fortran/93113] [10 Regression] ICE in gfc_check_resolver with complex arrays

2020-01-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93113 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/93113] New: [10 Regression] ICE in gfc_check_resolver with complex arrays

2020-01-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93113 Bug ID: 93113 Summary: [10 Regression] ICE in gfc_check_resolver with complex arrays Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug target/93112] Incorrect rounding for float to uint64 on x86 (32bit) with -fexcess-precision=standard

2020-01-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93112 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug preprocessor/93109] #undefine suggests #define but not #undef

2020-01-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93109 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3