This is the mail archive of the gcc-patches@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]

Re: [Committed] PR19800: Don't call gen_lowpart in simplify-rtx.c


Roger Sayle <roger@eyesopen.com> writes:

> 2005-02-06  Roger Sayle  <roger@eyesopen.com>
>
> 	PR rtl-optimization/19800
> 	* simplify_rtx.c (simplify_relational_operaration_1): Explicitly
> 	call gen_lowpart_common and gen_lowpart_SUBREG instead of calling
> 	gen_lowpart.

This (together with the previous change) is causing miscompilation of the
stage2 compiler on ia64.

stage2/xgcc -Bstage2/ -B/usr/local/ia64-suse-linux/bin/ -c -g -O2      -gnatpg -gnata -I- -I. -Iada -I../../gcc/ada ../../gcc/ada/a-elchha.adb -o ada/a-elchha.o
a-elchha.adb:107:49: actual for "Info" must be a variable
a-elchha.adb:107:56: actual for "Ptr" must be a variable
a-elchha.adb:119:50: actual for "Info" must be a variable
a-elchha.adb:119:57: actual for "Ptr" must be a variable

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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