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/26401] New: x264 revision 439 make fprofiled fails


gcc:
ftp://ftp.nluug.nl/mirror/languages/gcc/prerelease-4.1.0-20060219/
gcc-core-4.1.0-20060219.tar.gz
gcc-g++-4.1.0-20060219.tar.gz
Extracted to the same directory.
-
1. cd gcc-4.1.0-20060219/
2. mkdir obj
3: cd obj
4: ../configure --prefix=/usr/local
5: make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2
-fno-implicit-templates' bootstrap
6: make install
-
Windows XP/Mingw/msys
-
downloaded x264 source: 
svn co svn://svn.videolan.org/x264/trunk x264
( svn co -r 439 svn://svn.videolan.org/x264/trunk x264 for the same revision)
make fprofiled VIDS="/i/cap/_x264/cap.avs"
-
The encoding part works just fine, but then i get this error:
gcc -Wall -I. -O4 -ffast-math -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86
-DSYS_MINGW -DHAVE_PTHREAD=1 -s -fomit-frame-pointer -fprofile-use -c -o
encoder/analyse.o encoder/analyse.c
encoder/cavlc.c: In function 'x264_sub_mb_mv_write_cavlc':
encoder/cavlc.c:321: internal compiler error: in named_section_real, at
varasm.c:420
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [encoder/analyse.o] Error 1
make[1]: Leaving directory `/home/user/x264_test'
make: *** [fprofiled] Error 2
-
It does work on gcc 3.4.5 and gcc 4.0.2 (compiled on the same system, also only
core and g++)
-
Full log here:
http://files.x264.nl/x264.439.gcc-4.1.0.20060219.make.fprofiled.txt


-- 
           Summary: x264 revision 439 make fprofiled fails
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gcc at dircd dot com
 GCC build triplet: gcc-4.2-20060218
  GCC host triplet: windows xp win32/mingw
GCC target triplet: win32


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


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