https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64626
Bug ID: 64626
Summary: C++14 single quote should not always be a digit
separator
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priori
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64626
--- Comment #1 from Ben Longbons ---
Demostration that gcc correctly preprocesses the other tokens:
#define JOIN(a, b) a##b
JOIN(.., .)
// error about pasting . and .
#define JOIN3(a, b, c) a##b##c
JOIN3(%:%, :, %:)
// successfully results in %
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64218
--- Comment #11 from Markus Trippelsdorf ---
(In reply to Jan Hubicka from comment #10)
> Wonder if this one is fixed, too...
No. It still crashes.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64625
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61743
--- Comment #16 from rguenther at suse dot de ---
On Thu, 15 Jan 2015, jakub at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61743
>
> Jakub Jelinek changed:
>
>What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61743
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64568
Markus Trippelsdorf changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64622
--- Comment #2 from Richard Biener ---
That's indeed more clever "loop header copying".
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64622
--- Comment #3 from Richard Biener ---
without loop header copyign we generate
__strcspn_c1:
.LFB0:
.cfi_startproc
xorl%eax, %eax
jmp .L2
.p2align 4,,10
.p2align 3
.L8:
cmpl%esi, %edx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51747
Ville Voutilainen changed:
What|Removed |Added
Status|RESOLVED|REOPENED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64621
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11222
Ramana Radhakrishnan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64601
--- Comment #4 from Richard Biener ---
(In reply to Marc Glisse from comment #3)
> Actually there is no need for inlining.
>
> struct A { int i; };
> void f(struct A *a){ *&a->i=0; }
> void g(struct A *a){ int*p=&a->i;*p=0; }
>
> The main diffe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64601
--- Comment #5 from Richard Biener ---
Created attachment 34460
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34460&action=edit
patch
This is what I am talking about (I think it's wrong and instead we have
to remove the case completely)
ii, @object
.size iii, 4
iii:
.zero 4
.ident "GCC: (GNU) 5.0.0 20150116 (experimental)"
nios2-elf-gcc -O2 -mgpopt=global -fno-common -S gprel-not-ok.c && cat
gprel-not-ok.s
.file "gprel-not-ok.c"
.section.text
.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62016
Richard Biener changed:
What|Removed |Added
Known to work||5.0
Summary|[4.8/4.9/5 Regre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58614
--- Comment #2 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Fri Jan 16 09:38:59 2015
New Revision: 219716
URL: https://gcc.gnu.org/viewcvs?rev=219716&root=gcc&view=rev
Log:
/cp
2015-01-16 Paolo Carlini
PR c++/58614
* pt.c (u
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64601
--- Comment #6 from Richard Biener ---
Note that we do it correctly even - forcing a TBAA type of just 'int' and thus
disabling path-based disambiguation.
So doing this won't help you, it just will generate larger trees:
void f(V&, V&) (struct
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58614
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64601
--- Comment #7 from Marc Glisse ---
I am testing the following hack, I hope there will be at least 1 failure in the
testsuite that will help me understand why it is wrong. It bootstraps and gives
accesses like MEM[(struct _Vector_impl *)v_4(D)]._
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61548
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|WAITING |ASSIGNED
--- Comment #11 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64011
--- Comment #3 from Jiong Wang ---
Author: jiwang
Date: Fri Jan 16 10:14:51 2015
New Revision: 219717
URL: https://gcc.gnu.org/viewcvs?rev=219717&root=gcc&view=rev
Log:
[Patch] Warn and truncate bitsize when partial overflow happen
PR rtl-opt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64607
--- Comment #2 from Dominique d'Humieres ---
As expected from comment 0, the following patch restores the previous behavior.
--- ../_clean/libffi/Makefile.in2015-01-12 17:31:37.0 +0100
+++ libffi/Makefile.in2015-01-15 23:02:11.00
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64011
Jiong Wang changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64624
Anton Blanchard changed:
What|Removed |Added
Target||powerpc64le-
Status|UNCONF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64623
Bug ID: 64623
Summary: ppc64 build failure, ISA_2_7_MASKS_SERVER not declared
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64614
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64568
--- Comment #7 from Markus Trippelsdorf ---
trippels@gcc2-power8 status % cat test22.ii
namespace std
{
typedef long unsigned size_t;
}
class H;
namespace std
{
template struct complex;
template
complex<_Tp> operator+(complex<_Tp> &__x, complex
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64625
Thomas Schwinge changed:
What|Removed |Added
Keywords||openacc, openmp
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64612
--- Comment #9 from Markus Trippelsdorf ---
Author: trippels
Date: Fri Jan 16 11:12:52 2015
New Revision: 219721
URL: https://gcc.gnu.org/viewcvs?rev=219721&root=gcc&view=rev
Log:
g++.dg/ipa/pr64612.C: New test.
2015-01-16 Markus Trippelsdorf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64163
--- Comment #10 from Markus Trippelsdorf ---
Author: trippels
Date: Fri Jan 16 11:12:52 2015
New Revision: 219721
URL: https://gcc.gnu.org/viewcvs?rev=219721&root=gcc&view=rev
Log:
g++.dg/ipa/pr64612.C: New test.
2015-01-16 Markus Trippelsdorf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64163
Markus Trippelsdorf changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64612
--- Comment #10 from Markus Trippelsdorf ---
*** Bug 64163 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64438
Tejas Belagod changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64611
Jonathan Wakely changed:
What|Removed |Added
Status|RESOLVED|NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64605
--- Comment #2 from iverbin at gcc dot gnu.org ---
Author: iverbin
Date: Fri Jan 16 11:29:54 2015
New Revision: 219722
URL: https://gcc.gnu.org/viewcvs?rev=219722&root=gcc&view=rev
Log:
PR testsuite/64605
libatomic/
* testsuite/lib/libat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64627
Bug ID: 64627
Summary: Internal compiler error: Segmentation fault
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64616
thopre01 at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64015
--- Comment #16 from Jiong Wang ---
Author: jiwang
Date: Fri Jan 16 11:48:00 2015
New Revision: 219723
URL: https://gcc.gnu.org/viewcvs?rev=219723&root=gcc&view=rev
Log:
[AArch64] Enable CCMP support for AArch64, PR64015 resolved
gcc/
2015-01-1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64015
Jiong Wang changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64286
clyon at gcc dot gnu.org changed:
What|Removed |Added
CC||clyon at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64628
Bug ID: 64628
Summary: testsuite/c-c++-common/goacc/acc_on_device-2.c:19:10:
internal compiler error: Segmentation fault on ppc64
Product: gcc
Version: 5.0
Status: UNCONF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61743
--- Comment #18 from Richard Biener ---
Author: rguenth
Date: Fri Jan 16 12:06:07 2015
New Revision: 219725
URL: https://gcc.gnu.org/viewcvs?rev=219725&root=gcc&view=rev
Log:
2015-01-16 Richard Biener
PR tree-optimization/61743
* gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64042
vries at gcc dot gnu.org changed:
What|Removed |Added
CC||aph at redhat dot com,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64629
Bug ID: 64629
Summary: [5 Regression] -Wformat-security warns with const char
*const vars
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64629
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64627
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45290
--- Comment #18 from janus at gcc dot gnu.org ---
Author: janus
Date: Fri Jan 16 12:49:46 2015
New Revision: 219731
URL: https://gcc.gnu.org/viewcvs?rev=219731&root=gcc&view=rev
Log:
2015-01-16 Janus Weil
PR fortran/45290
* decl.c (ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45290
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39627
Bug 39627 depends on bug 45290, which changed state.
Bug 45290 Summary: [F08] pointer initialization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45290
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51076
Bug 51076 depends on bug 45290, which changed state.
Bug 45290 Summary: [F08] pointer initialization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45290
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64363
--- Comment #2 from ienkovich at gcc dot gnu.org ---
Author: ienkovich
Date: Fri Jan 16 13:08:24 2015
New Revision: 219733
URL: https://gcc.gnu.org/viewcvs?rev=219733&root=gcc&view=rev
Log:
gcc/
PR target/64363
* ipa-chkp.h (chkp_instrum
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64614
Richard Biener changed:
What|Removed |Added
Known to fail||2.95.2, 3.4.6, 4.1.2
--- Comment #6 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64149
--- Comment #5 from Jiong Wang ---
Author: jiwang
Date: Fri Jan 16 13:11:53 2015
New Revision: 219734
URL: https://gcc.gnu.org/viewcvs?rev=219734&root=gcc&view=rev
Log:
[AArch64] Remove -mlra/-mno-lra option for Aarch64
2015-01-16 Matthew Waha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64149
Jiong Wang changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64600
Ramana Radhakrishnan changed:
What|Removed |Added
Target Milestone|--- |5.0
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64606
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64628
--- Comment #1 from Uroš Bizjak ---
Fixed by r219735?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64568
--- Comment #8 from Richard Biener ---
Author: rguenth
Date: Fri Jan 16 13:21:11 2015
New Revision: 219736
URL: https://gcc.gnu.org/viewcvs?rev=219736&root=gcc&view=rev
Log:
2015-01-16 Richard Biener
PR tree-optimization/64568
* tree
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64568
Richard Biener changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64614
--- Comment #7 from Richard Biener ---
Author: rguenth
Date: Fri Jan 16 13:26:10 2015
New Revision: 219739
URL: https://gcc.gnu.org/viewcvs?rev=219739&root=gcc&view=rev
Log:
2015-01-16 Richard Biener
PR middle-end/64614
* tree-ssa-un
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63576
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64628
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64453
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64625
--- Comment #4 from Dominique d'Humieres ---
Any hope to have this fixed rapidly? Thousands of failures make testing a
nightmare.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64629
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64434
--- Comment #17 from ienkovich at gcc dot gnu.org ---
Author: ienkovich
Date: Fri Jan 16 14:22:57 2015
New Revision: 219741
URL: https://gcc.gnu.org/viewcvs?rev=219741&root=gcc&view=rev
Log:
gcc/testsuite/
PR tree-optimization/64434
* gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64516
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64458
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55997
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64616
thopre01 at gcc dot gnu.org changed:
What|Removed |Added
Target||arm-none-eabi
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64617
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64263
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64263
--- Comment #3 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Fri Jan 16 14:50:39 2015
New Revision: 219745
URL: https://gcc.gnu.org/viewcvs?rev=219745&root=gcc&view=rev
Log:
[AArch64] Fix PR 64263: Do not try to split constants when
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64623
David Edelsohn changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64623
--- Comment #3 from David Edelsohn ---
I temporarily reverted the patch. I need to explicitly include rs6000-cpus.def
in default64.h.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64605
iverbin at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61933
--- Comment #8 from Jerry DeLisle ---
You might notice that we redefined existence to be whether or not it is
connected. Units get connected when opened so your sample code needs only ask:
IF ((.NOT.is_open).AND.(istat == 0)) RETURN
Whether th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64630
Bug ID: 64630
Summary: error: invalid reference prefix
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64631
Bug ID: 64631
Summary: error: ‘lgammal_r’ was not declared in this scope
Product: gcc
Version: 4.9.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64631
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33651
Ramana Radhakrishnan changed:
What|Removed |Added
Keywords||diagnostic
Status|UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61933
--- Comment #9 from Joost VandeVondele
---
(In reply to Jerry DeLisle from comment #8)
> You might notice that we redefined existence to be whether or not it is
> connected. Units get connected when opened so your sample code needs only
> ask:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63771
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63740
--- Comment #11 from Ramana Radhakrishnan ---
*** Bug 63771 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64601
--- Comment #8 from Marc Glisse ---
With the modified hack below, the testsuite passes, except:
gcc.dg/tree-ssa/scev-[34].c those go from xfail to pass, that sounds good
g++.dg/tree-ssa/pr31146.C seems that the scan-tree-dump is too strict
c-c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64625
--- Comment #5 from howarth at bromo dot med.uc.edu ---
Does this imply that significant chunks of dead code exists in this merge?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64353
--- Comment #8 from ienkovich at gcc dot gnu.org ---
Author: ienkovich
Date: Fri Jan 16 15:38:21 2015
New Revision: 219748
URL: https://gcc.gnu.org/viewcvs?rev=219748&root=gcc&view=rev
Log:
gcc/
PR middle-end/64353
* tree-cfg.c (pass_dat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61933
Jerry DeLisle changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60162
Ramana Radhakrishnan changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748
--- Comment #57 from Ramana Radhakrishnan ---
(In reply to Jakub Jelinek from comment #56)
> GCC 4.8.4 has been released.
If it's too late to backport this to 4.8 we might as well close this off
targeting it for 4.9.
Ramana
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64630
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64568
Markus Trippelsdorf changed:
What|Removed |Added
CC||dcb314 at hotmail dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63607
Ramana Radhakrishnan changed:
What|Removed |Added
CC||ramana at gcc dot gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61933
--- Comment #11 from Joost VandeVondele
---
(In reply to Jerry DeLisle from comment #10)
> It occurs to me another possible interpretation of what a unit existence
> might be.
>
> Behind the scenes when opening a unit with no filename we create
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63250
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62211
Ramana Radhakrishnan changed:
What|Removed |Added
Keywords||documentation
Status|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64625
--- Comment #6 from howarth at bromo dot med.uc.edu ---
The code producing this problematic symbol appears to be...
/* Holds a decl for __OFFLOAD_TABLE__. */
static GTY(()) tree offload_symbol_decl;
/* Get the __OFFLOAD_TABLE__ symbol. */
stati
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748
--- Comment #58 from Bernd Edlinger ---
IIRC it was first fixed in 4.9.0.
The known to fail above includes 4.9.0 but that is wrong.
Do you think this is still worth to be fixed in 4.8.5 ?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64632
Bug ID: 64632
Summary: runtime error: member call on address 0x004318a8
which does not point to an object of type 'ios_base'
Product: gcc
Version: 5.0
Status: UNCONFI
1 - 100 of 184 matches
Mail list logo