History log of /dflybsd-src/contrib/gcc-4.7/gcc/tree-inline.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 81fc95a5 08-May-2013 John Marino <draco@marino.st>

Merge branch 'vendor/GCC47'


# 5ce9237c 08-May-2013 John Marino <draco@marino.st>

Upgrade GCC from 4.7.2 to 4.7.3 on the vendor branch


# fdc4107c 29-Sep-2012 John Marino <draco@marino.st>

GCC47: Add local modifications

The majority of these changes are new files required to build GCC on
DragonFly. They are identical to the lang/gcc-aux modifications. Of
interest:

1) The modificati

GCC47: Add local modifications

The majority of these changes are new files required to build GCC on
DragonFly. They are identical to the lang/gcc-aux modifications. Of
interest:

1) The modification to c-format.c is a carry-over from GCC44. It
maintains support for the DragonFly-specific %b and %D conversions.
2) The modification to tree-inline.c is a carry-over from GCC44. It
maintains the suppression of "unlikely call" inline warnings.
3) The gcc driver was modified to strip out all the bad paths in its
search path. gcc -print-search-dirs is now short and accurate.

show more ...


# e4b17023 01-Oct-2012 John Marino <draco@marino.st>

Import gcc-4.7.2 to new vendor branch