[Bug c++/53969] New: internal compiler error: Segmentation fault on Android(use NDK)

2012-07-14 Thread vincent_zhangbin at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53969

 Bug #: 53969
   Summary: internal compiler error: Segmentation fault on
Android(use NDK)
Classification: Unclassified
   Product: gcc
   Version: 4.3.4
Status: UNCONFIRMED
  Severity: critical
  Priority: P3
 Component: c++
AssignedTo: unassig...@gcc.gnu.org
ReportedBy: vincent_zhang...@hotmail.com


I've downloaded source code(.Zip) from the link
https://github.com/reizencroft/irrAndroid, which is a project using OGLES2.0 on
irrlicht(3D render engine) and android platform. The same as the attachment.
The steps to compile, to /examples/08.SpecialFX, and compile this with
"$NDK/ndk-build"

But, some compile errors occur:
"
In file included from jni/../../../source/Irrlicht/CImage.cpp:8:
jni/../../../source/Irrlicht/CBlit.h: In function 'void
irr::executeBlit_TextureBlend_16_to_16(const irr::SBlitJob*)':
jni/../../../source/Irrlicht/CBlit.h:790: internal compiler error: Segmentation
fault
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
make: *** [obj/local/armeabi/objs/IrrAndroid/CImage.o] Error 1
"

I dont know Should i post this issue to GCC. :(
As the compile using toolchain: toolchain is arm-linux-androideabi-4.4.3"
Actually, it belongs to android-ndk-r7b-windows"
Intel P6200, 2G DDR3, GPU-AMD Radeon HD 6370M

Thanks


[Bug other/53969] internal compiler error: Segmentation fault on Android(use NDK)

2012-07-14 Thread vincent_zhangbin at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53969

zhangbin  changed:

   What|Removed |Added

  Component|c++ |other
Version|4.3.4   |4.4.3

--- Comment #1 from zhangbin  2012-07-15 
00:32:21 UTC ---
https://github.com/reizencroft/irrAndroid
Cant upload the project attachment, as it's too big.


[Bug other/53969] internal compiler error: Segmentation fault on Android(use NDK)

2012-07-16 Thread vincent_zhangbin at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53969

--- Comment #4 from zhangbin  2012-07-16 
09:56:15 UTC ---
Created attachment 27802
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27802
the C file

Please see the attach CImage.cpp.