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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80445
Anton Kochkov changed:
What|Removed |Added
Resolution|INVALID |FIXED
--- Comment #7 from Anton Kochkov
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__
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
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../../
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
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