[Bug c/39712] New: type mismatch in address expression

happyarch at gmail dot com gcc-bugzilla@gcc.gnu.org
Fri Apr 10 06:49:00 GMT 2009


Hi, i have problem when compiling mplayer-svn.

TIA
==============================================
bash-4.0$ cc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-languages=c,c++ --disable-bootstrap
--disable-multilib
Thread model: posix
gcc version 4.5.0 20090409 (experimental) (GCC) 
bash-4.0$ pwd
/home/user/d/mplayer/libavcodec
bash-4.0$ cc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I..
-I.. -Wundef -Wdisabled-optimization -Wno-pointer-sign
-Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith
-Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math
-fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -I.   -Ilibdvdread4 -I/0/include/freetype2 -I/0/include  
  -c -o mpegaudiodec.o mpegaudiodec.c
mpegaudiodec.c: In function :
mpegaudiodec.c:1647: error: type mismatch in address expression
int32_t[16] *

int32_t[2][16] *

is_tab = &is_table;

mpegaudiodec.c:1647: internal compiler error: verify_gimple failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: type mismatch in address expression
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: happyarch at gmail dot com
 GCC build triplet: x86_64
  GCC host triplet: x86_64
GCC target triplet: x86_64


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



More information about the Gcc-bugs mailing list