[Bug c++/71378] A compilable file fails to compile when ASAN options are specified

2016-06-03 Thread asankau at millenniumit dot com
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

[Bug c++/71378] A compilable file fails to compile when ASAN options are specified

2016-06-03 Thread asankau at millenniumit dot com
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

[Bug c++/71378] A compilable file fails to compile when ASAN options are specified

2016-06-02 Thread asankau at millenniumit dot com
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.)

[Bug c++/71378] New: A compilable file fails to compile when ASAN options are specified

2016-06-01 Thread asankau at millenniumit dot com
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

[Bug c++/59001] New: Use of -pedantic throws errors instead of warnings

2013-11-05 Thread asankau at millenniumit dot com
: 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