Slashdot Mirror


New Intel Compiler Released

swsnyder writes "A new toy to play with: new Intel compiler (v7.0) available for download at Intel's site. The Windows version is a time limited eval version, but the Linux version is free for non-commercial use. This version is claimed to be even more GCC-compatible that the last version, though I haven't verified this yet."

3 of 35 comments (clear)

  1. Redundant by keesh · · Score: 5, Funny

    "though I haven't verified this yet"

    You're posting to slashdot. Of course you haven't verified it.

  2. compatible? by DrSkwid · · Score: 5, Funny

    even more GCC-compatible that the last version

    shouldn't it be more standards compliant

    ?

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    1. Re:compatible? by LizardKing · · Score: 4, Informative

      shouldn't it be more standards compliant

      Nope, being more compatible with gcc implies it supports more gcc extensions. That's one reason why the Linux kernel used to break so much between gcc versions, as gcc is chock full of neat and not so neat extensions to the C language.

      Chris