This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/38367] [4.2/4.3/4.4 Regression] Wrong debug information for big endian function parameters
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Dec 2008 16:55:13 -0000
- Subject: [Bug debug/38367] [4.2/4.3/4.4 Regression] Wrong debug information for big endian function parameters
- References: <bug-38367-17024@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from jakub at gcc dot gnu dot org 2008-12-05 16:55 -------
Subject: Bug 38367
Author: jakub
Date: Fri Dec 5 16:53:39 2008
New Revision: 142481
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142481
Log:
PR debug/38367
* function.c (assign_parm_find_stack_rtl): If promoted_mode
is wider than DECL_MODE, adjust MEM_OFFSET (stack_parm) for
big endian.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/function.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38367