Slashdot Mirror


GCC 3.3.1 Released

Wiz writes "The latest and greatest version of gcc is now out - v3.3.1! As an update to the current version, it is bug fixes only. You can find the list of changes here and you can download it from their mirror sites. Enjoy!"

3 of 55 comments (clear)

  1. Re:Suitable for kernel yet? by phantomlord · · Score: 4, Informative
    I've been building kernels with 3.x for a while now without any problems, both 2.4 and 2.5 series:

    Linux version 2.4.20 (root@server) (gcc version 3.2.1) up 148 days, 14:27

    Linux version 2.6.0-test3 (ken@workstation) (gcc version 3.3.1)

    --
    Don't leave your mind so open that your brain falls out. Don't close it so much that you cut off the blood.
  2. Re:Java dead code removal? by norwoodites · · Score: 5, Informative

    The dead code removal has to be done in the linker, not in GCC. Note the linker is part of the binutils project, not GCC, complain to them, not us, GCC.

    Also static linking anything will grow your executable more than needed.

    Dead code removal in your code, not libraries is done by GCC already and is being improved still.

  3. Re:Evil GCC by mirabilos · · Score: 4, Informative

    That's only true for the java stuff. As far as I
    know, the compiler+libraries used for
    - C
    - C++
    - Objective C
    - Fortran
    - Ada
    are LGPL'd (please correct me if not) and free of
    the following issue seen on a mailing list:

    The libjava of GCC is LGPL'd, however using the
    imports keyword of java and inheriting a standard
    java class makes use of the library so you MUST
    LGPL your own code.
    IMO Bullshit, because you could develop java code
    using sunjdk and then only compile it using gcj,
    but the FSF's politics isn't really nice.

    I've also removed all the un-free GFDL'd documenta-
    tion (i.e. anything which specifies front or back
    cover texts and/or invariant sections), just like
    the Debian project.

    --
    My Karma isn't excellent, damn it! (And /. still does not get UTF-8 right in 2012. Wow.)