This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
With your recent patch, GCC HEAD revision 146870 had problems on: native: build (about the same as the previous build) Attached is build output for those targets. The previous build was of revision 146869. Log information for changes since the last build: ------------------------------------------------------------------------ r146870 | bje | 2009-04-27 21:56:47 -0700 (Mon, 27 Apr 2009) | 19 lines Changed paths: M /trunk/gcc/ChangeLog M /trunk/gcc/builtins.c M /trunk/gcc/c-common.c M /trunk/gcc/c-common.h M /trunk/gcc/c-typeck.c M /trunk/gcc/cp/ChangeLog M /trunk/gcc/cp/typeck.c M /trunk/gcc/testsuite/ChangeLog M /trunk/gcc/testsuite/g++.dg/warn/pr35652.C M /trunk/gcc/testsuite/gcc.dg/format/plus-1.c M /trunk/gcc/testsuite/gcc.dg/pr35652.c Revert: PR c++/35652 2009-03-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org> gcc/ * builtins.c (c_strlen): Do not warn here. * c-typeck.c (build_binary_op): Adjust calls to pointer_int_sum. * c-common.c (pointer_int_sum): Take an explicit location. Warn about offsets out of bounds. * c-common.h (pointer_int_sum): Adjust declaration. cp/ * typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum. testsuite/ * gcc.dg/pr35652.C: New. * g++.dg/warn/pr35652.C: New. * gcc.dg/format/plus-1.c: Adjust message. ------------------------------------------------------------------------ For more information, see <http://gcc.gnu.org/regtest/HEAD/>.
Attachment:
native-log.txt
Description: Text document
-- Geoffrey Keating <geoffk@apple.com> (via an automated GCC regression-testing script.)
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |