This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: mysterious failure with latest gcc cvs
Daniel Jacobowitz <drow@mvista.com> wrote:
>
> There's so a missing brace in ali15x3_ratemask somewhere. After fixing
> that GCC seems happy... if it compiles with another compiler, it must
> have been eaten in preprocessing.
>
> if (m5229_revision > 0xC4 && can_ultra) {
> mode = 4;
> if (m5229_revision >= 0xC4 && can_ultra) {
gack, sorry. Someone sent me a dud patch.
This one is known, is it not?
sound/core/oss/pcm_plugin.c:34: internal compiler error: in loc_descriptor_from_tree, at dwarf2out.c:8830
disabling -g is a workaround.