https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71378
--- Comment #7 from asankau at millenniumit dot com ---
(In reply to Martin Liška from comment #6)
> (In reply to asankau from comment #5)
> > (In reply to Martin Liška from comment #4)
> > > (In reply to asankau from comment #3)
> > > > Hi,
> > >
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71378
--- Comment #6 from Martin Liška ---
(In reply to asankau from comment #5)
> (In reply to Martin Liška from comment #4)
> > (In reply to asankau from comment #3)
> > > Hi,
> > > Is there a workaround to this problem ? (I mean is there anything th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71378
--- Comment #5 from asankau at millenniumit dot com ---
(In reply to Martin Liška from comment #4)
> (In reply to asankau from comment #3)
> > Hi,
> > Is there a workaround to this problem ? (I mean is there anything that I can
> > do to the sourc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71378
--- Comment #4 from Martin Liška ---
(In reply to asankau from comment #3)
> Hi,
> Is there a workaround to this problem ? (I mean is there anything that I can
> do to the source code of FGConfig.cpp to get rid of this error.)
You can workaround
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71378
--- Comment #3 from asankau at millenniumit dot com ---
Hi,
Is there a workaround to this problem ? (I mean is there anything that I can do
to the source code of FGConfig.cpp to get rid of this error.)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71378
--- Comment #2 from Martin Liška ---
Reduced test-case:
$ cat tc.ii
class A {
public:
int GetLen();
};
class B {
A s_MDSPartIDStr;
void FillLoadPartitionInfo();
};
void B::FillLoadPartitionInfo() { char a[s_MDSPartIDStr.GetLen()] = ""; }
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71378
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71378
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2016-6-2
CC|