https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93377
Bug ID: 93377
Summary: [10 Regression] ICE in tsubst_pack_expansion, at
cp/pt.c:12852
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92541
gcc-bugs at marehr dot dialup.fu-berlin.de changed:
What|Removed |Added
CC||gcc-bugs at m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93378
Bug ID: 93378
Summary: ICE in as_a, at is-a.h:197
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93379
Bug ID: 93379
Summary: ICE in set_value, at analyzer/region-model.cc:5149
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93361
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93362
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93379
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93378
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93375
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93373
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93374
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93288
--- Comment #4 from Martin Liška ---
(In reply to David Malcolm from comment #3)
> Marking status as SUSPENDED for now and setting Target Milestone to 11 (in
> the hope of adding c++ support to the analyzer in gcc 11).
Can't we call a sorry func
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93380
Bug ID: 93380
Summary: Variable Length Array Evaluation will be wrong or
cause GDB to crash due to GCC
Product: gcc
Version: 7.2.1
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93377
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93376
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93367
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93368
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93363
Martin Liška changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93381
Bug ID: 93381
Summary: points-to wrong for integer offsetting and
field-sensitive analysis
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93329
--- Comment #3 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:a38979d9d7a4ab08336436052704028c56187618
commit r10-6135-ga38979d9d7a4ab08336436052704028c56187618
Author: Jakub Jelinek
Date: We
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93381
Richard Biener changed:
What|Removed |Added
Keywords||alias, wrong-code
Status|UN
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93364
Martin Liška changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93382
Bug ID: 93382
Summary: ICE in validate, at analyzer/program-state.cc:512
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93381
--- Comment #2 from Richard Biener ---
The reason this breaks is we treat literal integer constants as pointing to
nonlocal memory, not considering pointing to automatic objects (s in this
case).
And a plain PLUS_EXPR is handled as merge operator
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93351
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93382
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93357
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93358
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Target Milestone|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93360
--- Comment #1 from Richard Biener ---
ISTR there's a duplicate of this report.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93369
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93376
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298
--- Comment #6 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:c892d8f58f6fed46c343bdb6dd4d365f08f801b8
commit r10-6137-gc892d8f58f6fed46c343bdb6dd4d365f08f801b8
Author: Jakub Jelinek
Date: We
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93377
Richard Biener changed:
What|Removed |Added
Keywords||ice-on-valid-code
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93329
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93376
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93369
--- Comment #1 from Martin Liška ---
(In reply to seurer from comment #0)
> THIS STARTED WITH COMMIT 28307164dfed294855bf3d55bed357de560f083b
Please prefix commit hash with g: . It will provide a http link.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40752
Christophe Lyon changed:
What|Removed |Added
CC||clyon at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92721
--- Comment #7 from Martin Sebor ---
On second thought, either decl_attributes() (or maybe even
handle_access_attribute()) could arrange to add the internal, condensed form of
the attributes to the function type without modifying the "expanded"
(
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93369
--- Comment #2 from Martin Liška ---
Like g:28307164dfed294855bf3d55bed357de560f083b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93369
Martin Liška changed:
What|Removed |Added
Status|NEW |ASSIGNED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92541
Jonathan Wakely changed:
What|Removed |Added
Keywords|ice-on-valid-code |ice-on-invalid-code
--- Comment #2 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92541
--- Comment #3 from Jonathan Wakely ---
However, the original segfault seems to have been fixed by r278768 aka
g:1906392b2c9a02da82d1739386219ec0f13bcc33 now anyway.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298
--- Comment #7 from pskocik at gmail dot com ---
(In reply to CVS Commits from comment #6)
> The master branch has been updated by Jakub Jelinek :
Thank you for the fix!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81437
Martin Sebor changed:
What|Removed |Added
Last reconfirmed|2017-08-30 00:00:00 |2020-1-22
Known to fail|9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93360
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93227
Jonathan Wakely changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92804
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298
--- Comment #8 from claudio daffra ---
it may not work with the double dollar ,
XSTR (x, 0) [0] == '$'
I can't verify '$$ id', "$$$ ... id" ad so on , at the moment
Il giorno mer 22 gen 2020 alle ore 11:24 pskocik at gmail dot com <
gcc-bugzi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298
--- Comment #9 from Jakub Jelinek ---
(In reply to claudio daffra from comment #8)
> it may not work with the double dollar ,
> XSTR (x, 0) [0] == '$'
> I can't verify '$$ id', "$$$ ... id" ad so on , at the moment
??? The only problem was with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298
--- Comment #10 from claudio daffra ---
Thanks, I'll check it out.
Il giorno mer 22 gen 2020 alle ore 11:47 jakub at gcc dot gnu.org <
gcc-bugzi...@gcc.gnu.org> ha scritto:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298
>
> --- Comment #9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33989
Andrew Pinski changed:
What|Removed |Added
Target||powerpc*-*
Component|middle-end
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93376
Jakub Jelinek changed:
What|Removed |Added
CC||rsandifo at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92924
--- Comment #7 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:5f32f9cf13f99f6295591927950aaf98aa8dba91
commit r10-6139-g5f32f9cf13f99f6295591927950aaf98aa8dba91
Author: Martin Liska
Date: Wed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93376
--- Comment #4 from Jakub Jelinek ---
Created attachment 47692
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47692&action=edit
gcc10-pr93376.patch
Full untested patch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92924
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|NEW
Assignee|marxin at gcc dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93380
Andrew Pinski changed:
What|Removed |Added
Keywords||wrong-debug
Target|cortex a9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35629
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|NEW
Assignee|pinskia at gcc do
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93335
--- Comment #3 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:d80f0a8dc9c2e5886bb79bddee2674e1d3f9d105
commit r10-6140-gd80f0a8dc9c2e5886bb79bddee2674e1d3f9d105
Author: Jakub Jelinek
Date: We
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93335
Jakub Jelinek changed:
What|Removed |Added
Summary|[9/10 Regression] ICE: in |[9 Regression] ICE: in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93383
Bug ID: 93383
Summary: ICE on accessing field of a structure which is
non-type template parameter, -std=c++2a
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93384
Bug ID: 93384
Summary: Python 3.9.0a3 fails to build on ppc64le with GCC
10.0.1: redefined symbol cannot be used on reloc
Product: gcc
Version: unknown
Status: UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30187
--- Comment #3 from Andrew Pinski ---
Here is the interesting thing:
#define vector __attribute__((vector_size(16)))
float f(vector float t, int i)
{
vector int tt = {i, i, i, i};
vector float r = __builtin_shuffle(t, tt);
return r[0];
}
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93309
--- Comment #4 from ripero84 at gmail dot com ---
Thank you! Would it be possible to backport this fix to the other active
branches?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30187
Andrew Pinski changed:
What|Removed |Added
Status|NEW |UNCONFIRMED
Ever confirmed|1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93384
Andrew Pinski changed:
What|Removed |Added
Keywords||assemble-failure
--- Comment #1 from And
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93381
Richard Biener changed:
What|Removed |Added
Known to work||10.0
--- Comment #3 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93381
--- Comment #4 from CVS Commits ---
The master branch has been updated by Richard Guenther :
https://gcc.gnu.org/g:2b85c0882205c31987ac26ffc49351a3af3b537c
commit r10-6141-g2b85c0882205c31987ac26ffc49351a3af3b537c
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93384
--- Comment #2 from Andrew Pinski ---
Can you use -save-temps and look at the generated assembler file in around
those two lines? This could be some inline-asm that causes the error too.
c-linux-gnu-as --disable-libstdcxx-pch
--prefix=/repo/gcc-trunk//binary-trunk-20200122013655-10502831581-checking-yes-rtl-df-extra-nobootstrap-amd64
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.0.1 20200122 (experimental) (GCC)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93385
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93385
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |10.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93385
--- Comment #2 from Andrew Pinski ---
If we force d to be used after the mod. Then we get working code.
I suspect the inlininer is doing some kind of dce detection.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93385
Andrew Pinski changed:
What|Removed |Added
Keywords||diagnostic
--- Comment #3 from Andrew Pi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92924
--- Comment #9 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:7491c17fe01d8cf116f645532d46120029b26408
commit r10-6145-g7491c17fe01d8cf116f645532d46120029b26408
Author: Martin Liska
Date: Wed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93386
Bug ID: 93386
Summary: Missing a const qualifier in the type denoted by
decltype((r))
Product: gcc
Version: 9.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93346
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93367
--- Comment #2 from dave.anglin at bell dot net ---
On 2020-01-21 9:55 p.m., dmalcolm at gcc dot gnu.org wrote:
> What's the definition of assert for this system?
extern void __assert(char *, char *, int);
# if defined(__cplusplus) &&
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93376
--- Comment #5 from rsandifo at gcc dot gnu.org
---
Personally I'd prefer it if we skipped arithmetic on modes wider
than MAX_BITSIZE_MODE_ANY_INT. wide-int routines should always
be able to write HWIs up to the full precision of the integer.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55394
Tomasz Kłoczko changed:
What|Removed |Added
CC||kloczko.tomasz at gmail dot com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93376
--- Comment #6 from Jakub Jelinek ---
Created attachment 47695
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47695&action=edit
gcc10-pr93376-2.patch
This is a variant patch that uses POImode with 192 bit precision instead of
OImode for th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93387
Bug ID: 93387
Summary: Invalid read of size 4 in linemap_lookup with pch and
-std=gnu++2a
Product: gcc
Version: 9.2.1
Status: UNCONFIRMED
Keywords: ice-on-valid
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93316
--- Comment #3 from David Malcolm ---
(In reply to sandra from comment #1)
[...]
> Also observed on nios2-elf:
>
> FAIL: gcc.dg/analyzer/pattern-test-2.c == 0 (test for warnings,
> line 21)
> FAIL: gcc.dg/analyzer/pattern-test-2.c != 0 (test f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93385
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93385
--- Comment #5 from Richard Biener ---
Hmm, no, IPA SRA thinks the parameter is unused (huh). Possibly -fno-ipa-cp
isn't implemented "fully".
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93388
Bug ID: 93388
Summary: ensure -fanalyzer works with our C code
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: analyzer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93388
David Malcolm changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93376
--- Comment #7 from Jakub Jelinek ---
(In reply to Jakub Jelinek from comment #6)
> Created attachment 47695 [details]
> gcc10-pr93376-2.patch
>
> This is a variant patch that uses POImode with 192 bit precision instead of
> OImode for these sig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93385
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84919
Martin Sebor changed:
What|Removed |Added
Keywords|deferred|patch
--- Comment #18 from Martin Sebor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93385
--- Comment #7 from Jakub Jelinek ---
And with additiona -fno-early-inlining started with
r10-3311-gff6686d2e5f797d6c6a36ad14a7084bc1dc350e4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93385
Martin Jambor changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93369
--- Comment #3 from seurer at gcc dot gnu.org ---
Will do in the future re: using g:
Should it also go in the Summary line? The hashes would make it quite long.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93385
--- Comment #9 from Jakub Jelinek ---
The options include -fno-tree-dce.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26724
pskocik at gmail dot com changed:
What|Removed |Added
CC||pskocik at gmail dot com
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93386
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79620
Jonathan Wakely changed:
What|Removed |Added
CC||kyle.show910 at gmail dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93385
--- Comment #10 from Martin Jambor ---
Ah, -fno-tree-dce is specfied on the command line...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93389
Bug ID: 93389
Summary: Failure to detect UB in constexpr context
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93389
YSC changed:
What|Removed |Added
CC||yankel.scialom-ext@natixis.
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92152
--- Comment #10 from Jan Hubicka ---
Concerning:
> Honza, the type_has_components_p check in
>
> if (compare_type_sizes (TREE_TYPE (ref2), type1) >= 0
> && (!end_struct_ref1
> || compare_type_sizes (TREE_TYPE (ref2),
>
1 - 100 of 188 matches
Mail list logo