Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26923 - GCC3.2 fails to compile source with inline assembly.
Summary: GCC3.2 fails to compile source with inline assembly.
Status: RESOLVED DUPLICATE of bug 26924
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-19 06:11 UTC by nightelf
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Source file trying to compile (inline.c,244 bytes, text/plain)
2003-08-19 06:12 UTC, nightelf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nightelf 2003-08-19 06:11:25 UTC
When I try to compile a source file with inline assembly in it, I receive an error message indicating an internal error and advised to submit a bug report. 

Reproducible: Always
Steps to Reproduce:

1. In a console, I tried to compile the source file without any switches i.e. gcc inline.c
2.
3.

Actual Results:  
Source doesn't compile and I get an error message

Expected Results:  
The output of a compiled binary

Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.21 i686 AMD Athlon(TM) XP 1800+
GENTOO_MIRRORS="http://mirror.3fl.net/pub/gentoo rsync://203.16.234.20/gentoo/ ftp://203.16.234.20/pub/gentoo/ ftp://203.16.234.19/pub/gentoo/ http://203.16.234.19/pub/gentoo/ http://203.16.234.20/pub/gentoo/ http://www.ibiblio.org/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="foomaticdb libg++ mad mikmod nls quicktime xml2 xv readline tetex tcltk sdl libwww python imlib motif mozilla radeon -sis -rage128 -i8x0 -matrox -gamma -3dfx 3dnow sse -acl -afs -apm -atlas X gtk -kde -qt -gnome -arts alsa avi -berkdb -bonobo -canna -cdr -cjk crypt cups -dga -directfb -doc dvd encode -esd -evo fbcon -flash -freewnn -gb gd gdbm -ggi -ggz -gphoto2 gpm gtk2 -gtkhtml -guile -innodb -junit imap ncurses java jikes -ldap -leim -mysql -mule -nas -nocardbus -oci8 -pcmcia -pda -plotutils opengl oggvorbis -oss pdflib perl png -ruby -scanner -slang sasl spell -voodoo3 -trusted -wavelan -zeo -ppc -sparc -sparc64 -alpha tcpd xmms x86 gif ipv6 jpeg kerberos mbox mmx mpeg pam ssl svga truetype zlib qt31patch"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -fforce-addr -falign-functions=4"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -fforce-addr -falign-functions=4"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="ccache buildpkg sandbox"
Comment 1 nightelf 2003-08-19 06:12:24 UTC
Created attachment 16315 [details]
Source file trying to compile
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2003-08-19 07:25:25 UTC

*** This bug has been marked as a duplicate of 26924 ***