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 comm
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 ca
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.)
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: asankau at millenniumit dot com
Target Milestone: ---
Created attachment 38622
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38622&action=edit
compressed "FGCon
: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: asankau at millenniumit dot com
CODE :
int main ( int argc , char* argv[])
{
int iSz = 10;
char zBuff1[iSz];
return 0;
}
COMPILES WITHOUT -PEDANTIC
>g++ -c PedanticTest.cpp
DOES NOT COMP