[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 comment #3) > > > > Hi, > > >

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

2016-06-03 Thread marxin at gcc dot gnu.org
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

[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 can > > do to the sourc

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

2016-06-03 Thread marxin at gcc dot gnu.org
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

[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] A compilable file fails to compile when ASAN options are specified

2016-06-02 Thread marxin at gcc dot gnu.org
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()] = ""; }

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

2016-06-02 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71378 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

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

2016-06-02 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71378 Martin Liška changed: What|Removed |Added Last reconfirmed||2016-6-2 CC|