https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84270
Thomas Koenig changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84277
Bug ID: 84277
Summary: [8 Regression] A lot of new acats testsuite failures
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84278
Bug ID: 84278
Summary: claims initv4sfv2sf is available but inits through
stack
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Keywords: missed-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84278
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84248
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83204
--- Comment #4 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Thu Feb 8 09:06:33 2018
New Revision: 257478
URL: https://gcc.gnu.org/viewcvs?rev=257478&root=gcc&view=rev
Log:
/cp
2018-02-08 Paolo Carlini
PR c++/83204
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83204
Paolo Carlini changed:
What|Removed |Added
Summary|[6/7/8 Regression] c++ |[6/7 Regression] c++
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83789
--- Comment #5 from Kaushikp ---
>> Kaushik: is this fixed with r256762?
No. The testcase still fails with internal compiler error: Segmentation fault.
This revision (r256762) dated 16th Jan 2018 still calls
'CODE_FOR_altivec_lvx_v4si_2op' insn
f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84251
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84251
--- Comment #3 from Jakub Jelinek ---
Testcase without headers:
int
cmp (double a, double b)
{
if (__builtin_isnan (a) || __builtin_isnan (b))
__builtin_abort ();
return a == b;
}
In *.optimized we have:
if (a_2(D) unord b_3(D))
g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84037
--- Comment #24 from Richard Biener ---
(In reply to amker from comment #23)
> (In reply to Richard Biener from comment #21)
> > So after r257453 we improve the situation pre-IVOPTs to just
> > 6 IVs (duplicated but trivially equivalent) plus one
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84276
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84270
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84276
Richard Biener changed:
What|Removed |Added
Keywords||rejects-valid
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84277
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |8.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84276
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82604
--- Comment #26 from Alexander Nesterovskiy ---
Created attachment 43361
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43361&action=edit
r253678 vs r256990_work_spin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82604
--- Comment #27 from Alexander Nesterovskiy ---
Place of interest here is a loop in mat_times_vec function.
For r253678 a mat_times_vec.constprop._loopfn.0 is created with autopar.
For r256990 the mat_times_vec is inlined into bi_cgstab_block and
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84213
Richard Biener changed:
What|Removed |Added
CC||pmderodat at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83806
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|paolo.carlin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84213
--- Comment #6 from Richard Biener ---
In the Fortran case the DECL_VALUE_EXPR is
COMPONENT_REF
and rtl_for_decl_location gets to a location via loc_list_from_tree
which eventually looks at DECL_VALUE_EXPR.
I'm quite sure the rev. is responsible
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84279
Bug ID: 84279
Summary: [8 Regression] powerpc64le ICE on cvc4
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84279
Jakub Jelinek changed:
What|Removed |Added
CC||dje at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84279
--- Comment #1 from Jakub Jelinek ---
pr84279.C: In member function ‘void B::m5(B::D*)’:
pr84279.C:29:79: error: could not split insn
void B::m5 (D *c) { unsigned x; C ar; A am; if (ar.m1 (c->e, am)) m6 (x, am);
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84280
Bug ID: 84280
Summary: Performance regression in g++-7 with Eigen for
non-AVX2 CPUs
Product: gcc
Version: 7.2.1
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83969
--- Comment #6 from Segher Boessenkool ---
r256598 deleted *movti_string (and all other string instructions); does
this bug still happen? That patch was committed 20180112.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83969
--- Comment #7 from Jakub Jelinek ---
Yes, it does (just verified with latest trunk).
;; TImode/PTImode is similar, except that we usually want to compute the
;; address into a register and use lsi/stsi (the exception is during reload).
(define_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84261
Jakub Jelinek changed:
What|Removed |Added
Keywords||openmp
Component|libgomp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84261
--- Comment #5 from Marcin Krotkiewski ---
(In reply to Jakub Jelinek from comment #4)
> The declare simd on the functions is essentially an implicit loop around the
> whole body, so the function in this cases is passed a V4DFmode argument and
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84224
--- Comment #2 from Aldy Hernandez ---
Author: aldyh
Date: Thu Feb 8 11:16:25 2018
New Revision: 257480
URL: https://gcc.gnu.org/viewcvs?rev=257480&root=gcc&view=rev
Log:
PR tree-optimization/84224
* gimple-ssa-warn-alloca.c (pa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84224
Aldy Hernandez changed:
What|Removed |Added
Summary|[7/8 Regression] ICE in |[7 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281
Bug ID: 84281
Summary: Heap grows indefinitely
Product: gcc
Version: 7.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: u
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84272
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281
Richard Biener changed:
What|Removed |Added
Keywords||memory-hog
--- Comment #1 from Richard
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84280
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281
--- Comment #2 from fiesh at zefix dot tv ---
I guess that depends on the definition of "meaningful". It reproduces the
problem, so I'd say yes. ;)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83008
--- Comment #36 from sergey.shalnov at intel dot com ---
The patch fixes the issue for SKX is in
https://gcc.gnu.org/ml/gcc-patches/2018-02/msg00405.html
I will close the PR after the patch has been merged.
Thank you very much for all involved.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84215
--- Comment #5 from Christophe Lyon ---
Today on ARM:
--- FAIL: TestExtraFiles (1.19s)
testing.go:560: TestExtraFiles: Something already leaked - closed fd 63
testing.go:560: Run: exit status 1; stdout "leaked parent file. fd =
58
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84280
Marc Glisse changed:
What|Removed |Added
Known to work||5.5.0
Summary|Performance regre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84280
--- Comment #3 from Patrik Huber ---
@Richard: I'm not 100% sure what you mean with "preprocessed source" but I
googled and you probably mean the output of compiling with "-c -save-temps".
Please see attached.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84280
--- Comment #4 from Patrik Huber ---
Created attachment 43363
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43363&action=edit
gcc5_gemm_test.s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84280
--- Comment #5 from Patrik Huber ---
Created attachment 43364
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43364&action=edit
gcc7_gemm_test.s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84280
--- Comment #6 from Patrik Huber ---
I could also upload you the .ii files but they are 5 MB, which the bugtracker
doesn't allow (1 MB limit).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84280
--- Comment #7 from Patrik Huber ---
Created attachment 43365
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43365&action=edit
gemm_test.cpp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84280
--- Comment #8 from Patrik Huber ---
Created attachment 43366
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43366&action=edit
full_log.txt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84280
--- Comment #9 from Marc Glisse ---
(In reply to Patrik Huber from comment #6)
> I could also upload you the .ii files but they are 5 MB, which the
> bugtracker doesn't allow (1 MB limit).
preprocessed sources are the .ii files (you can use comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84280
--- Comment #10 from Patrik Huber ---
Created attachment 43367
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43367&action=edit
gcc5_gemm_test.ii
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84280
--- Comment #11 from Patrik Huber ---
Created attachment 43368
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43368&action=edit
gcc7_gemm_test.ii
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83459
--- Comment #3 from Wilco ---
Author: wilco
Date: Thu Feb 8 12:29:28 2018
New Revision: 257481
URL: https://gcc.gnu.org/viewcvs?rev=257481&root=gcc&view=rev
Log:
PR84068, PR83459: Fix sort order of SCHED_PRESSURE_MODEL
The comparison function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84068
--- Comment #5 from Wilco ---
Author: wilco
Date: Thu Feb 8 12:29:28 2018
New Revision: 257481
URL: https://gcc.gnu.org/viewcvs?rev=257481&root=gcc&view=rev
Log:
PR84068, PR83459: Fix sort order of SCHED_PRESSURE_MODEL
The comparison function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84068
Wilco changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82407
Bug 82407 depends on bug 83459, which changed state.
Bug 83459 Summary: [8 Regression] ICE: qsort checking failed: qsort comparator
non-negative on sorted output: 1 with --param=sched-pressure-algorithm=2
https://gcc.gnu.org/bugzilla/show_bug.cgi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83459
Wilco changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84155
Richard Biener changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84141
Bug 84141 depends on bug 84155, which changed state.
Bug 84155 Summary: [8 Regression] program hangs on valid code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84155
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84213
Pierre-Marie de Rodat changed:
What|Removed |Added
CC||derodat at adacore dot com
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81589
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=82952
Volker Reichelt changed:
What|Removed |Added
CC||reichelt at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84282
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2018-2-8
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84282
Bug ID: 84282
Summary: [8 Regression] Probably rejected valid code
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84265
rsandifo at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84282
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84213
--- Comment #8 from rguenther at suse dot de ---
On Thu, 8 Feb 2018, derodat at adacore dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84213
>
> Pierre-Marie de Rodat changed:
>
>What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84037
Bug 84037 depends on bug 84278, which changed state.
Bug 84278 Summary: claims initv4sfv2sf is available but inits through stack
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84278
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84278
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84278
--- Comment #3 from Richard Biener ---
Author: rguenth
Date: Thu Feb 8 12:53:19 2018
New Revision: 257483
URL: https://gcc.gnu.org/viewcvs?rev=257483&root=gcc&view=rev
Log:
2018-02-08 Richard Biener
PR tree-optimization/84278
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84261
--- Comment #6 from Jakub Jelinek ---
(In reply to Marcin Krotkiewski from comment #5)
> (In reply to Jakub Jelinek from comment #4)
> > The declare simd on the functions is essentially an implicit loop around the
> > whole body, so the function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84213
Richard Biener changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84280
--- Comment #12 from Richard Biener ---
Hmm, the preprocessed source(s) are hard to work with given the eigen headers
seem to have conditional code on the enabled ISAs.
>From a quick look it seems to be inlining related? My past experience says
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82210
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84141
--- Comment #37 from paul.richard.thomas at gmail dot com ---
Hi Richi,
> So the fix quite possibly only papers over the problem in general
> - it changes to use a new, non-cached variant in this place but I see
> many more callers to gfc_get_dt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84233
--- Comment #2 from Richard Biener ---
Author: rguenth
Date: Thu Feb 8 13:29:15 2018
New Revision: 257486
URL: https://gcc.gnu.org/viewcvs?rev=257486&root=gcc&view=rev
Log:
2018-02-08 Richard Biener
PR tree-optimization/84233
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84233
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84233
--- Comment #4 from Richard Biener ---
Author: rguenth
Date: Thu Feb 8 13:30:49 2018
New Revision: 257487
URL: https://gcc.gnu.org/viewcvs?rev=257487&root=gcc&view=rev
Log:
2018-02-08 Richard Biener
PR tree-optimization/84233
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84282
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84282
--- Comment #3 from Martin Liška ---
Thank you both for clarification.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38785
--- Comment #50 from Jorn Wolfgang Rennecke ---
It certainly is the case that the merit of an optimization can often not be
evaluated until forther optimization passes are done. In fact, as an assembly
programmer, evaluating potential alternativ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84283
Bug ID: 84283
Summary: std::map::insert(const_iterator, P&&) now ambiguous
with std::map::insert(InputIterator, InputIterator)
Product: gcc
Version: 8.0
Status: UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84284
Bug ID: 84284
Summary: ICE compiling printf("\n"); with -fexec-charset=UTF-16
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84283
Liu Hao changed:
What|Removed |Added
CC||lh_mouse at 126 dot com
--- Comment #1 from Li
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84283
--- Comment #2 from Liu Hao ---
Ditto, but even more reduced:
--
#include
template
struct map {
template::value>::type>
void * insert(void * pos, Pair&& x);
template
void insert(Iterator first, Iterator last)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83969
Segher Boessenkool changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84213
--- Comment #10 from Pierre-Marie de Rodat ---
(In reply to Richard Biener from comment #8)
> Yeah, setting DECL_PRESERVE_P would make it possible to add the
> location late since we'd not remove the decl. Currently it's simply
> gone and the ea
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81038
Bill Schmidt changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84283
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84283
Jonathan Wakely changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
Su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84285
Bug ID: 84285
Summary: Fail to statically link with -fsanitize=undefined
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84213
--- Comment #11 from rguenther at suse dot de ---
On Thu, 8 Feb 2018, derodat at adacore dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84213
>
> --- Comment #10 from Pierre-Marie de Rodat ---
> (In reply to Richard Biener from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84154
--- Comment #5 from Bill Schmidt ---
Does this still need a 7 backport?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84283
--- Comment #5 from Jonathan Wakely ---
Another example from https://bugzilla.redhat.com/show_bug.cgi?id=1542132
namespace std {
struct true_type { static constexpr bool value = true; };
struct false_type { static constexpr bool value = fal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84154
Segher Boessenkool changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84285
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81360
--- Comment #16 from Jan Hubicka ---
Author: hubicka
Date: Thu Feb 8 14:51:51 2018
New Revision: 257490
URL: https://gcc.gnu.org/viewcvs?rev=257490&root=gcc&view=rev
Log:
PR ipa/81360
* cgraph.h (symtab_node::output_to_lto_symbo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84285
Jakub Jelinek changed:
What|Removed |Added
Status|RESOLVED|ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84285
--- Comment #3 from Jakub Jelinek ---
Created attachment 43371
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43371&action=edit
gcc8-pr84285.patch
Untested fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84286
Bug ID: 84286
Summary: [8 Regression] Segmentation fault of a chromium binary
Product: gcc
Version: unknown
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84213
--- Comment #12 from Jakub Jelinek ---
I believe DWARF doesn't have a way to push address of a DIE (if it has one),
only can use DW_OP_addr which pushes an address of a relocatable symbol rather
than a DIE.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84286
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-*, i?86-*-*
Version
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84287
Bug ID: 84287
Summary: pointer to member function type with dependent
parameter cannot be mangled
Product: gcc
Version: 7.3.0
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84283
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |8.0
1 - 100 of 240 matches
Mail list logo