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


Daniel Jacobowitz <drow@mvista.com> wrote:
>
> > 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?

gcc cvs as of an hour ago.

mnm:/usr/src/25> /usr/local/gcc-cvs/bin/gcc --version
gcc (GCC) 3.5.0 20040124 (experimental)

/usr/local/gcc-cvs/bin/gcc -Wp,-MD,sound/core/oss/.pcm_plugin.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i386 -mregparm=3 -Iinclude/asm-i386/mach-default -Os -g -funit-at-a-time -Wdeclaration-after-statement    -DKBUILD_BASENAME=pcm_plugin -DKBUILD_MODNAME=snd_pcm_oss -c -o sound/core/oss/.tmp_pcm_plugin.o sound/core/oss/pcm_plugin.c
sound/core/oss/pcm_plugin.c: In function `snd_pcm_plug_playback_channels_mask':
sound/core/oss/pcm_plugin.c:34: internal compiler error: in loc_descriptor_from_tree, at dwarf2out.c:8838

The cpp output is at http://www.zip.com.au/~akpm/linux/patches/stuff/1 again.


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