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

Re: Current CVS bootstrap failure on an i686


grahams <grahams@rcp.co.uk> writes:

| Hi
| 
| The compiler miscompiled the call
| 
|   attr_rtx(EQ_ATTR,
| 	   string_attr(name, strlen(name),
| 	   string_attr(value, strlen(value)))
| 
| the 3rd parameter passed to attr_rtx() is wrong
| attr_rtx actually sees the result of evaluating
| "strlen(value)".  
| 
| I have posted a bug report to gcc-bugs see "x86 bug"
| with a small test case.
| 
| If you need to get back to bootstrap land revert
| Jan's patch to calls.c

Cool!  Thank you very much.

-- Gaby
CodeSourcery, LLC                             http://www.codesourcery.com

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