public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/41979]  New: GCC fails to compile MPC-HC's ffmpeg/libavcodec
@ 2009-11-07 21:30 brunorex at gmail dot com
  2009-11-07 22:29 ` [Bug c/41979] " rguenth at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: brunorex at gmail dot com @ 2009-11-07 21:30 UTC (permalink / raw)
  To: gcc-bugs

GCC version: gcc version 4.5.0 20091105 (experimental) (GCC)

System type: i386-pc-mingw32

Options given when GCC was configured/built:
../gcc-4.5-20091105-mingw/configure --host=i386-pc-mingw32
--build=x86_64-unknown-linux-gnu --target=i386-pc-mingw32
--prefix=/home/gfortran/gcc-home/binary/mingw32/native/x86_32/gcc/4.5-20091105
--with-gcc --with-gnu-ld --with-gnu-as --disable-shared --disable-nls
--disable-tls
--with-gmp=/home/gfortran/gcc-home/binary/mingw32/native/x86_32/gmp
--with-mpfr=/home/gfortran/gcc-home/binary/mingw32/native/x86_32/mpfr
--enable-languages=c,fortran,c++
--with-sysroot=/home/gfortran/gcc-home/binary/mingw32/cross/x86_32/gcc/4.5-20091105
--enable-libgomp --enable-threads=win32 --disable-win32-registry

The complete command line that triggers the bug:
gcc -c -I. -I.. -Ilibavcodec -Ilibavutil -I../../../../zlib
-I../../../../libpng -DHAVE_AV_CONFIG_H -D_ISOC99_SOURCE
-D_POSIX_C_SOURCE=200112 -std=gnu99 -DARCH_X86_32 -DWIN32 -D_WIN32 -mno-cygwin
-mdll -mthreads -pipe -DNDEBUG -UDEBUG -O3 -march=i686 -mmmx -fno-common
-fno-tree-vectorize -fomit-frame-pointer -fno-math-errno -MMD -o
libavcodec/dsputil.o libavcodec/dsputil.c

The compiler output:
libavcodec/dsputil.c: In function 'put_pixels8_l4':
libavcodec/dsputil.c:1156:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [libavcodec/dsputil.o] Error 1


Everything worked fine with GCC 4.5.0 20091029. MPC-HC rev is 1330.

Sorry, I don't know what else I should write here, I hope this helps.


-- 
           Summary: GCC fails to compile MPC-HC's ffmpeg/libavcodec
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: brunorex at gmail dot com
  GCC host triplet: i386-pc-mingw32


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


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

* [Bug c/41979] GCC fails to compile MPC-HC's ffmpeg/libavcodec
  2009-11-07 21:30 [Bug c/41979] New: GCC fails to compile MPC-HC's ffmpeg/libavcodec brunorex at gmail dot com
@ 2009-11-07 22:29 ` rguenth at gcc dot gnu dot org
  2009-11-07 23:37 ` brunorex at gmail dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-11-07 22:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2009-11-07 22:29 -------
Please attach preprocessed source.  I suspect this is yet another dup of
PR41891.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug c/41979] GCC fails to compile MPC-HC's ffmpeg/libavcodec
  2009-11-07 21:30 [Bug c/41979] New: GCC fails to compile MPC-HC's ffmpeg/libavcodec brunorex at gmail dot com
  2009-11-07 22:29 ` [Bug c/41979] " rguenth at gcc dot gnu dot org
@ 2009-11-07 23:37 ` brunorex at gmail dot com
  2009-11-08  0:11 ` paolo dot carlini at oracle dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: brunorex at gmail dot com @ 2009-11-07 23:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from brunorex at gmail dot com  2009-11-07 23:37 -------
Mind explaining how can I do that?

(In reply to comment #1)
> Please attach preprocessed source.  I suspect this is yet another dup of
> PR41891.
> 


-- 


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


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

* [Bug c/41979] GCC fails to compile MPC-HC's ffmpeg/libavcodec
  2009-11-07 21:30 [Bug c/41979] New: GCC fails to compile MPC-HC's ffmpeg/libavcodec brunorex at gmail dot com
  2009-11-07 22:29 ` [Bug c/41979] " rguenth at gcc dot gnu dot org
  2009-11-07 23:37 ` brunorex at gmail dot com
@ 2009-11-08  0:11 ` paolo dot carlini at oracle dot com
  2009-11-08 10:28 ` brunorex at gmail dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-11-08  0:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from paolo dot carlini at oracle dot com  2009-11-08 00:10 -------
>From http://gcc.gnu.org/bugs/ : "the preprocessed file (*.i*) that triggers the
bug, generated by adding -save-temps to the complete compilation command"


-- 


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


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

* [Bug c/41979] GCC fails to compile MPC-HC's ffmpeg/libavcodec
  2009-11-07 21:30 [Bug c/41979] New: GCC fails to compile MPC-HC's ffmpeg/libavcodec brunorex at gmail dot com
                   ` (2 preceding siblings ...)
  2009-11-08  0:11 ` paolo dot carlini at oracle dot com
@ 2009-11-08 10:28 ` brunorex at gmail dot com
  2009-11-08 10:29 ` brunorex at gmail dot com
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: brunorex at gmail dot com @ 2009-11-08 10:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from brunorex at gmail dot com  2009-11-08 10:28 -------
Created an attachment (id=18993)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18993&action=view)
preprocessed source


-- 


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


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

* [Bug c/41979] GCC fails to compile MPC-HC's ffmpeg/libavcodec
  2009-11-07 21:30 [Bug c/41979] New: GCC fails to compile MPC-HC's ffmpeg/libavcodec brunorex at gmail dot com
                   ` (3 preceding siblings ...)
  2009-11-08 10:28 ` brunorex at gmail dot com
@ 2009-11-08 10:29 ` brunorex at gmail dot com
  2009-11-08 12:04 ` [Bug target/41979] " rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: brunorex at gmail dot com @ 2009-11-08 10:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from brunorex at gmail dot com  2009-11-08 10:29 -------
Preprocessed source added.

Got this but should be normal:
gcc.exe: warning: -pipe ignored because -save-temps specified


-- 


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


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

* [Bug target/41979] GCC fails to compile MPC-HC's ffmpeg/libavcodec
  2009-11-07 21:30 [Bug c/41979] New: GCC fails to compile MPC-HC's ffmpeg/libavcodec brunorex at gmail dot com
                   ` (4 preceding siblings ...)
  2009-11-08 10:29 ` brunorex at gmail dot com
@ 2009-11-08 12:04 ` rguenth at gcc dot gnu dot org
  2009-11-19 20:08 ` brunorex at gmail dot com
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-11-08 12:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rguenth at gcc dot gnu dot org  2009-11-08 12:04 -------
I can't reproduce it on i?86-linux even before the PR41928 fix.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
          Component|c                           |target
     Ever Confirmed|0                           |1
 GCC target triplet|                            |i386-pc-mingw32
   Last reconfirmed|0000-00-00 00:00:00         |2009-11-08 12:04:35
               date|                            |


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


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

* [Bug target/41979] GCC fails to compile MPC-HC's ffmpeg/libavcodec
  2009-11-07 21:30 [Bug c/41979] New: GCC fails to compile MPC-HC's ffmpeg/libavcodec brunorex at gmail dot com
                   ` (5 preceding siblings ...)
  2009-11-08 12:04 ` [Bug target/41979] " rguenth at gcc dot gnu dot org
@ 2009-11-19 20:08 ` brunorex at gmail dot com
  2009-11-20 15:20 ` brunorex at gmail dot com
  2010-05-27  9:48 ` ktietz at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: brunorex at gmail dot com @ 2009-11-19 20:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from brunorex at gmail dot com  2009-11-19 20:08 -------
I don't get the error anymore with gcc 4.5.0 20091112.


-- 


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


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

* [Bug target/41979] GCC fails to compile MPC-HC's ffmpeg/libavcodec
  2009-11-07 21:30 [Bug c/41979] New: GCC fails to compile MPC-HC's ffmpeg/libavcodec brunorex at gmail dot com
                   ` (6 preceding siblings ...)
  2009-11-19 20:08 ` brunorex at gmail dot com
@ 2009-11-20 15:20 ` brunorex at gmail dot com
  2010-05-27  9:48 ` ktietz at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: brunorex at gmail dot com @ 2009-11-20 15:20 UTC (permalink / raw)
  To: gcc-bugs



-- 

brunorex at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |SUSPENDED


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


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

* [Bug target/41979] GCC fails to compile MPC-HC's ffmpeg/libavcodec
  2009-11-07 21:30 [Bug c/41979] New: GCC fails to compile MPC-HC's ffmpeg/libavcodec brunorex at gmail dot com
                   ` (7 preceding siblings ...)
  2009-11-20 15:20 ` brunorex at gmail dot com
@ 2010-05-27  9:48 ` ktietz at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: ktietz at gcc dot gnu dot org @ 2010-05-27  9:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from ktietz at gcc dot gnu dot org  2010-05-27 09:48 -------
Seems to be fixed by side-effect or by weird toolchain. I can't reproduce it
anymore, too. So, I close this bug as works-for-me.

Kai


-- 

ktietz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |RESOLVED
         Resolution|                            |WORKSFORME


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


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

end of thread, other threads:[~2010-05-27  9:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-07 21:30 [Bug c/41979] New: GCC fails to compile MPC-HC's ffmpeg/libavcodec brunorex at gmail dot com
2009-11-07 22:29 ` [Bug c/41979] " rguenth at gcc dot gnu dot org
2009-11-07 23:37 ` brunorex at gmail dot com
2009-11-08  0:11 ` paolo dot carlini at oracle dot com
2009-11-08 10:28 ` brunorex at gmail dot com
2009-11-08 10:29 ` brunorex at gmail dot com
2009-11-08 12:04 ` [Bug target/41979] " rguenth at gcc dot gnu dot org
2009-11-19 20:08 ` brunorex at gmail dot com
2009-11-20 15:20 ` brunorex at gmail dot com
2010-05-27  9:48 ` ktietz 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).