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]

[lto]: merge from trunk


2008-07-09  Kenneth Zadeck <zadeck@naturalbridge.com>
   Mainline merge @137631

* configure: Regenerate.

There appears to be one additional failure that is causing a lot of regressions. it has to do with
processing va_lists. The code in



stabilize_va_list (tree valist, int needs_lvalue) { tree vatype = targetm.canonical_va_list_type (TREE_TYPE (valist));

gcc_assert (vatype != NULL_TREE);

seems to assert in a number of tests. I assume that this is related to no quite getting everything in the va type correct. This needs to be looked into further.

Aside from that there were only the normal merging and drifting issues.

committed as revision 137676

kenny


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