https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99296
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Known to w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99313
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99313
Martin Liška changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot
gnu.org
Eve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99291
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99313
--- Comment #4 from Martin Liška ---
(In reply to Richard Biener from comment #3)
> But this results in unexpected behavior when there's functions with arch=z13
> vs. arch=z9 and depending on "luck" we then inherit the wrong params where
> we sho
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99313
Martin Liška changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99321
Martin Liška changed:
What|Removed |Added
Target Milestone|--- |11.0
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99322
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99323
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Summary|[9/10/11 Regressio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99326
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99323
--- Comment #2 from Martin Liška ---
Slightly reduced test-case:
$ cat x.c
typedef struct {
} REFERENCE;
#define LIM2() LIM1()
#define LIM3() LIM2() LIM2() LIM2() LIM2() LIM2() LIM2()
#define LIM4()
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99340
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Last reconfir
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99340
--- Comment #4 from Martin Liška ---
(In reply to Matthias Klose from comment #3)
> Created attachment 50284 [details]
> preprocessed source
>
> original test case before reducing
>
> gcc -std=gnu99 -Werror=uninitialized -Werror=maybe-uninitial
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99340
Martin Liška changed:
What|Removed |Added
Status|WAITING |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99337
Martin Liška changed:
What|Removed |Added
Blocks|63426 |86656
--- Comment #2 from Martin Liška -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99345
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99347
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2021-03-02
Summary|[9/10/11 Re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99347
--- Comment #3 from Martin Liška ---
And before that it was fixed in r7-6819-gd4cbfca47f47194a.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99348
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99349
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99350
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98656
Martin Liška changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97461
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97461
--- Comment #30 from Martin Liška ---
> CCing some folks familiar with Windows, while Martin has committed a mmap
> based solution, I think it will not work on Windows, but
Note the libgcov still falls back to malloc. So if there's not a custom
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99369
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99376
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Blocks|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99375
Martin Liška changed:
What|Removed |Added
Resolution|--- |DUPLICATE
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97236
Martin Liška changed:
What|Removed |Added
CC||Arfrever.FTA at GMail dot Com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99378
Bug ID: 99378
Summary: ICE in decompose_normal_address, at rtlanal.c:6710
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99369
Martin Liška changed:
What|Removed |Added
Status|WAITING |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99385
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99385
--- Comment #3 from Martin Liška ---
I see, that's expected behavior from the test-case then.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99385
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99345
--- Comment #5 from Martin Liška ---
So yes, we'll need all the files loaded as modules.
@doko: Can you please tar the entire folder?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99105
Martin Liška changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99345
--- Comment #7 from Martin Liška ---
Thanks, but I can't see where the missing modules come from:
$ gcc postahc.f90 -c
postahc.f90:21:7:
21 | USE kinds, ONLY : DP
| 1
Fatal Error: Cannot open module file ‘kinds.mod’ for r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99345
Martin Liška changed:
What|Removed |Added
Status|WAITING |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99406
Martin Liška changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot
gnu.org
Eve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97461
--- Comment #33 from Martin Liška ---
> Tested today's gcc against firefox-86 in lto+pgo mode. Built fine. Thank you!
I thank you. You tested various attempts I proposed :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99421
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99421
--- Comment #3 from Martin Liška ---
Confirmed, reduced test-case:
$ cat predict.ii
typedef struct {
int *use
} ssa_use_operand_t;
enum { GIMPLE_PHI, GIMPLE_UNARY_RHS, GIMPLE_SINGLE_RHS } gimple_num_ops;
gimple_call_fndecl_addr_0_0, gimple_cal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99421
Martin Liška changed:
What|Removed |Added
Blocks||85099
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99445
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99445
Martin Liška changed:
What|Removed |Added
Summary|[11 Regression] ICE in |[11 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99448
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99446
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2021-03-08
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99447
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2021-03-08
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99450
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99442
Martin Liška changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99444
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99440
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99441
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2021-03-08
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99443
Martin Liška changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99418
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2021-03-08
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99445
--- Comment #4 from Martin Liška ---
(In reply to Matthias Klose from comment #3)
> > Can you please reduce it to a valid test-case?
>
> the run took 40 hours. I'll see when I can repeat it.
I can imagine. Or you can try to somehow "fix" the re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99458
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2021-03-08
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99420
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99461
Bug ID: 99461
Summary: [11 Regression] ICE in extract_constrain_insn, at
recog.c:2670 since r11-7526-g9105757a59b89019
Product: gcc
Version: 11.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99463
Bug ID: 99463
Summary: GCC gcc/testsuite/gcc.target/i386/hreset-1.c -c
-march=alderlake fails
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Keywords: rejects-v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99463
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99461
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2021-03-08
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99463
--- Comment #1 from Martin Liška ---
Similarly for:
gcc /home/marxin/Programming/gcc/gcc/testsuite/gcc.target/i386/uintr-1.c -c
-march=sapphirerapids
In file included from
/home/marxin/bin/gcc/lib64/gcc/x86_64-pc-linux-gnu/11.0.1/include/x86gpri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99461
--- Comment #2 from Martin Liška ---
(In reply to Richard Biener from comment #1)
> Looks like a dup.
I haven't found a PR that would start with the revision..
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99464
Bug ID: 99464
Summary: #pragma GCC target("arch=cannonlake") does not work
with a -msha builtin
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Keywords: rejects
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99464
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99466
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99463
Martin Liška changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99445
Martin Liška changed:
What|Removed |Added
Status|WAITING |NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98920
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99467
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2021-03-08
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99421
--- Comment #5 from Martin Liška ---
(In reply to qinzhao from comment #4)
> (In reply to Martin Liška from comment #3)
> > Confirmed, reduced test-case:
> >
> just curious, how did you reduce the testing case with -fprofile-use? (I
Sure. I used
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99464
Martin Liška changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99421
--- Comment #6 from Martin Liška ---
> Note that one can theoretically reduce also the .gcda file. I have an
> experimental pass for it in C-Vise and I will likely upstream it.
I've just added that here:
https://github.com/marxin/cvise/commit/ee
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99421
--- Comment #7 from Martin Liška ---
Created attachment 50336
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50336&action=edit
Reduced gcda file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99485
Martin Liška changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82094
Martin Liška changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot
gnu.org
Targe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82094
--- Comment #7 from Martin Liška ---
One similar place where we do something similar is:
rtx
ix86_expand_builtin (tree exp, rtx target, rtx subtarget,
machine_mode mode, int ignore)
...
gcc /home/marxin/Programming/gcc/gcc/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99421
--- Comment #9 from Martin Liška ---
(In reply to Qing Zhao from comment #8)
> > On Mar 8, 2021, at 11:58 AM, marxin at gcc dot gnu.org
> > wrote:
> >
> > Sure. I used C-Vise:
> > https://github.com/marxin/cvise
>
> From my understanding, cvi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99489
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99490
Martin Liška changed:
What|Removed |Added
CC||mark at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99489
Martin Liška changed:
What|Removed |Added
Target|aarch64 |aarch64, x86_64
--- Comment #4 from Marti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99489
Martin Liška changed:
What|Removed |Added
Target Milestone|--- |11.0
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99505
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99506
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99505
Martin Liška changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #3 from Martin Liška ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99505
Martin Liška changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
Keywor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99510
Bug ID: 99510
Summary: [11 Regression] Compile time hog in build_aligned_type
since r11-7123-g63538886d1f7fc7c
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Ke
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99510
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2021-03-10
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99513
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99517
--- Comment #3 from Martin Liška ---
Heh, one another ICF issue. I thought we already fixed all of them :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99531
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99545
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99545
Martin Liška changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99545
Martin Liška changed:
What|Removed |Added
Summary|[11 Regression] ICE in |[11 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99549
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96495
Martin Liška changed:
What|Removed |Added
CC||here.is.a.gcc.bug at gmail dot
com
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99562
Bug ID: 99562
Summary: Invalid debug info: objdump: Warning: Location list
starting at offset 0x9c3 is not terminated.
Product: gcc
Version: 11.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99562
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99585
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99606
Bug ID: 99606
Summary: [10/11 Regression] ld.bfd: DWARF error: could not find
abbrev number 64 since r10-7521-g54af95767e887d63
Product: gcc
Version: 11.0
Status: UNCONFI
1 - 100 of 5132 matches
Mail list logo