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]
Other format: [Raw text]

[Bug c++/45983] ICE: tree code 'template_parm_index' is not supported in gimple streams with -lto


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45983

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-10-12 13:22:33 UTC ---
Older GCC for some reason complain about

> g++-4.5 -S -std=c++0x synth.cpp -msse4
In file included from src/audio/synth_params.h:12:0,
                 from src/audio/synth.h:18,
                 from src/audio/synth.cc:41:
src/core/sys_log.h: In function âvoid sys::log(const char*, ...)â:
src/core/sys_log.h:95:40: error: invalid use of â__builtin_va_arg_pack ()â

reducing the canonical type error now.


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