lkml.org 
[lkml]   [1998]   [Jun]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: 5000 emails later, compressed summary ;)
Date
Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz> writes:

> #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 6)
> #error sorry, your GCC is too old. It builds incorrect kernels.
> +#elif __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 7)
> +#error sorry, your GCC is too new. 2.0.x kernels should be compiled with GCC 2.7.2.x
> #endif

Just in case this is meant seriously, could we have #warn instead of
#error? So that I won't have to /&%$$%## fix things every time I patch
up my tree.

Yes, lusers are going to ignore or overlook the warning, but lusers are
also going to complain why the compiler they have won't work anymore,
when it has (I've used egcs since long, never had a problem. Others may
have, but from what I gather, they are rare) up to this point.

~kzm
--
If I haven't seen further, it is by standing in the footprints of giants

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

\
 
 \ /
  Last update: 2005-03-22 13:42    [W:0.030 / U:0.588 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site