[Bug libstdc++/69751] New: error: call of overloaded 'abs(size_t)' is ambiguous

2016-02-10 Thread martin.gansser at gmail dot com
iority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: martin.gansser at gmail dot com Target Milestone: --- g++ -c -ggdb -O0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -g

[Bug libstdc++/69751] error: call of overloaded 'abs(size_t)' is ambiguous

2016-02-10 Thread martin.gansser at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69751 --- Comment #3 from mgansser at alice dot de --- many thanks for supporting me, problem was solved.

[Bug libstdc++/69808] New: error: could not convert 'count' from 'eVeDisplayMenu' to 'int'

2016-02-13 Thread martin.gansser at gmail dot com
MED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: martin.gansser at gmail dot com Target Milestone: --- since compiling with gcc6 the following error occurs: g++ -O2 -g -pipe -Wall -Werror=format-se

[Bug c++/69808] error: could not convert 'count' from 'eVeDisplayMenu' to 'int'

2016-02-14 Thread martin.gansser at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69808 mgansser at alice dot de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|-

[Bug c++/78861] New: sequencer.cpp:603:53: error: cannot convert 'std::basic_istream::__istream_type {aka std::basic_istream}' to 'bool' in assignment

2016-12-19 Thread martin.gansser at gmail dot com
Product: gcc Version: 6.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: martin.gansser at gmail dot com Target Milestone: --- Hi, i tried to compile

[Bug c++/78861] sequencer.cpp:603:53: error: cannot convert 'std::basic_istream::__istream_type {aka std::basic_istream}' to 'bool' in assignment

2016-12-20 Thread martin.gansser at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78861 --- Comment #2 from mgansser at alice dot de --- (In reply to Markus Trippelsdorf from comment #1) > https://gcc.gnu.org/gcc-6/porting_to.html I am not a software developer, could you please tell me, where can i get help ?

[Bug c++/78861] sequencer.cpp:603:53: error: cannot convert 'std::basic_istream::__istream_type {aka std::basic_istream}' to 'bool' in assignment

2016-12-20 Thread martin.gansser at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78861 --- Comment #6 from mgansser at alice dot de --- (In reply to Markus Trippelsdorf from comment #5) > (In reply to Jonathan Wakely from comment #4) > > No, that will convert the stream to a bool then try to bitshift it. > > > > It should be: > >

[Bug libgcc/82427] New: gcc-7.2.1 error: '::mktime' has not been declared using ::mktime;

2017-10-04 Thread martin.gansser at gmail dot com
ty: normal Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: martin.gansser at gmail dot com Target Milestone: --- when trying to compile miam-player on Fedora27 with gcc7 the following error message appears: g++ -c -O2 -g -

[Bug libstdc++/82427] gcc-7.2.1 error: '::mktime' has not been declared using ::mktime;

2017-10-04 Thread martin.gansser at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82427 mgansser at alice dot de changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #3 from mga