Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Programming GNU is Not Unix Java Open Source Upgrades

GCC 4.9 Coming With Big New Features 181

jones_supa writes "When GCC 4.9 is released in 2014 it will be coming in hot on new features with a large assortment of improvements and new functionality for the open-source compiler. Phoronix provides a recap of some of the really great features of this next major compiler release from the Free Software Foundation. For a quick list: OpenMP 4.0, Intel Cilk Plus multi-threading support, Intel Bay Trail and Silvermont support, NDS32 port, Undefined Behavior Sanitizer, Address Sanitizer, ADA and Fortran updates, improved C11 / C++11 / C++14, better x86 intrinsics, refined diagnostics output. Bubbling under are still: Bulldozer 4 / Excavator support, OpenACC, JIT compiler, disabling Java by default."
This discussion has been archived. No new comments can be posted.

GCC 4.9 Coming With Big New Features

Comments Filter:
  • ADA? (Score:5, Informative)

    by Black Parrot ( 19622 ) on Monday November 18, 2013 @07:23AM (#45453173)

    "Ada" is the name of a person, and the language.

    "ADA" is the Americans with Disabilities Act, or the American Dental Association.

  • by Anonymous Coward on Monday November 18, 2013 @07:51AM (#45453225)
    Self-linking is the modus operandi of Phoronix. It is a link farm, after all.

    All you will get is a mass of links, whether you click through to TFA or not. At least this way there's no utility in clicking through.
  • by Greyfox ( 87712 ) on Monday November 18, 2013 @08:07AM (#45453253) Homepage Journal
    2014 is just a month and a half away, and you can compile 4.9 now from the dev branch of their subversion tree.
  • by Anonymous Coward on Monday November 18, 2013 @12:01PM (#45455029)

    The following quote is the complete text of the 2-clause BSD license (sans the disclaimer, which doesn't add anything relevant to this discussion). Note that it is this text which determines what is and isn't allowed to do with code using that license. I put the parts relevant for this discussion in bold.

    Copyright (c) YEAR, OWNER
    All rights reserved.

    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

    2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...