public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/55349] New: arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode
@ 2012-11-16  3:44 ibenrunnin at gmail dot com
  2012-11-16  3:44 ` [Bug c/55349] " ibenrunnin at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ibenrunnin at gmail dot com @ 2012-11-16  3:44 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55349

             Bug #: 55349
           Summary: arm-linux-androideabi-gcc-4.6: Internal compiler error
                    compiling libpng in debug mode
    Classification: Unclassified
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ibenrunnin@gmail.com


Firstly: ndk-build doesn't give output of which version of gcc it is using but
looking in the toolchains folder I checked the version number of what I believe
it is running:
arm-linux-androideabi-gcc-4.6 (GCC) 4.6 20120106 (prerelease)
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Here is information regarding the issue, which should be enough to reproduce
the problem:

Please describe the problem in detail, with the following information (if
applicable)
Host OS:Linux
NDK tools version: tested with android-ndk-r8b and android-ndk-r8c

STEPS TO REPRODUCE:
(Tested using android-ndk-r8b and android-ndk-r8c, libpng 1.2.38 and 1.5.13)
1.Setup simple NDK dev environment with libpng 1.5.13
2.run NDK_DEBUG=1 ndk-build
3.build will fail

EXPECTED RESULTS:
For libpng to compile successfully (which it does when NDK_DEBUG is set to 0)

OBSERVED RESULTS:
Compile thumb  : png <= pngrtran.c
jni/png/pngrtran.c: In function 'png_do_rgb_to_gray':
jni/png/pngrtran.c:3418:1: internal compiler error: in reload, at
reload1.c:1061
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [obj/local/armeabi/objs-debug/png/pngrtran.o] Error 1


^It is therefore reasonable to conclude that this is a bug within NDK or
perhaps the version of GCC it is using.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c/55349] arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode
  2012-11-16  3:44 [Bug c/55349] New: arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode ibenrunnin at gmail dot com
@ 2012-11-16  3:44 ` ibenrunnin at gmail dot com
  2012-11-16  3:47 ` pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ibenrunnin at gmail dot com @ 2012-11-16  3:44 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55349

--- Comment #1 from Ben Clapp <ibenrunnin at gmail dot com> 2012-11-16 03:44:38 UTC ---
ADDITIONAL INFORMATION:
I've hunted around Google for a good while, this is what I could find on the
subject (virtually no information of worth):

http://grokbase.com/t/gg/android-ndk/128b4k8wmm/ndk-r8b-debug-bild-does-not-link-anymore
http://stackoverflow.com/questions/11980870/error-on-building-android-ndk-assets/12234953#comment16414063_12234953
https://groups.google.com/forum/#!msg/android-ndk/n4RIOhx9f4Y/oOWF4nUxMPAJ
http://stackoverflow.com/questions/13042825/libpng-ndk-build-internal-compiler-error-in-debug-mode
http://sourceforge.net/mailarchive/message.php?msg_id=30009240
http://timecubepuzzle.blogspot.com/2012/05/development-on-android-ndk-gluing-c.html?showComment=1347158980877#c6889341856998289570

possible similar issue involving Visual Studio???
http://stackoverflow.com/questions/12933309/linker-error-unresolved-external-symbol-imp-iob-func-in-libpng-lib


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c/55349] arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode
  2012-11-16  3:44 [Bug c/55349] New: arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode ibenrunnin at gmail dot com
  2012-11-16  3:44 ` [Bug c/55349] " ibenrunnin at gmail dot com
@ 2012-11-16  3:47 ` pinskia at gcc dot gnu.org
  2012-11-16  3:51 ` [Bug target/55349] " pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-11-16  3:47 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55349

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-11-16 03:46:48 UTC ---
http://code.google.com/p/android/issues/detail?id=20862


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/55349] arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode
  2012-11-16  3:44 [Bug c/55349] New: arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode ibenrunnin at gmail dot com
  2012-11-16  3:44 ` [Bug c/55349] " ibenrunnin at gmail dot com
  2012-11-16  3:47 ` pinskia at gcc dot gnu.org
@ 2012-11-16  3:51 ` pinskia at gcc dot gnu.org
  2012-11-16  3:56 ` [Bug c/55349] " ibenrunnin at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-11-16  3:51 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55349

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|c                           |target
         Resolution|                            |MOVED

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-11-16 03:51:29 UTC ---
You should report this to google rather than here.  Google should have changed
the bug reporting url when they configured gcc.

You should also try a new version of GCC since this was a prerelease from
January.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c/55349] arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode
  2012-11-16  3:44 [Bug c/55349] New: arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode ibenrunnin at gmail dot com
                   ` (2 preceding siblings ...)
  2012-11-16  3:51 ` [Bug target/55349] " pinskia at gcc dot gnu.org
@ 2012-11-16  3:56 ` ibenrunnin at gmail dot com
  2012-11-28  3:08 ` ramana at gcc dot gnu.org
  2013-08-05 20:40 ` rearnsha at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ibenrunnin at gmail dot com @ 2012-11-16  3:56 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55349

Ben Clapp <ibenrunnin at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
          Component|target                      |c
         Resolution|MOVED                       |

--- Comment #4 from Ben Clapp <ibenrunnin at gmail dot com> 2012-11-16 03:55:49 UTC ---
Ok, I had already submitted a bug to Google:
http://code.google.com/p/android/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars&groupby=&sort=&id=39787

This is the version of GCC packaged with the latest ndk, r8c, which was
literally just released two days ago. Anyway, I'll go searching for a more
recent pre-release, thanks for the tip.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c/55349] arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode
  2012-11-16  3:44 [Bug c/55349] New: arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode ibenrunnin at gmail dot com
                   ` (3 preceding siblings ...)
  2012-11-16  3:56 ` [Bug c/55349] " ibenrunnin at gmail dot com
@ 2012-11-28  3:08 ` ramana at gcc dot gnu.org
  2013-08-05 20:40 ` rearnsha at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ramana at gcc dot gnu.org @ 2012-11-28  3:08 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55349

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-11-28
                 CC|                            |ramana at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #5 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2012-11-28 03:07:51 UTC ---
Please reproduce this with the fSF 4.6 branch or take it up with your Android
toolchain vendors.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c/55349] arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode
  2012-11-16  3:44 [Bug c/55349] New: arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode ibenrunnin at gmail dot com
                   ` (4 preceding siblings ...)
  2012-11-28  3:08 ` ramana at gcc dot gnu.org
@ 2013-08-05 20:40 ` rearnsha at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rearnsha at gcc dot gnu.org @ 2013-08-05 20:40 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55349

Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |INVALID

--- Comment #6 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
No testcase provided


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-08-05 20:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-16  3:44 [Bug c/55349] New: arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode ibenrunnin at gmail dot com
2012-11-16  3:44 ` [Bug c/55349] " ibenrunnin at gmail dot com
2012-11-16  3:47 ` pinskia at gcc dot gnu.org
2012-11-16  3:51 ` [Bug target/55349] " pinskia at gcc dot gnu.org
2012-11-16  3:56 ` [Bug c/55349] " ibenrunnin at gmail dot com
2012-11-28  3:08 ` ramana at gcc dot gnu.org
2013-08-05 20:40 ` rearnsha at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).