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 03:43:10PM -0800, Andrew Morton wrote:
> Daniel Jacobowitz <drow@mvista.com> wrote:
> >
> > > The cpp output is at http://www.zip.com.au/~akpm/linux/patches/stuff/1
> > 
> > Er, that's not the right file....
> 
> Well it's _a_ file.   Geeze.
> 
> Fixed now, thanks ;)

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) {

-- 
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]