[Bug analyzer/95152] ICE in get_or_create_mem_ref, at analyzer/region-model.cc:6938 since r10-5950-g757bf1dff5e8cee3

2020-05-17 Thread fredrik.hederstie...@securitas-direct.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95152 --- Comment #4 from Fredrik Hederstierna --- Stripped down example: File : typedef struct { int var; } info_t; extern void *_data_offs; void test() { info_t *info = ((void *)((void *)1) + ((unsigned int)&_data_offs)); my_func(info->var

[Bug preprocessor/95183] [11 Regression] ICE: Segmentation fault (in _cpp_lex_direct)

2020-05-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95183 Richard Biener changed: What|Removed |Added Target Milestone|--- |11.0

[Bug c++/95181] [10/11 Regression] ICE in push_access_scope, at cp/pt.c:241 since r10-3735-gcb57504a55015891

2020-05-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95181 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.2 Priority|P3

[Bug tree-optimization/95176] Failure to optimize division followed by multiplication to modulo followed by subtraction

2020-05-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95176 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Keywords|

[Bug tree-optimization/95172] [11 Regression] wrong code at -O1 on x86_64-linux-gnu since r11-272-gb6ff3ddecfa93d53

2020-05-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95172 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org

[Bug tree-optimization/95171] ICE: verify_flow_info failed (error: wrong outgoing edge flags at end of bb 2)

2020-05-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95171 --- Comment #3 from Richard Biener --- OK, so this is always_inline crossing a IL semantic boundary (-fnon-call-exceptions + -ffinite-math-only). In w9 NaN > 0.0 does not trap but when inlined into o7 it suddenly does and thus is invalid GIMPLE.

[Bug target/94577] aarch64:Add an error message in large code model for ilp32

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

[Bug sanitizer/95137] Sanitizers seem to be missing support for coroutines

2020-05-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95137 --- Comment #6 from Martin Liška --- Thank you, can you please attach a pre-processed file (-E) so that one doesn't need to clone seastar repository?

[Bug c++/95181] [10/11 Regression] ICE in push_access_scope, at cp/pt.c:241 since r10-3735-gcb57504a55015891

2020-05-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95181 Martin Liška changed: What|Removed |Added CC||jason at gcc dot gnu.org,

[Bug preprocessor/95183] [11 Regression] ICE: Segmentation fault (in _cpp_lex_direct)

2020-05-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95183 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org,

[Bug tree-optimization/95171] ICE: verify_flow_info failed (error: wrong outgoing edge flags at end of bb 2)

2020-05-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95171 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug libgomp/95163] [8/9/10/11 Regression] ICE in gimplify_adjust_omp_clauses, at gimplify.c:10440 since r7-4447-gb4c3a85be9658537

2020-05-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95163 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.5 Keywords|

[Bug c++/95164] [9/10/11 Regression] ICE regression starting with 9.3

2020-05-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95164 Richard Biener changed: What|Removed |Added Known to fail||9.3.0 Known to work|

[Bug tree-optimization/95172] [11 Regression] wrong code at -O1 on x86_64-linux-gnu since r11-272-gb6ff3ddecfa93d53

2020-05-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95172 Martin Liška changed: What|Removed |Added Last reconfirmed||2020-05-18 Ever confirmed|0

[Bug c++/95158] [10/11 Regression] Templates + Diamond Inheritance + Final = Pure Virtual Function Call

2020-05-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95158 Richard Biener changed: What|Removed |Added Known to work||9.3.0 Keywords|

[Bug target/95154] [11 regression] FAIL: g++.dg/abi/pure-virtual1.C -std=c++14 (test for excess errors)

2020-05-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95154 Richard Biener changed: What|Removed |Added Target Milestone|--- |11.0

[Bug tree-optimization/95171] ICE: verify_flow_info failed (error: wrong outgoing edge flags at end of bb 2)

2020-05-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95171 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Last reconfir

[Bug tree-optimization/94969] [8/9/10/11 Regression] Invalid loop distribution since r8-2390-gdfbddbeb1ca912c9

2020-05-17 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94969 --- Comment #11 from rguenther at suse dot de --- On Mon, 18 May 2020, amker at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94969 > > --- Comment #10 from bin cheng --- > Hi,should I backport this and PR95110 to branc

[Bug libgomp/95163] [8/9/10/11 Regression] ICE in gimplify_adjust_omp_clauses, at gimplify.c:10440 since r7-4447-gb4c3a85be9658537

2020-05-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95163 Martin Liška changed: What|Removed |Added Known to fail||11.0, 7.5.0 CC|

[Bug c++/95159] ICE on aggregate template parameter with empty angle brackets

2020-05-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95159 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Sta

[Bug analyzer/95152] ICE in get_or_create_mem_ref, at analyzer/region-model.cc:6938 since r10-5950-g757bf1dff5e8cee3

2020-05-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95152 Martin Liška changed: What|Removed |Added Status|NEW |ASSIGNED Keywords|needs-bisecti

[Bug preprocessor/95183] New: [11 Regression] ICE: Segmentation fault (in _cpp_lex_direct)

2020-05-17 Thread asolokha at gmx dot com
nterminated" "unterminated macro" } */ | ^ 0xd9b92f crash_signal /var/tmp/portage/sys-devel/gcc-11.0.0_alpha20200517/work/gcc-11-20200517/gcc/toplev.c:328 0x18578d3 _cpp_lex_direct /var/tmp/portage/sys-devel/gcc-11.0.0_alpha20200517/work/gcc-11-20200517/libc

[Bug target/95182] Change the definition of Pmode

2020-05-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95182 --- Comment #2 from Andrew Pinski --- Also explictly this part of the documentation makes it clear that Pmode should be DImode for AARCH64 ILP32: define this to be the integer mode corresponding to the width of a hardware pointer The hardware po

Delivery report

2020-05-17 Thread postmaster--- via Gcc-bugs
Hello, this is the mail server on mailmarketingworldbee.live. I am sending you this message to inform you on the delivery status of a message you previously sent. Immediately below you will find a list of the affected recipients; also attached is a Delivery Status Notification (DSN) report in st

[Bug target/95182] Change the definition of Pmode

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

[Bug target/95182] New: Change the definition of Pmode

2020-05-17 Thread duanbo3 at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95182 Bug ID: 95182 Summary: Change the definition of Pmode Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target As

[Bug tree-optimization/94969] [8/9/10/11 Regression] Invalid loop distribution since r8-2390-gdfbddbeb1ca912c9

2020-05-17 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94969 --- Comment #10 from bin cheng --- Hi,should I backport this and PR95110 to branches? Thanks

[Bug c++/95164] [9/10/11 Regression] ICE regression starting with 9.3

2020-05-17 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95164 --- Comment #3 from Marek Polacek --- struct H { int a; }; struct I { int c; H b; }; struct E { I d; }; void foo(E); template void fn () { int a = 42; int &k = a; foo({1, {H{k}}}); }

[Bug c++/95179] explicit constructor not used for static inline member

2020-05-17 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95179 Marek Polacek changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug c++/95181] internal compiler error: in push_access_scope, at cp/pt.c:241

2020-05-17 Thread tahasuf at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95181 --- Comment #3 from ahmet özhan --- Comment on attachment 48554 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48554 gcc 10 don't compile but clang compile >#include > >namespace math { > > template > requires std::is_

[Bug c++/95181] internal compiler error: in push_access_scope, at cp/pt.c:241

2020-05-17 Thread tahasuf at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95181 --- Comment #2 from ahmet özhan --- Comment on attachment 48554 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48554 gcc 10 don't compile but clang compile >#include > >namespace math { > > template > requires std::is_

[Bug c++/95181] internal compiler error: in push_access_scope, at cp/pt.c:241

2020-05-17 Thread tahasuf at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95181 --- Comment #1 from ahmet özhan --- gcc 9.3 compile

[Bug c++/95181] New: internal compiler error: in push_access_scope, at cp/pt.c:241

2020-05-17 Thread tahasuf at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95181 Bug ID: 95181 Summary: internal compiler error: in push_access_scope, at cp/pt.c:241 Product: gcc Version: 10.1.0 Status: UNCONFIRMED Severity: normal

[Bug c++/95180] New: Failure to reject invalid code with attempted redefinition of symbol with different linkage

2020-05-17 Thread gabravier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95180 Bug ID: 95180 Summary: Failure to reject invalid code with attempted redefinition of symbol with different linkage Product: gcc Version: 11.0 Status: UNCONFIRMED

[Bug c++/95179] New: explicit constructor not used for static inline member

2020-05-17 Thread f.heckenb...@fh-soft.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95179 Bug ID: 95179 Summary: explicit constructor not used for static inline member Product: gcc Version: 10.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug c++/95164] [9/10/11 Regression] ICE regression starting with 9.3

2020-05-17 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95164 --- Comment #2 from Marek Polacek --- It actually started with r5-7-g1c982d13138ee4518db10b6fbe02fa32d09ab51e -- it was latent for a while.

[Bug libquadmath/95178] New: error: array subscript has type char

2020-05-17 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95178 Bug ID: 95178 Summary: error: array subscript has type char Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libquadmath

[Bug libfortran/95177] New: error: array subscript has type char

2020-05-17 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95177 Bug ID: 95177 Summary: error: array subscript has type char Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfortran

[Bug target/95169] i386 comparison between nan and 0.0 triggers Invalid operation exception

2020-05-17 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95169 Uroš Bizjak changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ubizjak at gmail dot com

[Bug fortran/94690] [OpenMP] omp ... distribute – lastprivate not permitted and more issues

2020-05-17 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94690 --- Comment #13 from Tobias Burnus --- (In reply to Andreas Schwab from comment #12) > This breaks gfortran.dg/gomp/target1.f90 on riscv. See comment 10 – or PR95109, which points to comment 10.

[Bug fortran/94690] [OpenMP] omp ... distribute – lastprivate not permitted and more issues

2020-05-17 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94690 --- Comment #12 from Andreas Schwab --- This breaks gfortran.dg/gomp/target1.f90 on riscv. /daten/src/gcc/gcc/gcc/testsuite/gfortran.dg/gomp/target1.f90:318:0: internal compiler error: in lookup_decl_in_outer_ctx, at omp-low.c:3967 0xbb9b5a look

[Bug target/95169] i386 comparison between nan and 0.0 triggers Invalid operation exception

2020-05-17 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95169 Uroš Bizjak changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug tree-optimization/95176] Failure to optimize division followed by multiplication to modulo followed by subtraction

2020-05-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95176 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug d/95168] libphobos: std.net.curl does not understand HTTP/2 status lines

2020-05-17 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95168 Iain Buclaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug d/95166] libphobos: core.cpuid.{cores,threads}PerCPU() returns wrong value

2020-05-17 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95166 Iain Buclaw changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug d/95167] libphobos: std.zip unittest depends on unzip being installed

2020-05-17 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95167 Iain Buclaw changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug d/95168] libphobos: std.net.curl does not understand HTTP/2 status lines

2020-05-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95168 --- Comment #2 from CVS Commits --- The releases/gcc-10 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:999c80acfdd890b789678c989c3d740969c14d20 commit r10-8150-g999c80acfdd890b789678c989c3d740969c14d20 Author: Iain Buclaw Date:

[Bug d/95167] libphobos: std.zip unittest depends on unzip being installed

2020-05-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95167 --- Comment #2 from CVS Commits --- The releases/gcc-10 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:999c80acfdd890b789678c989c3d740969c14d20 commit r10-8150-g999c80acfdd890b789678c989c3d740969c14d20 Author: Iain Buclaw Date:

[Bug d/95166] libphobos: core.cpuid.{cores,threads}PerCPU() returns wrong value

2020-05-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95166 --- Comment #2 from CVS Commits --- The releases/gcc-10 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:999c80acfdd890b789678c989c3d740969c14d20 commit r10-8150-g999c80acfdd890b789678c989c3d740969c14d20 Author: Iain Buclaw Date:

[Bug middle-end/95021] [10/11 Regression] Bogus -Wclobbered warning

2020-05-17 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95021 --- Comment #10 from H.J. Lu --- Fixed for GCC 11.

[Bug tree-optimization/95176] New: Failure to optimize division followed by multiplication to modulo followed by subtraction

2020-05-17 Thread gabravier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95176 Bug ID: 95176 Summary: Failure to optimize division followed by multiplication to modulo followed by subtraction Product: gcc Version: 11.0 Status: UNCONFIRMED

[Bug middle-end/95021] [10/11 Regression] Bogus -Wclobbered warning

2020-05-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95021 --- Comment #9 from CVS Commits --- The master branch has been updated by H.J. Lu : https://gcc.gnu.org/g:266f44a91c0c9705d3d18e82d7c5bab32927a18f commit r11-446-g266f44a91c0c9705d3d18e82d7c5bab32927a18f Author: H.J. Lu Date: Sun May 17 10:1

[Bug d/95166] libphobos: core.cpuid.{cores,threads}PerCPU() returns wrong value

2020-05-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95166 --- Comment #1 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:e977a5df5bae2bce6e3e95456f5da0dbfdd02934 commit r11-445-ge977a5df5bae2bce6e3e95456f5da0dbfdd02934 Author: Iain Buclaw Date: Sun May

[Bug d/95168] libphobos: std.net.curl does not understand HTTP/2 status lines

2020-05-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95168 --- Comment #1 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:e977a5df5bae2bce6e3e95456f5da0dbfdd02934 commit r11-445-ge977a5df5bae2bce6e3e95456f5da0dbfdd02934 Author: Iain Buclaw Date: Sun May

[Bug d/95167] libphobos: std.zip unittest depends on unzip being installed

2020-05-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95167 --- Comment #1 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:e977a5df5bae2bce6e3e95456f5da0dbfdd02934 commit r11-445-ge977a5df5bae2bce6e3e95456f5da0dbfdd02934 Author: Iain Buclaw Date: Sun May

[Bug c++/95175] New: constexpr and alias template

2020-05-17 Thread nina.didenko at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95175 Bug ID: 95175 Summary: constexpr and alias template Product: gcc Version: 9.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assign

[Bug d/95075] gcc/d/dmd/dscope.c: 2 * strange assignments ?

2020-05-17 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95075 --- Comment #1 from Iain Buclaw --- Also present in upstream implementation, I'll ask the author of the change about it.

[Bug d/94970] d: internal compiler error: in verify_gimple_stmt, at tree-cfg.c:4959

2020-05-17 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94970 Iain Buclaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug d/94970] d: internal compiler error: in verify_gimple_stmt, at tree-cfg.c:4959

2020-05-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94970 --- Comment #7 from CVS Commits --- The releases/gcc-9 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:80cefde6212c3de603dda46d05123a750b378ff2 commit r9-8601-g80cefde6212c3de603dda46d05123a750b378ff2 Author: Iain Buclaw Date:

[Bug d/94970] d: internal compiler error: in verify_gimple_stmt, at tree-cfg.c:4959

2020-05-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94970 --- Comment #6 from CVS Commits --- The releases/gcc-10 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:79f2ae6ecffbef5c1f78459f6980e0f91121022d commit r10-8149-g79f2ae6ecffbef5c1f78459f6980e0f91121022d Author: Iain Buclaw Date:

[Bug d/95174] New: [D] Incorrect compiled functions involving const fixed size arrays

2020-05-17 Thread witold.baryluk+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95174 Bug ID: 95174 Summary: [D] Incorrect compiled functions involving const fixed size arrays Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug d/95173] New: [D] ICE on some architecture targets when trying to use unknown attribute

2020-05-17 Thread witold.baryluk+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95173 Bug ID: 95173 Summary: [D] ICE on some architecture targets when trying to use unknown attribute Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug debug/94474] Incorrect DWARF range information for inlined function

2020-05-17 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94474 --- Comment #13 from Bernd Edlinger --- Hi Andrew, You are right about the instruction re-ordering, that is done in a compiler pass, which simply re-orders RTL instruction lists. But I think when the code motion happens, we just have no easy acc

[Bug debug/94474] Incorrect DWARF range information for inlined function

2020-05-17 Thread andrew.burgess at embecosm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94474 --- Comment #12 from Andrew Burgess --- > But what I learned from writing the patch is that gcc cannot > easily tell if a range will be empty or not. That is because > the assembler does emit the line info and the views, > and the assembler deci