diff options
| author | Richard Henderson <rth@redhat.com> | 2011-03-18 13:20:35 -0700 |
|---|---|---|
| committer | Richard Henderson <rth@gcc.gnu.org> | 2011-03-18 13:20:35 -0700 |
| commit | 01956319b6863b0fc507039f50bbb2c5fd2234be (patch) | |
| tree | 1c859447ac501eee39d35629bd73bbc9d9285373 /libcpp/ChangeLog | |
| parent | ef8623b378150fe2470f7791a81c91616b702600 (diff) | |
| download | gcc-01956319b6863b0fc507039f50bbb2c5fd2234be.tar.gz gcc-01956319b6863b0fc507039f50bbb2c5fd2234be.tar.bz2 gcc-01956319b6863b0fc507039f50bbb2c5fd2234be.zip | |
re PR bootstrap/45381 (Bootstrap failure for powerpc-apple-darwin9: error: AltiVec argument passed to unprototyped function)
PR bootstrap/45381
* lex.c [ALTIVEC] (search_line_fast): Require gcc version 4.5.
From-SVN: r171165
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index e90f75379d6..6ef4788d99a 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2011-03-18 Richard Henderson <rth@redhat.com> + + PR bootstrap/45381 + * lex.c [ALTIVEC] (search_line_fast): Require gcc version 4.5. + 2011-11-04 Eric Botcazou <ebotcazou@adacore.com> Jakub Jelinek <jakub@redhat.com> |
