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: mysterious failure with latest gcc cvs


On Fri, Jan 23, 2004 at 05:37:43PM -0800, Andrew Morton wrote:
> 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.

Not really known; a lot of things can cause errors there, but last I
checked they'd all been fixed.  Testcase?

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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