Re: Quo vadis, -CURRENT? (recent changes to cc & compatibility)

From: Martin (nakal_at_web.de)
Date: 09/10/03

  • Next message: Michael Edenfield: "Re: Quo vadis, -CURRENT? (recent changes to cc & compatibility)"
    To: Michael Nottebrock <michaelnottebrock@gmx.net>
    Date: Wed, 10 Sep 2003 18:33:26 +0200
    
    

    Am Mi, 2003-09-10 um 15.30 schrieb Michael Nottebrock:
    > Sorry if this sounds a bit flame-ish, but the way I see it we now have a
    > system compiler in -CURRENT that doesn't even compile a hello world if
    > -pedantic is specified and breaks with lots of existing software out there

    Yes. I agree on this. I would also like to have a compiler which
    compiles with strictest warning settings possible, because I'm
    developing on several platforms at once.

    But I like gcc-3.x (for my C++ programs) very much and would like to
    continue programming with this compiler, even it does not compile
    hello world with -pedantic.

    Wouldn't it be better to complain in a gcc mailing list? You know
    exactly that FreeBSD-current is offering the most recent technologies
    and _this_ is why I like it.

    Martin

    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Michael Edenfield: "Re: Quo vadis, -CURRENT? (recent changes to cc & compatibility)"

    Relevant Pages

    • Re: Differences between C and C++
      ... it is really no different than misusing a "void *" pointer. ... one can do it, and the compiler wont complain, but it is the programmers' problem is the behavior is not what was expected, rather than that the compiler didn't give a complaint about it. ... the declaration a prototype and forces the implementation to diagnose ...
      (comp.lang.c)
    • Re: condition true or false? -> (-1 < sizeof("test"))
      ... In particular, there are no "overflow issues," usual or otherwise. ... Do you really think all those compiler writers simply thought "let's not ... You don't need to know any C, or any language, for it to raise ... How much C does someone need to know, to complain about -1 being silently ...
      (comp.lang.c)
    • Re: OT: efforts, emo crap...
      ... ok, so possibly, this will be being emo but trying not to be too emo. ... complain about my OTness if you will... ... I can write a compiler, have it all working, but nothing matters. ... When the other implementations are not open source. ...
      (comp.lang.misc)
    • Re: Is an empty translation unit valid?
      ... and a conforming compiler shouldn't complain about it. ... Well, it's useless to the compiler, not necessarily useless in the ... I've found that having just a 'useless' typedef does indeed shut up the ...
      (comp.lang.c)
    • Re: Type of a string literal
      ... Even though the literal will never be evaluated, the compiler ... should not complain about an invalid function argument type. ... This is far from the original question, but where in the standard ... Actually, for some reason I saw fputs not puts, which now makes ...
      (comp.lang.c)