This is the mail archive of the gcc@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: Generating RTL for function call sequences from GIMPLE


On 4/9/07, Dave Korn <dave.korn@artimi.com> wrote:


Evening all, just a quick question:

[ ref: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31513, "
[4.2/4.3 Regression] Miscompilation of Function Passing Bit Field Value to
Function" ]


Should promotion of function arguments be explicitly represented in GIMPLE, or should it be performed when generating the corresponding RTL? It doesn't appear to be taking place correctly for the <unnamed type>s used to represent bitfields.

There is a conversion missing on the tree level. See also PR31136.


Richard.


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