This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/41282] New: mplayer compilation fail with gcc-trunk


Target: x86_64-unknown-linux-gnu
Configured with: /sources/gcc-trunk/configure --prefix=/usr/local
--libexecdir=/usr/local/lib --enable-shared --enable-threads=posix
--enable-__xa_atexit --enable-clocale=gnu --enable-languages=c
--disable-multilib --enable-bootstrap
Thread model: posix

/usr/local/bin/gcc -Ilibdvdnav -D__USE_UNIX98 -D_GNU_SOURCE -DHAVE_CONFIG_H
-DVERSION=\"MPlayer-custom\" -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_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -Ilibdvdread4 -I.  -D_REENTRANT  -I/usr/include/SDL 
-D_REENTRANT -I/usr/include/freetype2   -c -o libdvdnav/dvdnav.o
libdvdnav/dvdnav.c
libdvdnav/dvdnav.c: In function 'dvdnav_get_restrictions':
libdvdnav/dvdnav.c:1159:3: warning: dereferencing type-punned pointer will
break strict-aliasing rules
libdvdnav/dvdnav.c:1162:5: warning: dereferencing type-punned pointer will
break strict-aliasing rules
libdvdnav/dvdnav.c:1166:1: internal compiler error: in
propagate_subacesses_accross_link, at tree-sra.c:1583
Please submit a full bug report,


-- 
           Summary: mplayer compilation fail with gcc-trunk
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ojab at ojab dot ru


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]