[Bug c++/59142] New: internal compiler error while compiling OpenCV 2.4.7

2013-11-14 Thread joao.m.santos.silva at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59142

Bug ID: 59142
   Summary: internal compiler error while compiling OpenCV 2.4.7
   Product: gcc
   Version: 4.8.1
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c++
  Assignee: unassigned at gcc dot gnu.org
  Reporter: joao.m.santos.silva at gmail dot com

This is on an ARM platform with Ubuntu/Linaro 13.10.

While building OpenCV 2.4.7 with:

  cmake -D CMAKE_BUILD_TYPE=RELEASE -D
CMAKE_INSTALL_PREFIX=/home/jm/fidelio/3rd-party/opencv/2.4.7/linaro ..
  make

I got:

[ 71%] Building CXX object
modules/ocl/CMakeFiles/opencv_ocl.dir/src/imgproc.cpp.o
/home/jm/fidelio/3rd-party/opencv/2.4.7/opencv-2.4.7/modules/ocl/src/imgproc.cpp:
In function ‘void cv::ocl::copyMakeBorder(const cv::ocl::oclMat&,
cv::ocl::oclMat&, int, int, int, int, int, const Scalar&)’:
/home/jm/fidelio/3rd-party/opencv/2.4.7/opencv-2.4.7/modules/ocl/src/imgproc.cpp:513:9:
internal compiler error: output_operand: invalid expression as operand
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
Preprocessed source stored into /tmp/ccQku01D.out file, please attach this to
your bugreport.
make[2]: *** [modules/ocl/CMakeFiles/opencv_ocl.dir/src/imgproc.cpp.o] Error 1
make[1]: *** [modules/ocl/CMakeFiles/opencv_ocl.dir/all] Error 2
make: *** [all] Error 2

[Bug c++/59142] internal compiler error while compiling OpenCV 2.4.7

2013-11-14 Thread joao.m.santos.silva at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59142

--- Comment #1 from João M. S. Silva  ---
Created attachment 31223
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31223&action=edit
compressed preprocessed source

[Bug target/59142] internal compiler error while compiling OpenCV 2.4.7

2013-11-16 Thread joao.m.santos.silva at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59142

--- Comment #3 from João M. S. Silva  ---
OK, thanks, I will report in Ubuntu's.

The compiler says:

$ gcc --version
gcc (Ubuntu/Linaro 4.8.1-10ubuntu8) 4.8.1

Should I report also in Linaro's? I'm not yet familiarized with Linaro's role
in gcc.