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/14128] New: internal compiler error: asm clobber conflict with output operand


I was compiling jpeg-mmx-1.1.2 for mjpegtools and got this:
[root@localhost jpeg-mmx]# ./configure --enable-shared && make
...
./libtool --mode=compile gcc -O6  -I. -c ./jfdctflt.c
gcc -O6 -I. -c -fPIC -DPIC ./jfdctflt.c
mv -f jfdctflt.o jfdctflt.lo
./libtool --mode=compile gcc -O6  -I. -c ./jfdctint.c
gcc -O6 -I. -c -fPIC -DPIC ./jfdctint.c
mv -f jfdctint.o jfdctint.lo
./libtool --mode=compile gcc -O6  -I. -c ./jdapimin.c
gcc -O6 -I. -c -fPIC -DPIC ./jdapimin.c
jdapimin.c: In function `mmxsupport':
jdapimin.c:463: internal compiler error: asm clobber conflict with output 
operand
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [jdapimin.lo] Error 1

Following the instructions I got to this:
[root@localhost jpeg-mmx]# gcc -v -save-temps -O6 -I. -c -fPIC -DPIC 
./jdapimin.c 
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3/specs
Configured with: ../gcc-3.3/configure 
Thread model: posix
gcc version 3.3
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3/cc1 -E -quiet -v -I. 
-D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_
PATCHLEVEL__=0 -DPIC ./jdapimin.c -fPIC -O6 jdapimin.i
ignoring nonexistent directory "NONE/include"
ignoring nonexistent directory "/usr/local/i686-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 .
 /usr/local/include
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3/include
 /usr/include
End of search list.
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3/cc1 -fpreprocessed 
jdapimin.i -quiet -dumpbase jdapimin.c -aux
base jdapimin -O6 -version -fPIC -o jdapimin.s
GNU C version 3.3 (i686-pc-linux-gnu)
        compiled by GNU C version 3.3.
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64290
jdapimin.c: In function `mmxsupport':
jdapimin.c:463: internal compiler error: asm clobber conflict with output 
operand

I've made a jdapimin.i.bz2 but don't know how to attach it here so I've put it
there: http://koti.mbnet.fi/ijh/jdapimin.i.bz2

-- 
           Summary: internal compiler error: asm clobber conflict with
                    output operand
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ilja dot honkonen at helsinki dot fi
                CC: gcc-bugs at gcc dot gnu dot org


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


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