[Bug d/121002] New: d: -Wno-error=deprecated does not overwrite a previous -Werror

2025-07-08 Thread a.horodniceanu at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121002 Bug ID: 121002 Summary: d: -Wno-error=deprecated does not overwrite a previous -Werror Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal

[Bug d/119826] New: ICE: verify_type failed: type variant differs by TYPE_MAX_VALUE with -g

2025-04-15 Thread a.horodniceanu at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119826 Bug ID: 119826 Summary: ICE: verify_type failed: type variant differs by TYPE_MAX_VALUE with -g Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug d/117115] New: [14/15 regression]: ICE in expand_d_format when diagnosing an empty enum declaration

2024-10-13 Thread a.horodniceanu at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117115 Bug ID: 117115 Summary: [14/15 regression]: ICE in expand_d_format when diagnosing an empty enum declaration Product: gcc Version: 14.2.1 Status: UNCONFIRMED S

[Bug d/116961] Valgrind reports uninitialized memory use in dstruct.d (dmd.dstruct._isZeroInit(dmd.expression.Expression))

2024-10-12 Thread a.horodniceanu at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116961 --- Comment #4 from Andrei Horodniceanu --- Sorry for the wait: - $ cat repro.d module object; struct Gcx { float thing = 0.0; } $ /root/build/./gcc/gdc -B/root/build/./gcc/ -B/tmp/gcc/x86_64-pc-linux-gnu/bin/ -B/tmp/gcc/x86_64-pc-linux-

[Bug d/117002] New: lifetime.d: In function ‘_d_newclassT’: error: size of array element is not a multiple of its alignment with -Warray-bounds and -O2

2024-10-07 Thread a.horodniceanu at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117002 Bug ID: 117002 Summary: lifetime.d: In function ‘_d_newclassT’: error: size of array element is not a multiple of its alignment with -Warray-bounds and -O2 Product: gcc

[Bug d/116373] [14/15 regression] ICE in dmd.expressionsem.resolveLoc since r14-8766-gf204359931866b

2024-08-14 Thread a.horodniceanu at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116373 --- Comment #2 from Andrei Horodniceanu --- (In reply to Iain Buclaw from comment #1) > Upstream fix. > > https://github.com/dlang/dmd/pull/16408 Oh, I didn't think to look upstream because the code compiled fine with dmd. The example code in

[Bug d/116373] New: [14/15 regression] ICE in dmd.expressionsem.resolveLoc since f204359931866b917856fc959c70dbf55f28c14d

2024-08-14 Thread a.horodniceanu at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116373 Bug ID: 116373 Summary: [14/15 regression] ICE in dmd.expressionsem.resolveLoc since f204359931866b917856fc959c70dbf55f28c14d Product: gcc Version: 14.2.1 Status: UNCONF

[Bug lto/115359] New: ICE in warn_types_mismatch: lto1: internal compiler error: Segmentation fault

2024-06-05 Thread a.horodniceanu at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115359 Bug ID: 115359 Summary: ICE in warn_types_mismatch: lto1: internal compiler error: Segmentation fault Product: gcc Version: 14.1.1 Status: UNCONFIRMED Severity

[Bug d/114171] [13/14 Regression] gdc -O2 -mavx generates misaligned vmovdqa instruction

2024-03-01 Thread a.horodniceanu at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114171 --- Comment #3 from Andrei Horodniceanu --- (In reply to Hongtao Liu from comment #2) > on rtl level,we get > > (insn 7 6 8 2 (set (reg:CCZ 17 flags) > (compare:CCZ (mem:TI (plus:DI (reg/f:DI 100 [ _5 ]) > (const_int

[Bug d/114171] New: [13/14 Regression] gdc -O2 -mavx generates misaligned vmovdqa instruction

2024-02-29 Thread a.horodniceanu at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114171 Bug ID: 114171 Summary: [13/14 Regression] gdc -O2 -mavx generates misaligned vmovdqa instruction Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: norm