Bug ID 1068967
Summary internal cpp compiler error on Raspberry Pi 2
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware armv7
OS openSUSE Factory
Status NEW
Severity Major
Priority P5 - None
Component Development
Assignee bnc-team-screening@forge.provo.novell.com
Reporter freek@opensuse.org
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Created attachment 749380 [details]
Source file which gives compile error

When using the command:
g++ -Wall -O2 -DUSE_SQLITE  -c CSVexport.cpp -o obj/Release_SQLite/CSVexport.o
I got the following message:
CSVexport.cpp: In function ���char* FormatFloat(char*, float, int, int, char)���:
CSVexport.cpp:56:7: internal compiler error: Illegal instruction
 char *FormatFloat(char *str, float value, int width, int precision, char
decimalpoint)
       ^~~~~~~~~~~
Please submit a full bug report,
with preprocessed source if appropriate.
I will attach the source code.


You are receiving this mail because: