https://qa.mandrakesoft.com/show_bug.cgi?id=650
Product: gcc
Component: gcc
Summary: Internal gcc error `output_operand: invalid expression
as operand'
Version: 3.2-3mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
A particular set of three gcc flags (that I am using on plenty of other
programs) is causing an internal error which I am appending to the end of this
description. This happens on more than one version of zsh that I've tried
(e.g. stock 4.0.5, not from Mandrake) on the source file Src/Modules/stat.c
configured with CFLAGS='-O2 -fforce-addr -march=athlon-tbird'. This is
Mandrake 9.0 on an Athlon with a newer gcc; --version says "gcc-3.2 (GCC) 3.2
(Mandrake Linux 9.1 3.2-4mdk)".
The relevant compiler output is:
gcc -shared -o parameter.so parameter..o -ldl -lnsl -lcurses -lm -lc
gcc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DMODULE
-O2 -fforce-addr -march=athlon-tbird -fPIC -o stat..o stat.c
stat.c: In function `bin_stat':
stat.c:608: output_operand: invalid expression as operand
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://qa.mandrakesoft.com/> for instructions.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.