public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/26401]  New: x264 revision 439 make fprofiled fails
@ 2006-02-21 19:23 gcc at dircd dot com
  2006-02-21 20:11 ` [Bug target/26401] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: gcc at dircd dot com @ 2006-02-21 19:23 UTC (permalink / raw)
  To: gcc-bugs

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


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

* [Bug target/26401] x264 revision 439 make fprofiled fails
  2006-02-21 19:23 [Bug c/26401] New: x264 revision 439 make fprofiled fails gcc at dircd dot com
@ 2006-02-21 20:11 ` pinskia at gcc dot gnu dot org
  2006-02-21 20:12 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-21 20:11 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal
           Keywords|                            |ice-on-valid-code


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


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

* [Bug target/26401] x264 revision 439 make fprofiled fails
  2006-02-21 19:23 [Bug c/26401] New: x264 revision 439 make fprofiled fails gcc at dircd dot com
  2006-02-21 20:11 ` [Bug target/26401] " pinskia at gcc dot gnu dot org
@ 2006-02-21 20:12 ` pinskia at gcc dot gnu dot org
  2006-04-15 23:17 ` hlange at poczta dot onet dot pl
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-21 20:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-02-21 20:12 -------
Can you read http://gcc.gnu.org/bugs.html?
And supply the needed information like the preprocessed source?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug target/26401] x264 revision 439 make fprofiled fails
  2006-02-21 19:23 [Bug c/26401] New: x264 revision 439 make fprofiled fails gcc at dircd dot com
  2006-02-21 20:11 ` [Bug target/26401] " pinskia at gcc dot gnu dot org
  2006-02-21 20:12 ` pinskia at gcc dot gnu dot org
@ 2006-04-15 23:17 ` hlange at poczta dot onet dot pl
  2007-01-30 12:39 ` fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hlange at poczta dot onet dot pl @ 2006-04-15 23:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hlange at poczta dot onet dot pl  2006-04-15 23:17 -------
Created an attachment (id=11279)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11279&action=view)
preprocessed file generated by adding -save-temps

I seem to have encountered the most probably the same error.
GCC 4.1.0 ,the released version, build with commands:
configure (No options)
make profiledbootstrap

line:
gcc-4.1 -Wall -I. -O4 -ffast-math -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2
-DARCH_X86 -DSYS_MINGW -DHAVE_PTHREAD -s -fomit-frame-pointer -march=pentium4
-mtune=pentium4 -mcpu=pentium4 -fprofile-use   -c -o muxers.o muxers.c
-save-temps
muxers.c: In function 'write_nalu_mkv':
muxers.c:981: internal compiler error: in named_section_real, at varasm.c:420

The rest more or less like in original post - mingw on Windows XP.

Additional information:
The same source with identical configure options compiles perfectly with gcc
4.0.1 . Under Debian identical source with identical configure does compile
without problems with gcc 4.1.0 (compiler identically configured as on mingw).


-- 


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


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

* [Bug target/26401] x264 revision 439 make fprofiled fails
  2006-02-21 19:23 [Bug c/26401] New: x264 revision 439 make fprofiled fails gcc at dircd dot com
                   ` (2 preceding siblings ...)
  2006-04-15 23:17 ` hlange at poczta dot onet dot pl
@ 2007-01-30 12:39 ` fxcoudert at gcc dot gnu dot org
  2007-08-24 12:31 ` [Bug target/26401] [4.1] " fxcoudert at gcc dot gnu dot org
  2008-03-27 22:04 ` [Bug target/26401] [4.1 Regression] " rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-01-30 12:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from fxcoudert at gcc dot gnu dot org  2007-01-30 12:39 -------
(In reply to comment #2)
> gcc-4.1 -Wall -I. -O4 -ffast-math -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2
> -DARCH_X86 -DSYS_MINGW -DHAVE_PTHREAD -s -fomit-frame-pointer -march=pentium4
> -mtune=pentium4 -mcpu=pentium4 -fprofile-use   -c -o muxers.o muxers.c
> -save-temps
> muxers.c: In function 'write_nalu_mkv':
> muxers.c:981: internal compiler error: in named_section_real, at varasm.c:420

Your preprocessed source works for me on mainline (i386-pc-mingw32).


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
      Known to work|                            |4.3.0


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


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

* [Bug target/26401] [4.1] x264 revision 439 make fprofiled fails
  2006-02-21 19:23 [Bug c/26401] New: x264 revision 439 make fprofiled fails gcc at dircd dot com
                   ` (3 preceding siblings ...)
  2007-01-30 12:39 ` fxcoudert at gcc dot gnu dot org
@ 2007-08-24 12:31 ` fxcoudert at gcc dot gnu dot org
  2008-03-27 22:04 ` [Bug target/26401] [4.1 Regression] " rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-08-24 12:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from fxcoudert at gcc dot gnu dot org  2007-08-24 12:31 -------
This is still working fine.  mingw development is focusing on 4.3, so this bug
probably stands little chance of being fixed.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|0                           |1
  GCC build triplet|gcc-4.2-20060218            |i686-pc-mingw32
   GCC host triplet|windows xp win32/mingw      |i686-pc-mingw32
 GCC target triplet|win32                       |i686-pc-mingw32
      Known to work|4.3.0                       |4.3.0 4.0.1
   Last reconfirmed|0000-00-00 00:00:00         |2007-08-24 12:31:02
               date|                            |
            Summary|x264 revision 439 make      |[4.1] x264 revision 439 make
                   |fprofiled fails             |fprofiled fails


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


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

* [Bug target/26401] [4.1 Regression] x264 revision 439 make fprofiled fails
  2006-02-21 19:23 [Bug c/26401] New: x264 revision 439 make fprofiled fails gcc at dircd dot com
                   ` (4 preceding siblings ...)
  2007-08-24 12:31 ` [Bug target/26401] [4.1] " fxcoudert at gcc dot gnu dot org
@ 2008-03-27 22:04 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-03-27 22:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2008-03-27 22:04 -------
Fixed for 4.3.0, wontfix for earlier releases.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to fail|                            |4.1.3
         Resolution|                            |FIXED
            Summary|[4.1] x264 revision 439 make|[4.1 Regression] x264
                   |fprofiled fails             |revision 439 make fprofiled
                   |                            |fails
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2008-03-27 22:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-21 19:23 [Bug c/26401] New: x264 revision 439 make fprofiled fails gcc at dircd dot com
2006-02-21 20:11 ` [Bug target/26401] " pinskia at gcc dot gnu dot org
2006-02-21 20:12 ` pinskia at gcc dot gnu dot org
2006-04-15 23:17 ` hlange at poczta dot onet dot pl
2007-01-30 12:39 ` fxcoudert at gcc dot gnu dot org
2007-08-24 12:31 ` [Bug target/26401] [4.1] " fxcoudert at gcc dot gnu dot org
2008-03-27 22:04 ` [Bug target/26401] [4.1 Regression] " rguenth at gcc dot gnu dot 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).