[Bug lto/102159] lto1: internal compiler error: Segmentation fault

2021-09-01 Thread anton.kochkov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102159 --- Comment #2 from Anton Kochkov --- (In reply to Martin Liška from comment #1) > Can you please provide exact steps on how to reproduce the issue on a > vanilla system? 1. dnf install ocaml opam 2. opam init (Y/Y) 2a eval $(opam env) 3. opam

[Bug lto/102159] New: lto1: internal compiler error: Segmentation fault

2021-09-01 Thread anton.kochkov at gmail dot com via Gcc-bugs
Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: anton.kochkov at gmail dot com CC: marxin at gcc dot gnu.org Target Milestone: --- Was updating local opam switch: [i] ℤ ocamlc --version

[Bug c++/80445] /usr/include/c++/6.3.1/cstdio:124:11: error: ‘::gets’ has not been declared using ::gets;

2017-04-17 Thread anton.kochkov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80445 Anton Kochkov changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #7 from Anton Kochkov

[Bug c++/80445] /usr/include/c++/6.3.1/cstdio:124:11: error: ‘::gets’ has not been declared using ::gets;

2017-04-17 Thread anton.kochkov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80445 --- Comment #5 from Anton Kochkov --- Created attachment 41205 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41205&action=edit preprocessed file output of g++ -c -pipe -m32 -O2 -std=gnu++11 -D_REENTRANT -Wall -W -fPIC -D__IDP__ -D__QT__

[Bug c++/80445] /usr/include/c++/6.3.1/cstdio:124:11: error: ‘::gets’ has not been declared using ::gets;

2017-04-17 Thread anton.kochkov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80445 --- Comment #4 from Anton Kochkov --- here is /usr/include/qt5/QtCore/qbytearray.h: #ifndef QBYTEARRAY_H #define QBYTEARRAY_H #include #include #include #include #include #include #include// <-- line 52 #include Seem no namespace

[Bug c++/80445] /usr/include/c++/6.3.1/cstdio:124:11: error: ‘::gets’ has not been declared using ::gets;

2017-04-17 Thread anton.kochkov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80445 --- Comment #1 from Anton Kochkov --- Forgot to mention command line: g++ -c -pipe -m32 -O2 -std=gnu++11 -D_REENTRANT -Wall -W -fPIC -D__IDP__ -D__QT__ -D__EA64__ -D__LINUX__ -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../

[Bug c++/80445] New: /usr/include/c++/6.3.1/cstdio:124:11: error: ‘::gets’ has not been declared using ::gets;

2017-04-17 Thread anton.kochkov at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: anton.kochkov at gmail dot com Target Milestone: --- In file included from /usr/include/c++/6.3.1/ext/string_conversions.h:43:0, from /usr

[Bug c++/49722] New: G++ doens't allow compilation with extern "C" and C99 inside

2011-07-12 Thread anton.kochkov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49722 Summary: G++ doens't allow compilation with extern "C" and C99 inside Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Comp