>>> Building on localhost under devel/msp430/gcc BDEPENDS = [sysutils/coreutils;devel/msp430/binutils;devel/gmake;devel/libmpc;archivers/bzip2] DIST = [devel/msp430/gcc:msp430/msp430-gcc-4.6.3-20120406-sf3559978.patch;devel/msp430/gcc:msp430/gcc-core-4.6.3.tar.bz2;devel/msp430/gcc:msp430/msp430-gcc-4.6.3-20120406-sf3540953.patch;devel/msp430/gcc:msp430/gcc-g++-4.6.3.tar.bz2;devel/msp430/gcc:msp430/msp430-gcc-4.6.3-20120406.patch] FULLPKGNAME = msp430-gcc-4.6.3p5 RDEPENDS = [devel/libmpc;devel/msp430/binutils] Woken up x11/kde-applications/rocs Woken up www/netsurf/libparserutils (Junk lock failure for localhost at 1716328227.72105) Received IO (Junk lock obtained for localhost at 1716328517.92) Received IO Short-cut: depends already handled by x11/kde-applications/rocs >>> Running show-prepare-results in devel/msp430/gcc at 1716328520.96 ===> devel/msp430/gcc ===> Building from scratch msp430-gcc-4.6.3p5 ===> msp430-gcc-4.6.3p5 depends on: msp430-binutils->=2.21.1a -> msp430-binutils-2.21.1ap3 ===> msp430-gcc-4.6.3p5 depends on: coreutils-* -> coreutils-9.4p0 ===> msp430-gcc-4.6.3p5 depends on: gmake-* -> gmake-4.4.1 ===> msp430-gcc-4.6.3p5 depends on: bzip2-* -> bzip2-1.0.8p0 ===> msp430-gcc-4.6.3p5 depends on: libmpc-* -> libmpc-1.1.0 ===> Verifying specs: c gmp mpc mpfr ===> found c.100.0 gmp.11.1 mpc.1.0 mpfr.2.2 bzip2-1.0.8p0 coreutils-9.4p0 gmake-4.4.1 libmpc-1.1.0 msp430-binutils-2.21.1ap3 (Junk lock released for localhost at 1716328524.35) Woken up net/libsignal-protocol-c distfiles size=37630086 >>> Running patch in devel/msp430/gcc at 1716328524.43 ===> devel/msp430/gcc ===> Checking files for msp430-gcc-4.6.3p5 `/usr/ports/distfiles/msp430/gcc-core-4.6.3.tar.bz2' is up to date. `/usr/ports/distfiles/msp430/gcc-g++-4.6.3.tar.bz2' is up to date. `/usr/ports/distfiles/msp430/msp430-gcc-4.6.3-20120406.patch' is up to date. `/usr/ports/distfiles/msp430/msp430-gcc-4.6.3-20120406-sf3540953.patch' is up to date. `/usr/ports/distfiles/msp430/msp430-gcc-4.6.3-20120406-sf3559978.patch' is up to date. >> (SHA256) msp430/gcc-core-4.6.3.tar.bz2: OK >> (SHA256) msp430/gcc-g++-4.6.3.tar.bz2: OK >> (SHA256) msp430/msp430-gcc-4.6.3-20120406.patch: OK >> (SHA256) msp430/msp430-gcc-4.6.3-20120406-sf3540953.patch: OK >> (SHA256) msp430/msp430-gcc-4.6.3-20120406-sf3559978.patch: OK ===> Extracting for msp430-gcc-4.6.3p5 ===> Patching for msp430-gcc-4.6.3p5 ===> Applying distribution patches for msp430-gcc-4.6.3p5 ===> Applying distribution patch msp430-gcc-4.6.3-20120406.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Copyright 2000-2012 Free Software Foundation, Inc. | |The material in this patch is a derivative work of the gcc package, |and is subject to licensing and copyright of its parent package. | |This patch adds/enhances support for the Texas Instruments MSP430 family of |microcontrollers to GNU gcc. The material incorporated is maintained |in a git repository hosted at: | | git://mspgcc.git.sourceforge.net/gitroot/mspgcc/gcc | |This patch incorporates changes between: | upstream/release/gcc-4.6.3 (dffc052d8762f398d8d0198accbcb12185b0610a) |and | gcc-4_6/gcc-4.6.3 (d005eb492eb2e3c41d4f77ef22e8f91c1e0bf27c) | |To build, obtain the upstream release distribution from: | ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.6.3/gcc-4.6.3.tar.bz2 | |Unpack the distribution, apply the patch, and build. (Note: The example |commands are in Bourne-shell syntax.) | | tar xjf gcc-4.6.3.tar.bz2 | ( cd gcc-4.6.3 ; patch -p1 < ../msp430-gcc-4.6.3-20120406.patch ) | mkdir -p BUILD/gcc | cd BUILD/gcc | ../../gcc-4.6.3/configure \ | --target=msp430 \ | --enable-languages=c,c++ \ | --prefix=/usr/local/msp430 \ | 2>&1 | tee co | make 2>&1 | tee mo | make install 2>&1 | tee moi | |For support please use the mspgcc-users mailing list. You can subscribe at |https://lists.sourceforge.net/lists/listinfo/mspgcc-users. Once subscribed, |you can post by email to mspgcc-users@lists.sourceforge.net. To report |bugs, please file a tracker ticket on SourceForge at |https://sourceforge.net/tracker/?group_id=42303&atid=432701 | |Log of relevant changes: |32f42c9 [2012-04-06 11:08:42 -0500] Update DEV-PHASE for release |e33bad7 [2012-04-06 08:36:12 -0500] Update for release |80e4799 [2012-03-30 19:26:05 -0500] Update DEV-PHASE for release |79a5b04 [2012-03-21 16:00:08 -0500] Add msp430 target support to GCC |2cc7120 [2012-03-30 19:22:48 -0500] Revert "Add msp430 target support to GCC" |6511e76 [2012-03-30 18:49:30 -0500] Update for release |58b91df [2012-03-30 10:22:34 -0500] SF 3513285 add CPU/MPY defines to internal cpp set |2eac54bc [2012-03-30 10:08:03 -0500] Provide __interrupt support independently from iomacros.h |0fa909f [2012-03-23 08:30:38 -0500] Update for release |5a3c262 [2012-03-22 15:22:49 -0500] msp430.md: fix operand 1 pattern for strlen |fac40d9 [2012-03-22 14:45:35 -0500] Eliminate various compiler warnings |75e6526 [2012-03-22 10:00:54 -0500] Update for release |6ee7148 [2012-03-22 04:01:56 -0500] SF 3113886 Peripheral RAM block mapping |ba7338c [2012-03-21 15:58:43 -0500] SF 3474171 support TI standard interrupt declaration |57c0b69 [2012-03-11 13:12:37 -0500] Update DEV-PHASE for release |d3f7972 [2012-03-11 13:09:56 -0500] Update for release |8e6ca75 [2012-03-10 15:00:01 -0600] SF 3499699 Incorrect generated code returning from main |b2ed137 [2012-03-07 13:33:04 -0600] SF 3420924 gdb can't find local variables in unoptimized main |b96f163 [2012-03-07 11:14:52 -0600] SF 3498729 diagnose frame pointer corruption in task |11f355e [2012-03-04 16:36:31 -0600] msp430-builtins: eliminate signed/unsigned comparison warning |8f6a458 [2012-03-04 16:26:17 -0600] SF 3496195 possibly incorrect using of conditional branch |adf92c7 [2012-03-04 14:07:16 -0600] Refine cc0 implementation |ac421b7 [2012-02-24 14:28:04 -0600] Update DEV-PHASE for release |dca4c73 [2012-02-24 04:33:56 -0600] Update for release |d3a6ed9 [2012-02-23 17:06:37 -0600] SF 3486466 if mcu left off, unclear error msg |b39ee97 [2012-02-23 16:37:08 -0600] SF 3486463 msp430 4.6.1 toolchain warns about .noinit |473e1ea [2012-02-06 17:29:00 -0600] Use standard method of emitting labels |59ded52 [2012-02-06 17:25:33 -0600] SF 3440809 -O2 conflicts with naked functions |ff1697d [2012-02-06 17:13:16 -0600] Reorder return insns so default does not have extraneous tests |d4c922c [2012-02-06 13:51:29 -0600] Revert "SF 3440809 -O2 conflicts with naked functions" |6932fa0 [2012-01-25 13:37:08 -0600] Update DEV-PHASE for release |b27610a [2012-01-25 13:35:56 -0600] Update for release |51fd720 [2012-01-25 12:02:17 -0600] SF 3479668 msp430-libc ICE on 32-bit host |161ca2e [2012-01-25 10:33:48 -0600] SF 3479660 delay_cycles(INT32_MAX) fails on 32-bit host |e313f64 [2012-01-19 17:54:37 -0600] Update DEV-PHASE for release |135695f [2011-10-30 11:49:46 -0500] Add msp430 target support to GCC |ec1dfda [2011-10-30 11:48:55 -0500] Revert "Add msp430 target support to GCC" |79181ea [2012-01-19 16:01:35 -0600] Update for release |2da8f82 [2012-01-06 16:39:04 -0600] Reuse existing function to determine length of constant |8196139 [2012-01-06 16:16:14 -0600] Accept length for tablejump |ec86a20 [2012-01-06 11:46:06 -0600] Swap args when dest is indirect register |3228dad [2012-01-06 10:29:39 -0600] Disable early-clobber constraints on multi-word operations |f5bcb28 [2012-01-05 17:05:11 -0600] Update for release |9e311cd [2012-01-05 14:35:56 -0600] Fix length for non-standard out-of-range branches |64670b7 [2012-01-05 10:08:06 -0600] Update length adjustment for conditional jump, return, and basic operands |707930d [2012-01-05 09:09:40 -0600] Correct setcc insn length; fix bit carry mode error |ee4eccd [2012-01-04 21:45:47 -0600] Use local labels instead of byte offsets |9acab17 [2012-01-04 21:13:28 -0600] Permit comparisons on stack pointer and pseudo registers |ad2846a [2012-01-04 20:50:19 -0600] Restore SF 3296698 peephole optimization |6f93e81 [2012-01-04 19:04:54 -0600] Another attempt to make bittest for bit extraction non-volatile |b440bae [2012-01-04 18:16:09 -0600] Update CC status based on attribute effects |295a3b1 [2011-10-31 11:29:56 -0500] Review and update all cc attr values |6356b4d [2012-01-04 17:11:30 -0600] Avoid comparison change on symbol_ref operands |b700ea0 [2011-10-30 12:59:24 -0500] Replace cbranch infrastructure |44686c2 [2012-01-05 16:58:09 -0600] Restore peephole optimization for andm2 |172eabb [2011-10-26 10:01:56 -0500] Cull peepholes and sequelae |234f8ae [2011-12-24 11:09:01 -0600] Update for release |5e574ea [2011-12-23 16:46:35 -0600] SF 3461162 remove non-standard ABI from libgcc functions |e6f2470 [2011-12-23 13:05:23 -0600] Replace div/mod library functions |b1d9c36 [2011-12-23 11:54:42 -0600] Remove all div/mod/divmod traces in preparation for replacement |4f0a4b1 [2011-12-21 17:45:55 -0600] Rework libcall multiply to conform to ABI |8ae17f9 [2011-12-21 10:17:46 -0600] Remove unreferenced umulsi3hw |83ced76 [2011-12-21 10:07:25 -0600] Remove cmpsf libfunc |0e29d57 [2011-12-19 11:18:02 -0600] Update for release |a6b5024 [2011-12-16 16:20:29 -0600] SF 3459792 64-bit division/remainder clobber frame pointer |2ae67d6 [2011-12-16 16:02:45 -0600] SF 3461136 epilog popm insn corrupted |55c7f4b [2011-12-13 20:31:50 -0600] SF 3459655 broken bitfield extraction |a4eef8e [2011-12-09 07:59:37 -0600] Validate SF 3273856 |1f0ec33 [2011-12-05 08:55:43 -0600] Regenerate |7bc944e [2011-09-22 09:22:25 -0500] SF 3412886 pre-patch pr50213/tree-optimization |1e1a365 [2011-09-22 09:25:24 -0500] SF 3412439 address IRA issue in upstream pr50427/rtl-optimization |35b555b [2011-01-18 13:13:21 -0600] Add %:include-noerr as spec function. |aee9347 [2011-02-21 03:47:03 -0600] Anticipatory patch for PR middle-end/42722 (SF 3148801) |2240a54 [2011-07-16 12:21:25 -0500] Add msp430 target support to GCC |bee4f4d [2011-12-05 08:17:00 -0600] Update for release |5d1b4b6 [2011-11-21 12:28:33 -0600] SF 3440809 -O2 conflicts with naked functions |377b6c8 [2011-11-20 09:32:43 -0600] SF 3383371 add watchdog support intrinsics |0798f01 [2011-11-18 20:30:49 -0600] Test for errors on use of -fpic/-fPIC |21cfc98 [2011-11-05 09:31:47 -0500] SF 3433730 Bug when casting function parameters |4f902d7 [2011-11-04 09:34:12 -0500] Update for release |c0bfdb1 [2011-11-03 12:06:53 -0500] Rework shift to avoid techniques that inhibit optimizations |21a606e [2011-10-31 16:01:56 -0500] Generalize bittest to support non-constant values |6d2c0aa [2011-11-03 10:41:00 -0500] SF 3431602 Incorrect comparison to 32-bit literal |408f228 [2011-10-30 08:59:10 -0500] Update for release |27f8454 [2011-10-29 15:01:11 -0500] Simplify convoluted template output |dd0075e [2011-10-26 13:09:04 -0500] Clean up print operand |9a900b5 [2011-10-29 14:12:02 -0500] Remove unreachable code |6bbfd3b [2011-10-25 17:31:58 -0500] SF 3428439 support source auto increment operands |7aa61ac [2011-10-25 16:06:11 -0500] Remove definitions of unused constraints |12ff090 [2011-10-25 12:04:50 -0500] Canonicalize placement of cc attr settings and post-comma asm spacing |dc3b946 [2011-10-25 11:46:50 -0500] Replace gratuitously complex jump insn |675176b [2011-10-24 14:42:05 -0500] Eliminate inconsistency between call/call_value |613706b [2011-10-25 11:31:56 -0500] Clean up extract insns |b152dad [2011-10-25 18:36:59 -0500] Restore lost mode on unspec |440301c [2011-10-24 10:11:33 -0500] Update for release |0a76b34 [2011-10-24 09:59:20 -0500] Clarify interface to msp430_expand_insn functions |eca5c47 [2011-10-24 09:30:05 -0500] Run things through indent |bba6b13 [2011-10-24 09:25:51 -0500] Remove unused file |0be6fc8 [2011-10-24 09:00:52 -0500] Use prefered mechanism for identifying size optimization |0ee4d4e [2011-10-23 14:52:17 -0500] Refine length correction for other unspecs |0babd77 [2011-10-23 14:45:30 -0500] SF 3426564 signed bitfield extraction broken |774f509 [2011-10-21 13:24:30 -0500] Fix insn models for rotate in from carry. |117ac67 [2011-10-21 12:38:30 -0500] Remove unspec_volatile from insns that are correctly modeled without it |27a2c6a [2011-10-21 12:13:01 -0500] Model effect of rotate insns on carry flag |18ada90 [2011-10-21 10:56:18 -0500] Inhibit extv insns |2fde3be [2011-10-21 07:59:11 -0500] Update for release |ebe1165 [2011-10-20 20:37:05 -0500] Eliminate peepholes related to shift operations |bdbcf3e [2011-10-20 16:46:40 -0500] Remove redundant quotes |cdf919b [2011-10-20 16:24:23 -0500] Use REGNO_* for register number constants |87d3f7e [2011-10-20 12:35:53 -0500] Use pushm/popm in libgcc functions |14fadac [2011-10-20 12:22:33 -0500] SF 3426468 use pushm for si/di values on stack |44ba82e [2011-10-20 11:53:22 -0500] SF 3237004 implement 430x pushm |dfb2de2 [2011-10-18 20:13:21 -0500] Update for release |e8294a4 [2011-10-16 10:25:48 -0500] SF 3423822 validate interrupt attribute parameter |e6c4351 [2011-10-11 09:23:06 -0500] Update for release |2a8a2c9 [2011-10-11 09:19:52 -0500] SF 3377789 Review ASSEMBLER_DIALECT |47b1a52 [2011-10-11 09:15:16 -0500] SF 3377785 test default ASM_APP_{ON,OFF} |a2096f6 [2011-10-08 09:35:12 -0500] SF 3416278 allow users to control __low_level_init() |c404e6e [2011-10-07 10:33:35 -0500] SF 3417263 GDB wrong address for variables |ad6bb37 [2011-09-22 11:21:37 -0500] Update for release |4830af7 [2011-09-18 13:15:02 -0500] SF 3411254 add __swap_bytes intrinsic |f60dcf8 [2011-09-18 12:08:16 -0500] SF 3411243 need get/set interrupt state intrinsics |4214b9f [2011-08-30 13:06:33 -0500] Update for release |6a654e0 [2011-08-30 12:23:26 -0500] SF 3399395 revisit no-volatile-workaround |9fab0e5 [2011-08-30 09:37:26 -0500] SF 3400750 infomemnobits missing |44b88a0 [2011-08-29 20:57:00 -0500] Verify self-modifying operations. |556cbad [2011-08-29 17:15:49 -0500] Extend RMW peepholes to addition and subtraction |b5b464f [2011-08-29 16:58:23 -0500] Fix regression assigning through constant cast as volatile pointer |fc183b6 [2011-08-29 15:30:20 -0500] Fix remaining regressions in existing test suite |45c1914 [2011-08-29 15:28:41 -0500] Fix VWA regression in builtins_sp.c. |31dd799 [2011-08-29 15:17:54 -0500] Fix VWA regression in builtins_read_sr.c. |307d7f5 [2011-08-29 15:00:00 -0500] Optimize nand on volatile memory |f671271 [2011-08-29 14:40:22 -0500] Optimize nand from memory |f3872bf [2011-08-29 14:15:39 -0500] Optimizations involving non-volatile and volatile memory |c37b500 [2011-08-29 13:52:27 -0500] Optimizations involving only volatile memory |6c89cb6 [2011-08-29 13:23:59 -0500] Combine bit operation peepholes with structural equivalence |cb03664 [2011-08-29 13:03:36 -0500] Peephole optimizations supporting peripheral register AND, IOR, XOR, NAND* |f35a949 [2011-08-29 11:16:49 -0500] Remove the volatile workaround |a2f0e8f [2011-08-29 09:42:50 -0500] Avoid addition of nonexistent libg during static links using -g |1cc49f3 [2011-08-23 20:07:50 -0500] Update for release |904f407 [2011-08-23 18:21:52 -0500] SF 3397068 generalize noinit support |227645b [2011-08-22 16:54:33 -0500] Eliminate easy_mul |09e55aa [2011-08-22 16:51:49 -0500] SF 3192592 review cost expressions |a7d4a15 [2011-08-20 20:21:02 -0500] Update for release |129e28e [2011-08-20 19:53:15 -0500] SF 3237002 implement 430x multi-bit shift/rotate |60b0556 [2011-08-20 18:46:06 -0500] Lift clrc out of loop for all lshr operations |cd984c5 [2011-08-20 17:29:04 -0500] Refactor to decrease use of r_op |c48bd09 [2011-08-20 10:21:03 -0500] Prepare for inline non-const shifts |3aeae48 [2011-08-20 09:02:59 -0500] Avoid r_op for multi-word register shifts |cbe5cb5 [2011-08-20 04:25:13 -0500] Optimize 8-bit shifts |ac32b96 [2011-08-20 02:43:13 -0500] Eliminate redundant moves related to r_op |a86a6f5 [2011-08-19 15:37:27 -0500] Avoid temporary registers where no optimization possible |c80fb27 [2011-08-19 15:08:33 -0500] Rework to use temporary registers independently of subregs |f2b650c [2011-08-19 10:26:45 -0500] Refactor NBITS-1 shifts to avoid excessive multi-word registers |2f93714 [2011-08-19 10:26:11 -0500] Correct predicate on LHS of storeqi2 |5365c4a [2011-08-19 08:34:37 -0500] Use standard RTL for extension operation, rename for clarity |0226d04 [2011-08-19 08:16:11 -0500] Define matching pair for QI val / full reg load and store |20335d2 [2011-08-18 14:04:57 -0500] Implement 16-bit optimized shifts and piecewise sub-8bit shifts |97fad8e [2011-08-18 14:04:25 -0500] Correct insn constraints |3977c66 [2011-08-18 12:01:26 -0500] Add piecewise insn for logical right shift; correct shift cc clobbers |c59d8cb [2011-08-18 11:17:56 -0500] Rework tradeoff between loop and inline to respect -Os vs -O |2bd47e9 [2011-08-18 10:36:39 -0500] Restructure in preparation for word-based sub-8-bit rotates |0914c4a [2011-08-17 20:28:06 -0500] Optimize shifts 32..47 bits |2109c59 [2011-08-17 19:59:48 -0500] Refactor for clarity |34751fa [2011-08-17 19:42:09 -0500] Optimize shifts of 48 or more bits |e7fab1f [2011-08-17 19:25:01 -0500] Start move toward eliminating copy from src to dest |4bb7e55 [2011-08-17 14:57:13 -0500] Clean up how shift types are identified |aa91bd5 [2011-08-17 12:03:12 -0500] Add shift primitive ops, optimize shift of NBITS-1 |fed9c4a [2011-08-17 10:08:34 -0500] Invert so we can replace r_op as we refine the results |622528d [2011-08-17 05:09:02 -0500] Use loops for constant shifts if unrolled will take more space |927c7bb [2011-08-17 04:39:34 -0500] Eliminate bogus cost estimations for shift operations. |60dbead [2011-08-17 04:29:58 -0500] Another stab at multi-position support. |baf509d [2011-08-17 04:02:12 -0500] Fix rrum on CPUX hi. |027f317 [2011-08-17 03:33:38 -0500] Gross generation of constant shift sequences. |74449ed [2011-08-17 03:08:16 -0500] Cleanup: consistent use of constraint instead of matchdup |ae4fe30 [2011-08-16 17:55:31 -0500] Fix ashrhi3_15 again |6fd83e8 [2011-08-16 17:34:56 -0500] Recognize more (trivial) inline opportunities |9e68677 [2011-08-16 17:06:19 -0500] Fix ashrhi3_15 clobber; emit inline single-insn HImode shifts |8acad80 [2011-08-16 16:26:26 -0500] Correct format for rl* insns |de793db [2011-08-16 16:14:44 -0500] Prepare for potential of expanding using template |b1205bc [2011-08-16 13:30:17 -0500] Replace shift implementation with library calls |42da5d9 [2011-08-16 03:50:31 -0500] Add optimized shift implementations |b98a654 [2011-08-18 20:06:13 -0500] SF 3394176 unrecognizable insn error subtracting addresses |1df1153 [2011-08-16 16:18:27 -0500] Correct first parameter to conditional generator |61a7360 [2011-08-16 04:51:12 -0500] Eliminate compiler errors, detect unhandled cases |626e547 [2011-08-16 02:48:31 -0500] Comment cleanup |b886801 [2011-08-13 11:17:45 -0500] SF 3390964 broken optimization with emulated multiply libcalls |2f5126f [2011-08-09 13:16:59 -0500] Update for release |544b161 [2011-08-09 03:17:25 -0500] SF 3388064 __delay_cycles is limited to 65535 |62f859e [2011-08-08 12:29:09 -0500] Eliminate compiler warning |8f9c203 [2011-08-06 07:44:58 -0500] Update for release |af7ce10 [2011-08-05 18:15:43 -0500] SF 3191569 register use cleanup: tieable |ff84717 [2011-08-05 17:15:46 -0500] SF 3195549 addc_zero/subc_zero inconsistency |eec1581 [2011-08-05 17:07:54 -0500] SF 3273856 eliminate cse of constant zero |2b00fae [2011-08-05 16:33:49 -0500] Eliminate compiler warnings and style errors |23a6f17 [2011-08-05 16:24:23 -0500] Remove unused global costs function |97268c5 [2011-08-05 09:21:26 -0500] Get rid of magic numbers |dbd2219 [2011-08-05 08:32:31 -0500] Put function-local string constants into unique rodata where appropriate |1cf2f35 [2011-08-03 04:29:35 -0500] Update for release |e4f5384 [2011-08-02 16:34:25 -0500] SF 3384766 string constants misplaced in text section |3f602e2 [2011-07-27 09:54:27 -0500] SF 3370978: ICE on shift with 32-bit count |5454162 [2011-07-27 06:03:06 -0500] Avoid warning about undeclared diagnostic functions |95e763b [2011-07-25 21:13:35 -0500] Review and update to 4.6.0 version of Chapter 17 (Target Macros) |98f6c89 [2011-07-25 19:31:48 -0500] Run everything through indent |db4a82e [2011-07-25 18:09:55 -0500] Change spelling of spec function |38dde08 [2011-07-25 16:53:02 -0500] Avoid garbage collection of mpy rtx structures |79787aa [2011-07-25 14:00:41 -0500] Remove non-standard movstrhi/clrstrhi |9e2bf05 [2011-01-01 20:51:50 -0600] Rework how unwinding is done. |f4a6bd4 [2011-07-25 12:03:54 -0500] Replace GET_ENVIRONMENT |51fcf95 [2011-01-01 20:18:39 -0600] Update GNU garbage collector use. |a322715 [2011-01-01 20:57:32 -0600] Eliminate declarations for option variables. |26e94eb [2011-01-01 21:24:01 -0600] Generalize optimization-dependent option defaults. |086f349 [2011-01-01 20:42:15 -0600] Replace OVERRIDE_OPTIONS with TARGET_OPTION_OVERRIDE. |0f8c96c [2011-01-01 20:37:34 -0600] Remove RETURN_POPS_ARGS. |95ffbd3 [2011-01-01 20:03:53 -0600] Eliminate ORDER_REGS_FOR_LOCAL_ALLOC and TARGET_REORDER. |b3bc594 [2011-07-05 17:09:07 -0500] Update for release |203cd7e [2011-07-05 17:03:47 -0500] SF 3354800 put back -mdisable-hwmul |5a9eec4 [2011-07-05 16:42:49 -0500] SF 3354807 ICE with -mmpy=16 on 32-bit constant multiplies |c17a05a [2011-07-05 16:08:47 -0500] Update for release |356dce9 [2011-07-05 15:56:40 -0500] Fix illegal extraction of low part of constant multiplication operand |29af6de [2011-07-05 15:19:06 -0500] Complete support for MPY32 |339ecc8 [2011-07-05 15:06:47 -0500] Tested hardware multiply for non-MPY32 support |e018493 [2011-07-05 15:01:28 -0500] Tiny optimization in mulsidi3 |0808b4d [2011-07-05 14:59:27 -0500] Add library functions for widen-to-64 multiply |a74eec7 [2011-07-05 14:33:06 -0500] Validate muldi3 |391b168 [2011-07-05 10:39:24 -0500] Use mode iterators for multiplication insns |3fd730b [2011-07-05 10:03:32 -0500] Clean up multiplication |f6048bb [2011-07-05 09:03:08 -0500] Use correct "can't happen" function |5ceb03b [2011-07-05 07:21:04 -0500] Remove patterns from non-expanded RTL templates |c8d5bff [2011-07-04 21:29:21 -0500] Avoid unnecessary sign extension on mulqihi operations |c692ec0 [2011-07-04 21:24:19 -0500] Refine multiplier peripheral indicator values |c979dee [2011-07-04 21:16:18 -0500] SF 3354053 remove -mforce-hwmul, -mdisable-hwmul |c4cc7fd [2011-07-04 20:13:07 -0500] Fix indentation |defe95e [2011-07-04 15:43:25 -0500] More syntax cleanup |7ae064f [2011-07-04 15:38:45 -0500] Syntax cleanup |c6f5686 [2011-07-04 14:57:11 -0500] SF 3317421 -Os generates unrecognized insn for multiply-by-constant |e534b53 [2011-07-04 14:08:58 -0500] Run things through GNU indent again |c6b9d85 [2011-07-04 13:44:11 -0500] Eliminate special insns for MPY peripheral access |7301357 [2011-07-04 12:56:41 -0500] Rework multiply interrupt protection insns |81c5841 [2011-07-04 07:30:03 -0500] pophi sr clobbers condition codes |596fe75 [2011-07-04 08:02:06 -0500] Clean up msp430_init_once |4f1b02a [2011-06-25 15:15:52 -0500] Remove distracting disabled code |2b1e36a [2011-06-25 15:01:31 -0500] Reformat macros so they are readable |0aa02ac [2011-06-25 15:00:52 -0500] Remove unreferenced multiply-related registers |0b0cd25 [2011-06-25 13:43:53 -0500] Remove outdated push helper functions |b680b48 [2011-06-25 13:20:43 -0500] SF 3317711 path to ldscripts broken if installation moved |73007d8 [2011-06-25 11:07:53 -0500] Patch provided by submitter |9f6f736 [2011-06-12 08:35:07 -0500] Update for release |e0d67b8 [2011-06-12 08:33:32 -0500] SF 3313978 ICE (unrecognizable insn) related to rotate |c67eb41 [2011-05-30 11:39:49 -0500] Update for release |c5b4fc7 [2011-05-30 10:23:18 -0500] SF 3302511: ICE building newlib 1.19.0 |eb98053 [2011-05-15 15:36:20 -0500] Update for release |a6911fa [2011-05-10 20:02:57 -0500] SF 300205 regression: sizeof(short) != 2 |7949660 [2011-05-03 06:15:17 -0500] SF 3296698: unoptimized code for bit field/union |d372fa6 [2011-04-30 14:21:18 -0500] Use a less obscure RTL pattern for swpb |7aceebf [2011-04-30 12:35:41 -0500] Remove repeated calculation in cost expression calculation |6e3c8e9 [2011-04-24 04:32:16 -0500] SF 3291533 __cmpdi2 wrong redux |f4dcf98 [2011-04-23 13:34:41 -0500] Lift out function that splits multiword operands |bbb040e [2011-04-23 09:48:47 -0500] Simplify absm2 |2cf5283 [2011-04-23 09:48:24 -0500] Avoid mode-less constants as op0 |f3c5554 [2011-04-22 20:50:21 -0500] New solution to expansion of multi-word comparisons |87310b1 [2011-04-22 17:36:53 -0500] Strip cbranchsi4 support |e545f89 [2011-04-22 13:25:29 -0500] SF 3291533 __cmpdi2 wrong |5111472 [2011-04-21 17:33:06 -0500] Refactor high/low part extraction |d24a5af [2011-04-21 16:58:42 -0500] Consolidate cbranch-related functions |c5cacde [2011-04-21 15:44:34 -0500] Inline the operation to use canonical MSP430 comparison operator |138db44 [2011-04-21 15:33:24 -0500] Eliminate unreferenced functions |74cc7c0 [2011-04-21 11:36:18 -0500] br is an emulated format II instruction |629871e [2011-04-21 10:22:56 -0500] Update for release |e3b4304 [2011-04-21 09:09:11 -0500] SF 3195322 remove profile options -mpgs, -mpgl, -mpgr |378cb1e [2011-04-21 09:02:14 -0500] SF 3288916 dint builtin should emit noop |6809b99 [2011-04-21 08:55:04 -0500] SF 3290923 sequence of calls can overrun stack |e0cda89 [2011-04-19 16:04:42 -0500] Eliminate introduction of temporary |c638954 [2011-04-19 15:11:38 -0500] Strip out unused code |1ed8438 [2011-04-19 14:52:02 -0500] Remove useless TARGET_LEGITIMIZE_ADDRESS |4f07ba8 [2011-04-19 14:30:54 -0500] Tighten up checks on base register validity |731f995 [2011-04-19 13:27:14 -0500] Rework strlenhi |1b0bb04 [2011-04-19 09:27:41 -0500] Review use of vwa predicates in new insn definitions |1f5fd5c [2011-04-19 08:29:15 -0500] Rename predicates associated with volatile work-around |212891e [2011-04-18 10:36:32 -0500] Implement xorm3 |5d19c1f [2011-04-18 10:09:09 -0500] Replace iorm3 |244b312 [2011-04-18 09:53:07 -0500] Implement andm3 |f9ff60d [2011-04-18 08:06:10 -0500] Move validated instructions up in file |2a623d5 [2011-04-18 08:05:46 -0500] Mode-specific condition code iterator macro |d832a5d [2011-04-16 21:32:00 -0500] Add unary output support (ones complement, neg expansion) |b87855f [2011-04-16 21:16:19 -0500] Correct push/pop length calculations |36f2fdf [2011-04-16 18:38:10 -0500] Eliminate compile-time warnings |5b7f8b4 [2011-04-16 14:41:57 -0500] Use iterator to generate RMW insn patterns |2ac17c0 [2011-04-16 13:47:25 -0500] Calculate default instr_mult from destination mode |e08079c [2011-04-16 13:34:32 -0500] Normalize NAND and check resulting lengths |214da4a [2011-04-16 12:55:38 -0500] Combine indirect_jump and verify length calculations |7f4e613 [2011-04-16 12:19:05 -0500] Remove explicit_br |5237148 [2011-04-16 11:59:03 -0500] Remove unused code |f3f561b [2011-04-16 11:53:44 -0500] Disallow use of stack or pseudo-registers in non-HImode operations |15a2411 [2011-04-16 11:49:05 -0500] SF 3288235 : clobber in non-move operations |7101e2e [2011-04-16 09:30:11 -0500] Re-optimize frame register adjustments |325baaa [2011-04-15 17:22:42 -0500] Clean up subm3 |823391e [2011-04-15 14:21:14 -0500] Remove old addm3 code |a508e2a [2011-04-15 13:50:45 -0500] Use iterator to avoid duplicating CG plus-to-minus split |549a067 [2011-04-15 13:44:39 -0500] Use split to detect negative CG matches |9070d43 [2011-04-15 13:20:59 -0500] Update for lengths for addhi3 |11c06de [2011-04-15 12:48:49 -0500] Use iterator to define addm3 expansions |43b08b3 [2011-04-15 12:32:26 -0500] Implement swpb as rotate:HI for better optimization |b812758 [2011-04-15 04:02:06 -0500] Define SHIFT_COUNT_TRUNCATED |e00e7f5 [2011-04-14 14:33:17 -0500] Reduce alternatives in multi-word push operations |91c9f6d [2011-04-14 14:32:44 -0500] pop operands are indirect stack references with side effects |c298a78 [2011-04-14 14:13:25 -0500] Normalize order of attributes |d4afe8c [2011-04-14 13:47:58 -0500] Handle parallel patterns, adjust delay_cycles builtin |c08216c [2011-04-14 13:18:45 -0500] Refine format/length/alternatives for builtins |2e169bf [2011-04-14 13:04:28 -0500] Indirect register as destination requires offset word |95e0c28 [2011-04-14 12:48:29 -0500] Make instruction length based on format, not specific insn |32585d4 [2011-04-14 09:57:01 -0500] Step to refining instruction length calculations |b0c3415 [2011-04-15 12:32:26 -0500] Implement swpb as rotate:HI for better optimization |0e7b758 [2011-04-15 04:02:43 -0500] Add a delay_cycles where the constant is not compatible with CG |d69a3cf [2011-04-15 16:01:51 -0500] Remove dead dummy updates |4d8b01e [2011-04-15 15:50:28 -0500] Remove unnecessary arguments from msp430_cbranch |be559d2 [2011-04-14 17:52:13 -0500] SF 3286842 Compiler stores r2 but does not restore it |4092793 [2011-04-13 18:06:16 -0500] Avoid potentially too strict requirement on index expressions |1a62597 [2011-04-13 18:03:58 -0500] Replace imprecisely named function with new version |6078f25 [2011-04-13 17:55:02 -0500] Provide utility functions to characterize rtx addressing mode |a661df5 [2011-04-13 17:31:25 -0500] Eliminate whines from callers using unsigned regnum expressions |17641ef [2011-04-12 15:43:47 -0500] Update for release |b4aa2cb [2011-04-12 14:43:03 -0500] SF 3207700 make watchdog optional |a32ae89 [2011-04-12 11:14:12 -0500] SF 3237009 default task for main |31da821 [2011-04-12 15:39:54 -0500] Correct mis-use of force_reg |d5e6c6d [2011-04-11 13:53:14 -0500] Update for release |512271a [2011-04-11 11:05:12 -0500] Correct another frame/stack misunderstanding |7526887 [2011-04-11 09:18:25 -0500] Improve optimization of zero-extended byte values |4a492a8 [2011-04-11 09:14:41 -0500] Remove extranous space from movhi2 template |56556b7 [2011-04-10 21:31:41 -0500] Correct potential mis-assignment of registers |b0cabfe [2011-04-10 21:25:31 -0500] Fix suboptimal register reloading |703a8d0 [2011-04-10 21:19:16 -0500] Make internal functions/data static |c40ae95 [2011-04-10 16:47:46 -0500] Avoid abort() in ASM_OUTPUT macros |972c5d5 [2011-04-10 16:46:31 -0500] Use register as more evocative unspecv parameter |2d5b4cd [2011-04-10 16:33:44 -0500] SF 3260589 change frame pointer semantics |9924371 [2011-04-10 10:38:14 -0500] SF 3191622 register use cleanup: SMALL_REGISTER_CLASSES |cc2a80e [2011-04-09 19:17:06 -0500] Become much more strict about register uses. |cd59dd3 [2011-04-09 18:54:30 -0500] Revert SF 3188386 |263c35c [2011-04-09 15:03:48 -0500] Fix wrong operator |2d28aa6c [2011-04-09 13:33:44 -0500] Get rid of unnecessary TFPR (alloca already handled) |3065f10 [2011-04-09 10:47:42 -0500] Rework implementation of critical to avoid RETI |6583166 [2011-04-09 10:16:15 -0500] Minor documentation cleanup |927f4d3 [2011-04-08 21:27:25 -0500] SF 3261372: critical attribute incompatible with -g flag |8cc29a6 [2011-04-08 09:38:52 -0500] SF 3191614: register use cleanup: old constraints |c155abc [2011-04-08 08:26:05 -0500] Uniformly use pushm1 insns |c04654b [2011-04-07 21:18:44 -0500] Fix problem with pseudo-register assignment |0bd318a [2011-04-07 09:15:04 -0500] Handle SFmode in msp430_mov_noclobber |764d7f5 [2011-04-05 13:47:30 -0500] Use utility function to create offset mem exprs |507ebad [2011-04-05 13:11:42 -0500] Inhibit peephole code when no peepholes defined |5f4f010 [2011-04-05 13:09:19 -0500] Storing into memory cannot clobber registers |2fd1283 [2011-04-05 12:54:38 -0500] Handle interior clobbers |b452d9c [2011-04-05 12:47:17 -0500] Implement alternative no-clobber solution |632da2f [2011-04-05 10:09:12 -0500] Use mode iterators to reduce duplication in extend insns |d8381a8 [2011-04-05 08:05:06 -0500] Use pushqi1 instead of relaxing constraint on push_operand |7be7f29 [2011-04-05 07:20:57 -0500] Avoid corrupting registers in moves |f53a4cd [2011-04-04 22:44:25 -0500] Correct constraint documentation; clobber regs in builtins |2d8a38e [2011-04-04 22:37:04 -0500] Remove some magic numbers |6b77e9a [2011-04-04 22:22:46 -0500] Use a move iterator to handle SF using SI at no extra charge |07b1838 [2011-04-04 22:04:28 -0500] Remove unused code |3fc7864 [2011-04-04 21:53:12 -0500] Add movdi code |5a5e4bc [2011-04-04 21:41:19 -0500] Combine alternatives with same pattern and lengths |cd5a82e [2011-04-04 21:27:11 -0500] Implement movsi |7cbd810 [2011-04-04 15:24:18 -0500] Support offset for stack-relative pushes |0071bac [2011-04-04 12:47:03 -0500] Add movhi* |0b2ce1e [2011-04-04 12:46:19 -0500] Disable ADJUST_INSN_LENGTH |1db0967 [2011-04-04 12:22:14 -0500] Incorporate pushqi into movqi handling. |bca4d4e [2011-04-04 08:47:25 -0500] Validation of movqi |e5ff982 [2011-04-04 08:58:41 -0500] Remove unreferenced sameoperand code (leftover pre extend rewrite) |6ed2af5 [2011-04-04 08:17:28 -0500] Move all peephole definitions to separate file. |77f1c6a [2011-04-03 17:43:29 -0500] Cleanup around extend insns |df372c4 [2011-04-03 17:17:33 -0500] Implement zero_extendmn2 sharing extendmn2 code |29099e7 [2011-04-03 16:28:48 -0500] Re-implement sign extension insns (extendmn2) |8ce32c4 [2011-04-03 12:45:56 -0500] Avoid overwrite when r11:di is copied to r12:di |f74872c [2011-03-31 15:07:36 -0500] SF 3264484: need naked with stack variables |14f89fa [2011-03-31 14:14:36 -0500] Trivial cleanups |9a3f541 [2011-03-31 09:38:35 -0500] Remove RTX_FRAME_RELATED_P from prologue insns not affecting frame |ed80052 [2011-03-30 11:14:56 -0500] Verify critical attribute results in reti |3c63c7f [2011-03-30 09:24:53 -0500] Remove unreferenced variable |dcbe77e [2011-03-30 08:55:23 -0500] SF 3257192: obey noreturn |a11a4b6 [2011-03-30 08:37:16 -0500] Convert saveprologue elimination to warning |9982fac [2011-03-29 11:46:52 -0500] Remove debug messages |0d370a4 [2011-03-29 10:50:28 -0500] Update for release |a72612b [2011-03-29 10:49:11 -0500] SF 3257021, 3257192: function attribute rework |3abb531 [2011-03-28 12:50:38 -0500] Run everything through indent again |091b3d0 [2011-03-28 12:36:12 -0500] SF 3250899: error right shift 32-bit values |64c6735 [2011-03-27 19:33:36 -0500] SF 3250605: error left shift 64-bit values |5a0a5da [2011-03-27 18:58:59 -0500] SF 3250633: error right logical shift 64-bit values |53cbbd9 [2011-03-26 12:43:06 -0500] Reformatting in shift code |96ecb5a [2011-03-26 11:50:34 -0500] Remove uncalled statics, inline uniquely called statics |d1dcc05 [2011-03-26 11:42:21 -0500] Remove length calculations in shift operations |bb404e2 [2011-03-26 11:02:41 -0500] Clear out more bogus instruction length infrastructure |4e598c6 [2011-03-25 14:07:41 -0500] Partial SF 3244669: remove hard-coded lengths from msp430_name_code |5fef21d [2011-03-25 13:43:40 -0500] Remove patterns which use @Rn+ naturally. |c1fbc59 [2011-03-25 12:54:35 -0500] Reduce visibility of utility functions. |c42f445 [2011-03-25 12:47:22 -0500] Correct instruction lengths for set expressions in builtins. |3d2dd01 [2011-03-25 11:50:40 -0500] Consistent placement of unspec_volatile on set patterns. |a059b93 [2011-03-25 11:50:34 -0500] Eliminate build warnings from use of HOST_WIDE_INT in printf formats |6b16b08 [2011-03-26 07:48:23 -0500] Update version for next release |238764f [2011-03-25 22:00:19 -0500] Fix delay_cycles on CPUXV2 |a454332 [2011-03-25 00:36:23 -0500] SF 3237005: add __delay_cycles intrinsic |660b860 [2011-03-24 13:25:27 -0500] Fix varargs problem on 64-bit hosts. |c3279c7 [2011-03-22 17:44:06 -0500] Update version for next release |0820353 [2011-03-22 15:25:24 -0500] Remove problematic and unuseful example |fd873cf [2011-03-22 10:34:07 -0500] Rename builtin for consistency |eea6dd2 [2011-03-21 12:18:51 -0500] Clean up interrupt attribute parameter processing |a0beb09 [2011-03-21 11:34:46 -0500] Clean up prototypes/public functions |0875583 [2011-03-21 11:12:57 -0500] Improve validation of naked/task attributes. |1e086ab [2011-03-21 10:19:17 -0500] Check for incompatibility among attribute declarations |240b794 [2011-03-20 15:30:08 -0500] Replace code that detected empty epilogue |6fe5e6c [2011-03-20 14:20:59 -0500] Use flags to specify frame prologue/epilogue actions |3e9047c [2011-03-20 13:05:45 -0500] Disable saveprologue |a65f990 [2011-03-20 11:56:58 -0500] Remove unused references to instruction address data |2dbd885 [2011-03-20 11:46:25 -0500] Clean up stack alignment and adjustment for frame size |3a69c2f [2011-03-20 11:16:20 -0500] Regression test for saveprologue. |8973349 [2011-03-20 10:28:23 -0500] Calculate frame-saved register set in one place. |f917da2 [2011-03-19 14:22:36 -0500] Use attribute trees instead of booleans to record function attributes |ac08763 [2011-03-19 11:00:10 -0500] Make machine_status the ultimate source of function attributes. |cdadcad [2011-03-19 10:44:36 -0500] Remove sibcall-related code. |a5a0f44 [2011-03-19 09:43:11 -0500] Avoid marking interrupt functions as used until is_interrupt validated. |70197bb [2011-03-19 09:27:31 -0500] Attribute cleanup: consistent format for warning messages |105eb82 [2011-03-19 08:24:40 -0500] Run through indent |cd4f3b6 [2011-03-19 08:19:36 -0500] Inline once-called, remove never-called frame handler functions |96d200c [2011-03-16 12:27:20 -0500] Collect function attribute analysis into one place. |cfbbf71 [2011-03-16 10:19:49 -0500] Remove unreferenced reserve attribute |b950248 [2011-03-15 15:25:22 -0500] SF 3214051: validate is_leaf workaround |8cdad9e [2011-03-14 20:47:40 -0500] Rename function to reflect what it does |c657168 [2011-03-14 20:39:28 -0500] Remove -mendup-at and -minit-stack |c0d0094 [2011-03-15 13:53:42 -0500] Remove calculation of function prologue/epilogue size. |ddae3bc [2011-03-14 19:35:40 -0500] Remove .L__FrameSize/.L__FrameOffset |f1f180b [2011-03-15 13:44:02 -0500] Remove GCC_VERSION_INT. |33a486a [2011-03-14 19:24:32 -0500] SF 3195317: clean up -maccumulate-outgoing-args |dfdf943 [2011-03-14 13:04:51 -0500] SF 3193396: fix uniarch ctors/dtors |4b859f0 [2011-03-12 15:34:40 -0600] SF 3207046: get rid of jump to main |b00681e [2011-03-12 15:21:44 -0600] Recognize that stack pointer may be a 20-bit pointer (not an unsigned int) |04b7030 [2011-03-12 14:48:26 -0600] Correct support for named sections |7856ccc [2011-03-12 11:56:08 -0600] SF 3207853: bad constant extraction on 64-bit systems |b4fa76e [2011-03-11 17:40:27 -0600] Mark frame-related instructions |b984f27 [2011-03-11 15:26:59 -0600] Inline the inline functions (not shared, no reason to put in separate file) |e640bc6 [2011-03-11 15:24:47 -0600] Baby step: remove unused garbage from framehelpers.inl |935d403 [2011-03-11 14:29:23 -0600] SF 3195323: remove -mrtl |1294c59 [2011-03-11 12:08:51 -0600] Unit tests validating SF 3104943 |85bd56d [2011-03-11 11:40:16 -0600] SF 3206654: provide facility to identify mspgcc version |39596e3 [2011-03-11 10:15:12 -0600] Implement __builtin_{read,write}_stack_pointer |f02889e [2011-03-11 10:05:57 -0600] Implement __bis_status_register |1dfce7c [2011-03-11 09:59:10 -0600] Implement __bic_status_register |34c43ae [2011-03-11 09:47:08 -0600] Implement __write_status_register |4d3889b [2011-03-11 09:24:09 -0600] Stub status-register builtins; implement read |e5a7012 [2011-03-11 08:46:24 -0600] SF 3195325: remove -mdeb |7cd7646 [2011-03-11 08:36:42 -0600] SF 3195329: remove -mIAR |5a9c069 [2011-03-06 20:38:53 -0600] SF 3201686: gcc optimizes away static isr |53eb3ab [2011-03-06 20:18:23 -0600] SF 3198920: bi*_sr_irq incorrect |a026cc3 [2011-03-05 14:34:35 -0600] SF 3198924: get_frame_address wrong |ff69c66 [2011-03-05 13:45:44 -0600] Test builtins for return address and frame address. |537f549 [2011-03-03 15:55:14 -0600] Rework intrinsics that require frame pointers. |aafe5cc [2011-03-03 12:44:05 -0600] Cleanup/consistency in nop/eint/dint |a5a6811 [2011-03-03 12:31:04 -0600] Clean up bi*_sr_irq builtins. |4af5a14 [2011-03-02 13:39:37 -0600] Add built-ins for nop, eint, dint |1cad52d [2011-03-02 13:19:54 -0600] Unit test for get_frame_address |5e8a925 [2011-03-02 13:19:33 -0600] Refine parameter to builtins |df9cf2a [2011-03-02 09:46:35 -0600] Tests for bi[cs]_sr_irq intrinsics |32a021d [2011-03-01 10:18:06 -0600] Generate preprocessor symbols for cpu, mpy, and ivcnt values. |6371377 [2011-02-28 17:20:04 -0600] Clean up built-in declarations. |5813cf3 [2011-02-28 16:49:53 -0600] Remove more magic numbers |67fae96 [2011-02-28 16:31:36 -0600] Clean up built-in RTX expressions. |9d18745 [2011-02-28 16:17:00 -0600] Replace magic numbers with constants from md file |8102441 [2011-02-28 15:54:04 -0600] Eliminate magic numbers for unspec indices |7d5c8f8 [2011-02-27 13:13:11 -0600] Make everything just depend on cpu/mpy/ivcnt |2ce5df8 [2011-02-27 12:53:39 -0600] Enable calculation of proper multilib directory. |81f6003 [2011-02-27 11:50:39 -0600] Correct various problems with multilib specification |9096dee [2011-02-27 10:32:54 -0600] Basic multilib support. |6e41a2b [2011-02-27 09:19:26 -0600] Sort target hooks by manual section |727739a [2011-02-26 13:29:45 -0600] Remove all the declarations by moving the reference to follow the definition |4abff5d [2011-02-26 13:11:55 -0600] Do not presume that c++ is the same as c |600cad3 [2011-02-26 13:11:37 -0600] Put more things back where they belong. |bd7b5e8 [2011-02-26 13:02:02 -0600] Remove more unreferenced stuff; keep in the one legitimate one |f7a48de [2011-02-26 12:57:52 -0600] Replace unnecessary global macro |c23994a [2011-02-26 12:51:19 -0600] Put things where they belong |8f4fefa [2011-02-26 12:18:10 -0600] Go back and do the first subsections of Target Macros |cb4494f [2011-02-26 12:02:29 -0600] Move private macro to implementation file; remove outdated comments |30404eb [2011-02-26 11:59:28 -0600] Complete target macros. |8f0e198 [2011-02-26 11:36:50 -0600] Debugging info. |8d1c576 [2011-02-26 11:25:47 -0600] Complete Assembler Format |909929d [2011-02-26 11:18:14 -0600] Instruction output |4bde3c0 [2011-02-26 11:03:54 -0600] Macros for initialization |7332c83 [2011-02-26 11:00:51 -0600] Initialization |6ff0a5d [2011-02-26 11:00:43 -0600] Correct function name; add documentation removed from libgcc.S |4b07834 [2011-02-26 11:00:16 -0600] Remove material now located in crt0.S |f601076 [2011-02-25 16:04:32 -0600] Data and label output |4bc8c86 [2011-02-25 15:20:25 -0600] Reverse incorrect code standard change. |3be4849 [2011-02-25 15:10:18 -0600] Move hook to msp430.c; do 17.21.2 Data Output |405c77e [2011-02-25 14:56:42 -0600] Remove outdated/unreferenced asm_output_* functions |b1f3392 [2011-02-25 14:40:03 -0600] Sections |257efb3 [2011-02-25 14:19:26 -0600] Costs and scheduling |c9f5a9d [2011-02-25 13:58:35 -0600] Condition codes. |7a283c2 [2011-02-25 13:37:54 -0600] Run things through indent again |e45d06f [2011-02-25 13:33:00 -0600] Replace GO_IF_LEGITIMATE_ADDRESS with target hook |213ce55 [2011-02-25 13:20:44 -0600] Cleanup varargs, trampolines, library calls, addressing modes |d32099b [2011-02-25 10:14:15 -0600] Minor cleanup |d93445d [2011-02-25 09:33:21 -0600] Complete review of msp430.h for 17.10 Stack and Calling |c801827 [2011-02-25 09:19:37 -0600] 17.10.7 Register Arguments |6555205 [2011-02-25 08:55:15 -0600] 17.10.6 Stack Arguments |1f2ccd3 [2011-02-25 08:45:07 -0600] Stack/call up to 17.10.6 |cd569f1 [2011-02-24 15:31:31 -0600] Review 17.8 and 17.9 (register classes and outdated constraints) |ef9e05c [2011-02-24 14:38:22 -0600] Review 17.7 Registers |c3beb73 [2011-02-24 13:31:06 -0600] Clean up section 17.6 Layout of Source Language Data Types |99fc7e4 [2011-02-24 13:08:51 -0600] Review and cleanup storage-related target data |acfd4e4 [2011-02-24 12:14:53 -0600] Consistent names for macros related to register returns |3adeb1d [2011-02-21 12:23:03 -0600] Convert LIBCALL_VALUE to target hook. |a98a5e7 [2011-02-21 12:07:03 -0600] SF 3188386: inefficient struct return convention |46f8277 [2011-02-21 11:52:13 -0600] Convert FUNCTION_VALUE to target hook |7689eb5 [2011-02-21 10:58:45 -0600] Remove STRUCT_VALUE macro. |94fccc8 [2011-02-21 10:55:06 -0600] Convert RETURN_IN_MEMORY to target hook |feee18d [2011-02-21 10:54:24 -0600] Correct target macro selection |d230668 [2011-02-10 09:04:44 -0600] Remove multilib and default mcu |7d72ab9 [2011-02-07 09:59:05 -0600] Emit cpu and mpy in generated assembly source |634cd52 [2011-02-24 11:52:32 -0600] Reduce check to accommodate gcc 4.5 limitation. |669ba0c [2011-02-21 03:46:48 -0600] Test case for PR middle-end/42722 (SF 3148801) |d6772e6 [2011-02-20 12:18:35 -0600] Test case for SF 3177314 |951a044 [2011-02-20 11:39:38 -0600] Test case for SF 3112089 |78fbbf0 [2011-02-19 16:14:12 -0600] Infrastructure for dejagnu autotests. |ebd6be7 [2011-02-24 09:47:54 -0600] Remove hard-coded MCU-specific information from msp430 port. |a13c84e [2011-01-01 19:51:09 -0600] Decouple front-end dependencies from target. |b2accf6 [2011-01-01 15:10:24 -0600] Update trampoline interface to current GCC implementation. |de467e5 [2011-01-01 14:46:49 -0600] Remove CAN_ELIMINATE. |50fd87a [2011-01-01 14:39:16 -0600] Update frame pointer support to current GCC implementation. |63cb597 [2011-01-01 14:25:04 -0600] Update for cond-optab branch. |2354f1f [2011-01-01 13:46:09 -0600] Remove poisoned LEGITIMIZE_ADDRESS. |6cf95dd [2011-01-01 13:41:09 -0600] Correct placement of GC marker |03a9106 [2011-01-01 12:22:52 -0600] Avoid reference to uninitialized operands. |36b4cae [2011-01-01 12:21:13 -0600] Fix mis-use of MEM_VOLATILE_P. |4c59517 [2010-12-31 18:43:31 -0600] Run through indent again |cba5a77 [2010-11-14 10:11:57 -0600] SF 3109143: Support value-line MSP430G22x1 devices |5092e93 [2010-08-29 13:10:46 -0500] SF 3055519: add support for 55xx chips |526fee6 [2010-08-29 10:45:10 -0500] Provide machine mode for certain constant integer operands. |7401fc6 [2010-08-29 10:22:54 -0500] SF 3055171: ICE in trunc_int_for_mode |d7d7602 [2010-11-19 14:50:58 -0600] SF 3112089: improper elimination of condition code set |1b0f6ad [2010-11-06 14:58:21 -0500] SF 3090574: -fPIC silently won't work |d89c540 [2010-08-15 08:58:26 -0500] Correct function prototype |735355e [2010-08-14 21:57:21 -0500] Down to one last warning that I plan to ignore for now |d2104bf [2010-08-14 21:45:10 -0500] C++ comments, format spec, const and signed qualifiers |4b508e3 [2010-08-14 21:36:00 -0500] Remove invalid comma, fix function declarations |acc8075 [2010-08-14 21:23:20 -0500] Eliminate warnings about C++ comments, mixed code/decl, unused variable |d0d36e1 [2010-08-14 21:12:01 -0500] Run through indent again |03bff4b [2010-08-14 21:11:32 -0500] Remove old-style definitions |136e923 [2010-08-14 20:36:44 -0500] Remove PARAMS wrappers, re-run indent. |3785875 [2010-08-14 20:27:26 -0500] Run everything through GNU indent version 2.2.10. |7ba79e4 [2010-07-16 19:00:47 -0500] Merge branch 'msp430' into dev/4.4.4 |95b0112 [2010-07-16 18:11:23 -0500] Avoid dereferencing SET_SRC if instruction is not SET. |8288f6e [2010-05-27 14:19:20 -0500] Correct chip name |9da84ee [2010-05-20 19:17:08 +0000] Add file missed in commit 133 |1b52f5f [2010-05-20 19:04:47 +0000] Revise generic categorization to match binutils and support new architectures. |2de401c [2010-02-15 21:26:05 -0700] Revise generic categorization to match binutils and support new architectures. |f7a3ca5 [2010-02-09 21:58:10 +0000] Integrated cc430 patches |4681bf9 [2010-02-03 09:53:20 +0000] Fixed incorrect stack allocation in main() |8efbb4c [2010-01-24 17:23:32 +0000] Improved MinGW compatibility |ed54f2c [2010-01-14 13:09:59 +0000] Fixed 'critical' and 'reentrant' attributes. |0cbc9ff [2010-01-14 11:58:49 +0000] Added patch for gcc 4.4.2 fixing incorrect structure pushing Fixed incorrect "call offset(sp)" instruction generation and simulation Fixed incorrect prologue generation for function with stack frame pointer caused by stack arguments and without local variables |b596201 [2009-12-23 14:37:11 +0000] Fixed frame structure generation |14dc41f [2009-12-19 11:07:46 +0000] Fixed the cc1 crash when a "push SP" instruction was generated. Eliminated the need to use R5 as an argument pointer. Added experimental support for -maccumulate-outgoing-args |fb8c53c [2009-11-21 19:30:36 +0000] Added full support for DWARF2 frame info and epilogue-based unwinder. |2d439aa [2009-11-21 14:57:38 +0000] Upgraded prologue/epilogue generation to INSN-level interface. Added support for DWARF2 frame unwind info generation. |df2957c [2009-11-03 15:21:55 +0000] Fixed ret/reti bug |a0c7049 [2009-11-03 12:45:40 +0000] git-svn-id: http://mspgcc4.svn.sourceforge.net/svnroot/mspgcc4@25 9c79f009-54bf-40f1-a1dd-edde5f34ab85 |716d2c5 [2009-10-25 12:24:55 +0000] Temporary disabled incomplete DWARF2 unwind info generation |710a650 [2009-10-24 20:56:37 +0000] git-svn-id: http://mspgcc4.svn.sourceforge.net/svnroot/mspgcc4@16 9c79f009-54bf-40f1-a1dd-edde5f34ab85 |236305a [2009-10-24 20:41:22 +0000] Added unwind info generation flag |f948168 [2009-10-24 19:14:13 +0000] Added full support for GDB 6.8 and 7.0 Added support for GCC 4.4.2 |e72d34a [2009-10-01 10:49:22 +0000] Updated copyright notes |d730759 [2009-09-08 14:21:29 +0000] Initial version | |diff --git gcc-4.6.3.orig/configure gcc-4.6.3/configure |index 6be5e9d..fefe43a 100755 |--- gcc-4.6.3.orig/configure |+++ gcc-4.6.3/configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 3467. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/configure.ac gcc-4.6.3/configure.ac |index ba6d84d..56d8506 100644 |--- gcc-4.6.3.orig/configure.ac |+++ gcc-4.6.3/configure.ac -------------------------- Patching file configure.ac using Plan A... Hunk #1 succeeded at 913. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/DEV-PHASE gcc-4.6.3/gcc/DEV-PHASE |index e69de29..f914eb5 100644 |--- gcc-4.6.3.orig/gcc/DEV-PHASE |+++ gcc-4.6.3/gcc/DEV-PHASE -------------------------- Patching file gcc/DEV-PHASE using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config.gcc gcc-4.6.3/gcc/config.gcc |index 39d9a19..714612d 100644 |--- gcc-4.6.3.orig/gcc/config.gcc |+++ gcc-4.6.3/gcc/config.gcc -------------------------- Patching file gcc/config.gcc using Plan A... Hunk #1 succeeded at 930. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/constraints.md gcc-4.6.3/gcc/config/msp430/constraints.md |new file mode 100644 |index 0000000..4eab121 |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/constraints.md -------------------------- (Creating file gcc/config/msp430/constraints.md...) Patching file gcc/config/msp430/constraints.md using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/crt0.S gcc-4.6.3/gcc/config/msp430/crt0.S |new file mode 100644 |index 0000000..112ef09 |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/crt0.S -------------------------- (Creating file gcc/config/msp430/crt0.S...) Patching file gcc/config/msp430/crt0.S using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/crt0ivtbl.S gcc-4.6.3/gcc/config/msp430/crt0ivtbl.S |new file mode 100644 |index 0000000..696f6aa |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/crt0ivtbl.S -------------------------- (Creating file gcc/config/msp430/crt0ivtbl.S...) Patching file gcc/config/msp430/crt0ivtbl.S using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/libgcc.S gcc-4.6.3/gcc/config/msp430/libgcc.S |new file mode 100644 |index 0000000..8d7bc44 |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/libgcc.S -------------------------- (Creating file gcc/config/msp430/libgcc.S...) Patching file gcc/config/msp430/libgcc.S using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/msp430-builtins.c gcc-4.6.3/gcc/config/msp430/msp430-builtins.c |new file mode 100644 |index 0000000..ca76762 |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/msp430-builtins.c -------------------------- (Creating file gcc/config/msp430/msp430-builtins.c...) Patching file gcc/config/msp430/msp430-builtins.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/msp430-c.c gcc-4.6.3/gcc/config/msp430/msp430-c.c |new file mode 100644 |index 0000000..1c023c8 |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/msp430-c.c -------------------------- (Creating file gcc/config/msp430/msp430-c.c...) Patching file gcc/config/msp430/msp430-c.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/msp430-function.c gcc-4.6.3/gcc/config/msp430/msp430-function.c |new file mode 100644 |index 0000000..684fd2a |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/msp430-function.c -------------------------- (Creating file gcc/config/msp430/msp430-function.c...) Patching file gcc/config/msp430/msp430-function.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/msp430-gcc.c gcc-4.6.3/gcc/config/msp430/msp430-gcc.c |new file mode 100644 |index 0000000..dece83d |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/msp430-gcc.c -------------------------- (Creating file gcc/config/msp430/msp430-gcc.c...) Patching file gcc/config/msp430/msp430-gcc.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/msp430-protos.h gcc-4.6.3/gcc/config/msp430/msp430-protos.h |new file mode 100644 |index 0000000..ce687a6 |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/msp430-protos.h -------------------------- (Creating file gcc/config/msp430/msp430-protos.h...) Patching file gcc/config/msp430/msp430-protos.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/msp430.c gcc-4.6.3/gcc/config/msp430/msp430.c |new file mode 100644 |index 0000000..2defd6c |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/msp430.c -------------------------- (Creating file gcc/config/msp430/msp430.c...) Patching file gcc/config/msp430/msp430.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/msp430.h gcc-4.6.3/gcc/config/msp430/msp430.h |new file mode 100644 |index 0000000..79ee686 |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/msp430.h -------------------------- (Creating file gcc/config/msp430/msp430.h...) Patching file gcc/config/msp430/msp430.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/msp430.md gcc-4.6.3/gcc/config/msp430/msp430.md |new file mode 100644 |index 0000000..d07ddea |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/msp430.md -------------------------- (Creating file gcc/config/msp430/msp430.md...) Patching file gcc/config/msp430/msp430.md using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/msp430.opt gcc-4.6.3/gcc/config/msp430/msp430.opt |new file mode 100644 |index 0000000..885eee9 |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/msp430.opt -------------------------- (Creating file gcc/config/msp430/msp430.opt...) Patching file gcc/config/msp430/msp430.opt using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/peephole.md gcc-4.6.3/gcc/config/msp430/peephole.md |new file mode 100644 |index 0000000..907c615 |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/peephole.md -------------------------- (Creating file gcc/config/msp430/peephole.md...) Patching file gcc/config/msp430/peephole.md using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/predicates.md gcc-4.6.3/gcc/config/msp430/predicates.md |new file mode 100644 |index 0000000..10f29b5 |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/predicates.md -------------------------- (Creating file gcc/config/msp430/predicates.md...) Patching file gcc/config/msp430/predicates.md using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/config/msp430/t-msp430 gcc-4.6.3/gcc/config/msp430/t-msp430 |new file mode 100644 |index 0000000..e58c19a |--- /dev/null |+++ gcc-4.6.3/gcc/config/msp430/t-msp430 -------------------------- (Creating file gcc/config/msp430/t-msp430...) Patching file gcc/config/msp430/t-msp430 using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/configure gcc-4.6.3/gcc/configure |index 1960d5a..6fb5855 100755 |--- gcc-4.6.3.orig/gcc/configure |+++ gcc-4.6.3/gcc/configure -------------------------- Patching file gcc/configure using Plan A... Hunk #1 succeeded at 24967. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/configure.ac gcc-4.6.3/gcc/configure.ac |index 505a54d..2310dc6 100644 |--- gcc-4.6.3.orig/gcc/configure.ac |+++ gcc-4.6.3/gcc/configure.ac -------------------------- Patching file gcc/configure.ac using Plan A... Hunk #1 succeeded at 3841. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/expr.c gcc-4.6.3/gcc/expr.c |index 0ccdd2e..f13b3e1 100644 |--- gcc-4.6.3.orig/gcc/expr.c |+++ gcc-4.6.3/gcc/expr.c -------------------------- Patching file gcc/expr.c using Plan A... Hunk #1 succeeded at 935. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/gcc.c gcc-4.6.3/gcc/gcc.c |index 75f522e..3dd8846 100644 |--- gcc-4.6.3.orig/gcc/gcc.c |+++ gcc-4.6.3/gcc/gcc.c -------------------------- Patching file gcc/gcc.c using Plan A... Hunk #1 succeeded at 258. Hunk #2 succeeded at 1232. Hunk #3 succeeded at 8008. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/ira-lives.c gcc-4.6.3/gcc/ira-lives.c |index 5c5c415..2548cb0 100644 |--- gcc-4.6.3.orig/gcc/ira-lives.c |+++ gcc-4.6.3/gcc/ira-lives.c -------------------------- Patching file gcc/ira-lives.c using Plan A... Hunk #1 succeeded at 932. Hunk #2 succeeded at 991. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/bic_sr_irq.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/bic_sr_irq.c |new file mode 100644 |index 0000000..282fe08 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/bic_sr_irq.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/bic_sr_irq.c...) Patching file gcc/testsuite/gcc.target/msp430/bic_sr_irq.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/bis_sr_irq.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/bis_sr_irq.c |new file mode 100644 |index 0000000..56f9444 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/bis_sr_irq.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/bis_sr_irq.c...) Patching file gcc/testsuite/gcc.target/msp430/bis_sr_irq.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/bswap.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/bswap.c |new file mode 100644 |index 0000000..0db1432 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/bswap.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/bswap.c...) Patching file gcc/testsuite/gcc.target/msp430/bswap.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/builtin_address.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtin_address.c |new file mode 100644 |index 0000000..9f92c77 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtin_address.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/builtin_address.c...) Patching file gcc/testsuite/gcc.target/msp430/builtin_address.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/builtins_1.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_1.c |new file mode 100644 |index 0000000..757bdbf |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_1.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/builtins_1.c...) Patching file gcc/testsuite/gcc.target/msp430/builtins_1.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/builtins_bic_sr.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_bic_sr.c |new file mode 100644 |index 0000000..ee1e6ab |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_bic_sr.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/builtins_bic_sr.c...) Patching file gcc/testsuite/gcc.target/msp430/builtins_bic_sr.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/builtins_bis_sr.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_bis_sr.c |new file mode 100644 |index 0000000..2f8d023 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_bis_sr.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/builtins_bis_sr.c...) Patching file gcc/testsuite/gcc.target/msp430/builtins_bis_sr.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/builtins_gsistate.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_gsistate.c |new file mode 100644 |index 0000000..06cbf9b |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_gsistate.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/builtins_gsistate.c...) Patching file gcc/testsuite/gcc.target/msp430/builtins_gsistate.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/builtins_read_sr.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_read_sr.c |new file mode 100644 |index 0000000..f2683c1 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_read_sr.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/builtins_read_sr.c...) Patching file gcc/testsuite/gcc.target/msp430/builtins_read_sr.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/builtins_sp.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_sp.c |new file mode 100644 |index 0000000..12b54ac |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_sp.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/builtins_sp.c...) Patching file gcc/testsuite/gcc.target/msp430/builtins_sp.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/builtins_swap_bytes.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_swap_bytes.c |new file mode 100644 |index 0000000..41f4858 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_swap_bytes.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/builtins_swap_bytes.c...) Patching file gcc/testsuite/gcc.target/msp430/builtins_swap_bytes.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/builtins_write_sr.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_write_sr.c |new file mode 100644 |index 0000000..c891527 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/builtins_write_sr.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/builtins_write_sr.c...) Patching file gcc/testsuite/gcc.target/msp430/builtins_write_sr.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/critical_attribute.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/critical_attribute.c |new file mode 100644 |index 0000000..b60ea3b |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/critical_attribute.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/critical_attribute.c...) Patching file gcc/testsuite/gcc.target/msp430/critical_attribute.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/elimination.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/elimination.c |new file mode 100644 |index 0000000..22b4334 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/elimination.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/elimination.c...) Patching file gcc/testsuite/gcc.target/msp430/elimination.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/framesaver_1.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/framesaver_1.c |new file mode 100644 |index 0000000..c1a29ad |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/framesaver_1.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/framesaver_1.c...) Patching file gcc/testsuite/gcc.target/msp430/framesaver_1.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/framesaver_2.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/framesaver_2.c |new file mode 100644 |index 0000000..73978ef |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/framesaver_2.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/framesaver_2.c...) Patching file gcc/testsuite/gcc.target/msp430/framesaver_2.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/gen_return_1.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/gen_return_1.c |new file mode 100644 |index 0000000..8dac65e |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/gen_return_1.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/gen_return_1.c...) Patching file gcc/testsuite/gcc.target/msp430/gen_return_1.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/gen_return_2.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/gen_return_2.c |new file mode 100644 |index 0000000..12d81a8 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/gen_return_2.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/gen_return_2.c...) Patching file gcc/testsuite/gcc.target/msp430/gen_return_2.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/msp430.exp gcc-4.6.3/gcc/testsuite/gcc.target/msp430/msp430.exp |new file mode 100644 |index 0000000..735bb9b |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/msp430.exp -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/msp430.exp...) Patching file gcc/testsuite/gcc.target/msp430/msp430.exp using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/section_attribute.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/section_attribute.c |new file mode 100644 |index 0000000..ce69a18 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/section_attribute.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/section_attribute.c...) Patching file gcc/testsuite/gcc.target/msp430/section_attribute.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3090574_1.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3090574_1.c |new file mode 100644 |index 0000000..fec0e99 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3090574_1.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3090574_1.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3090574_1.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3090574_2.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3090574_2.c |new file mode 100644 |index 0000000..506a4a6 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3090574_2.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3090574_2.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3090574_2.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3104943_1.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3104943_1.c |new file mode 100644 |index 0000000..e4079da |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3104943_1.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3104943_1.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3104943_1.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3104943_2.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3104943_2.c |new file mode 100644 |index 0000000..26401d9 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3104943_2.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3104943_2.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3104943_2.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3104943_3.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3104943_3.c |new file mode 100644 |index 0000000..931c4ab |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3104943_3.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3104943_3.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3104943_3.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3104943_4.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3104943_4.c |new file mode 100644 |index 0000000..a809957 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3104943_4.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3104943_4.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3104943_4.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3104943_5.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3104943_5.c |new file mode 100644 |index 0000000..69085b2 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3104943_5.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3104943_5.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3104943_5.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3112089.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3112089.c |new file mode 100644 |index 0000000..ed177ba |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3112089.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3112089.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3112089.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3148801.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3148801.c |new file mode 100644 |index 0000000..d10da65 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3148801.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3148801.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3148801.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3177314_base.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3177314_base.c |new file mode 100644 |index 0000000..24a3cf2 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3177314_base.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3177314_base.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3177314_base.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3177314_ext.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3177314_ext.c |new file mode 100644 |index 0000000..061519d |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3177314_ext.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3177314_ext.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3177314_ext.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3188386.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3188386.c |new file mode 100644 |index 0000000..877edb2 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3188386.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3188386.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3188386.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3188386_2.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3188386_2.c |new file mode 100644 |index 0000000..e18575c |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3188386_2.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3188386_2.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3188386_2.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3200763_1.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_1.c |new file mode 100644 |index 0000000..6a755dc |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_1.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3200763_1.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3200763_1.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3200763_2.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_2.c |new file mode 100644 |index 0000000..3e079a7 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_2.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3200763_2.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3200763_2.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3200763_3.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_3.c |new file mode 100644 |index 0000000..b9055d4 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_3.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3200763_3.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3200763_3.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3200763_4.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_4.c |new file mode 100644 |index 0000000..f9c54e8 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_4.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3200763_4.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3200763_4.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3200763_5.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_5.c |new file mode 100644 |index 0000000..9fdafd5 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_5.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3200763_5.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3200763_5.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3200763_6.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_6.c |new file mode 100644 |index 0000000..92c9937 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_6.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3200763_6.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3200763_6.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3200763_7.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_7.c |new file mode 100644 |index 0000000..b291112 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_7.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3200763_7.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3200763_7.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3200763_8.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_8.c |new file mode 100644 |index 0000000..4c2fd4c |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3200763_8.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3200763_8.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3200763_8.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3201686.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3201686.c |new file mode 100644 |index 0000000..a81bd7a |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3201686.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3201686.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3201686.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3207853.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3207853.c |new file mode 100644 |index 0000000..ba9072e |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3207853.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3207853.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3207853.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3237005_1.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_1.c |new file mode 100644 |index 0000000..6733638 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_1.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3237005_1.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3237005_1.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3237005_11.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_11.c |new file mode 100644 |index 0000000..57665af |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_11.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3237005_11.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3237005_11.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3237005_2.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_2.c |new file mode 100644 |index 0000000..e0bd991 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_2.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3237005_2.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3237005_2.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3237005_3.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_3.c |new file mode 100644 |index 0000000..2d51a60 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_3.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3237005_3.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3237005_3.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3237005_4.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_4.c |new file mode 100644 |index 0000000..1cc43b9 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_4.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3237005_4.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3237005_4.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3237005_5.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_5.c |new file mode 100644 |index 0000000..4a7b71f |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_5.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3237005_5.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3237005_5.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3237005_6.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_6.c |new file mode 100644 |index 0000000..7bca3fb |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_6.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3237005_6.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3237005_6.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3237005_7.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_7.c |new file mode 100644 |index 0000000..c1df8a6 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_7.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3237005_7.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3237005_7.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3237005_check.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_check.c |new file mode 100644 |index 0000000..0e02bba |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3237005_check.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3237005_check.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3237005_check.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3257192_1.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3257192_1.c |new file mode 100644 |index 0000000..034144b |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3257192_1.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3257192_1.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3257192_1.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3261372.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3261372.c |new file mode 100644 |index 0000000..f6ab6a3 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3261372.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3261372.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3261372.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3273856.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3273856.c |new file mode 100644 |index 0000000..ef92512 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3273856.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3273856.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3273856.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3290923.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3290923.c |new file mode 100644 |index 0000000..2dbbb1b |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3290923.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3290923.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3290923.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3296698.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3296698.c |new file mode 100644 |index 0000000..eabf89d |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3296698.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3296698.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3296698.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3300205.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3300205.c |new file mode 100644 |index 0000000..745a80f |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3300205.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3300205.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3300205.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3383371_1.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3383371_1.c |new file mode 100644 |index 0000000..23801f5 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3383371_1.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3383371_1.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3383371_1.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3383371_2.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3383371_2.c |new file mode 100644 |index 0000000..1f60be3 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3383371_2.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3383371_2.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3383371_2.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3397068.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3397068.c |new file mode 100644 |index 0000000..788c352 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3397068.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3397068.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3397068.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3423822_1.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3423822_1.c |new file mode 100644 |index 0000000..5307439 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3423822_1.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3423822_1.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3423822_1.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3426468.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3426468.c |new file mode 100644 |index 0000000..33b9a09 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3426468.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3426468.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3426468.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3428439.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3428439.c |new file mode 100644 |index 0000000..9e39b86 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3428439.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3428439.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3428439.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3433730.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3433730.c |new file mode 100644 |index 0000000..b8d114f |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3433730.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3433730.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3433730.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3474171.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3474171.c |new file mode 100644 |index 0000000..3a75a02 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3474171.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3474171.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3474171.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/sf3474171_1.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3474171_1.c |new file mode 100644 |index 0000000..6223566 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/sf3474171_1.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3474171_1.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3474171_1.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/vararg-1.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vararg-1.c |new file mode 100644 |index 0000000..531fd0c |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vararg-1.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/vararg-1.c...) Patching file gcc/testsuite/gcc.target/msp430/vararg-1.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/volpeep_mem.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/volpeep_mem.c |new file mode 100644 |index 0000000..d029063 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/volpeep_mem.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/volpeep_mem.c...) Patching file gcc/testsuite/gcc.target/msp430/volpeep_mem.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/volpeep_reg.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/volpeep_reg.c |new file mode 100644 |index 0000000..4e4fe76 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/volpeep_reg.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/volpeep_reg.c...) Patching file gcc/testsuite/gcc.target/msp430/volpeep_reg.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/volpeep_volmem.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/volpeep_volmem.c |new file mode 100644 |index 0000000..b58de05 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/volpeep_volmem.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/volpeep_volmem.c...) Patching file gcc/testsuite/gcc.target/msp430/volpeep_volmem.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/vwa1.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vwa1.c |new file mode 100644 |index 0000000..cb1432d |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vwa1.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/vwa1.c...) Patching file gcc/testsuite/gcc.target/msp430/vwa1.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/vwa2.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vwa2.c |new file mode 100644 |index 0000000..4f1b344 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vwa2.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/vwa2.c...) Patching file gcc/testsuite/gcc.target/msp430/vwa2.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/vwa3.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vwa3.c |new file mode 100644 |index 0000000..5da9526 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vwa3.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/vwa3.c...) Patching file gcc/testsuite/gcc.target/msp430/vwa3.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/vwa4.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vwa4.c |new file mode 100644 |index 0000000..630c905 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vwa4.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/vwa4.c...) Patching file gcc/testsuite/gcc.target/msp430/vwa4.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/vwa5.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vwa5.c |new file mode 100644 |index 0000000..20bf44f |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vwa5.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/vwa5.c...) Patching file gcc/testsuite/gcc.target/msp430/vwa5.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/vwa_error.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vwa_error.c |new file mode 100644 |index 0000000..20bf9c8 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vwa_error.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/vwa_error.c...) Patching file gcc/testsuite/gcc.target/msp430/vwa_error.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/testsuite/gcc.target/msp430/vwa_regression.c gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vwa_regression.c |new file mode 100644 |index 0000000..cb12a33 |--- /dev/null |+++ gcc-4.6.3/gcc/testsuite/gcc.target/msp430/vwa_regression.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/vwa_regression.c...) Patching file gcc/testsuite/gcc.target/msp430/vwa_regression.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/tree-flow.h gcc-4.6.3/gcc/tree-flow.h |index 77948cd..1923454 100644 |--- gcc-4.6.3.orig/gcc/tree-flow.h |+++ gcc-4.6.3/gcc/tree-flow.h -------------------------- Patching file gcc/tree-flow.h using Plan A... Hunk #1 succeeded at 601. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/tree-ssa-dom.c gcc-4.6.3/gcc/tree-ssa-dom.c |index c7614d7..495c506 100644 |--- gcc-4.6.3.orig/gcc/tree-ssa-dom.c |+++ gcc-4.6.3/gcc/tree-ssa-dom.c -------------------------- Patching file gcc/tree-ssa-dom.c using Plan A... Hunk #1 succeeded at 1396. Hunk #2 succeeded at 1411. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/gcc/tree-ssa-forwprop.c gcc-4.6.3/gcc/tree-ssa-forwprop.c |index 7e1e7c0..c0f1d8d 100644 |--- gcc-4.6.3.orig/gcc/tree-ssa-forwprop.c |+++ gcc-4.6.3/gcc/tree-ssa-forwprop.c -------------------------- Patching file gcc/tree-ssa-forwprop.c using Plan A... Hunk #1 succeeded at 1999. Hunk #2 succeeded at 2016. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gcc-4.6.3.orig/libgcc/config.host gcc-4.6.3/libgcc/config.host |index 25e949e..8a5af73 100644 |--- gcc-4.6.3.orig/libgcc/config.host |+++ gcc-4.6.3/libgcc/config.host -------------------------- Patching file libgcc/config.host using Plan A... Hunk #1 succeeded at 223. done ===> Applying distribution patch msp430-gcc-4.6.3-20120406-sf3540953.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 6d30e786948e4edee30cc10d0233a0b47a5f7d9b Mon Sep 17 00:00:00 2001 |From: "Peter A. Bigot" |Date: Thu, 12 Jul 2012 14:32:16 -0500 |Subject: [PATCH] SF 3540953 fram applications overwrite bsl/jtag passwords | |No MSP430 chip has more than 25 valid interrupts, and they are assigned from |the top down. The FRAM chips use lower words in the interrupt vector to |hold BSL and JTAG passwords, and having real addresses in those locations |has been shown to result in problems accessing BSL and JTAG. Leave the low |32 words erased; this matches as-delivered MSP430FR5739 content for those |addresses. |--- | gcc/config/msp430/crt0ivtbl.S | 44 +++++++++++++++++++++++++++++++++++++++- | 1 files changed, 42 insertions(+), 2 deletions(-) | |diff --git a/gcc/config/msp430/crt0ivtbl.S b/gcc/config/msp430/crt0ivtbl.S |index 696f6aa..bd1931c 100644 |--- a/gcc/config/msp430/crt0ivtbl.S |+++ b/gcc/config/msp430/crt0ivtbl.S -------------------------- Patching file gcc/config/msp430/crt0ivtbl.S using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 66. Hmm... Ignoring the trailing garbage. done ===> Applying distribution patch msp430-gcc-4.6.3-20120406-sf3559978.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 44f96cdfe3c2afed8b2d386ceda2665e0f28cb9c Mon Sep 17 00:00:00 2001 |From: "Peter A. Bigot" |Date: Mon, 10 Sep 2012 17:08:04 -0500 |Subject: [PATCH] SF 3559978 broken volatile peephole optimization | |Pattern improperly passed arbitrary operand where indirect read was intended |--- | gcc/config/msp430/peephole.md | 12 ++++++------ | gcc/testsuite/gcc.target/msp430/sf3559978.c | 15 +++++++++++++++ | 2 files changed, 21 insertions(+), 6 deletions(-) | create mode 100644 gcc/testsuite/gcc.target/msp430/sf3559978.c | |diff --git a/gcc/config/msp430/peephole.md b/gcc/config/msp430/peephole.md |index 907c615..60b8302 100644 |--- a/gcc/config/msp430/peephole.md |+++ b/gcc/config/msp430/peephole.md -------------------------- Patching file gcc/config/msp430/peephole.md using Plan A... Hunk #1 succeeded at 79. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/gcc/testsuite/gcc.target/msp430/sf3559978.c b/gcc/testsuite/gcc.target/msp430/sf3559978.c |new file mode 100644 |index 0000000..8801ddc |--- /dev/null |+++ b/gcc/testsuite/gcc.target/msp430/sf3559978.c -------------------------- (Creating file gcc/testsuite/gcc.target/msp430/sf3559978.c...) Patching file gcc/testsuite/gcc.target/msp430/sf3559978.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... Ignoring the trailing garbage. done ===> Applying OpenBSD patch patch-contrib_texi2pod_pl Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: contrib/texi2pod.pl |--- contrib/texi2pod.pl.orig |+++ contrib/texi2pod.pl -------------------------- Patching file contrib/texi2pod.pl using Plan A... Hunk #1 succeeded at 316. done ===> Applying OpenBSD patch patch-gcc_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- gcc/Makefile.in.orig Sat Aug 20 09:51:09 2011 |+++ gcc/Makefile.in Sun Apr 15 18:49:58 2012 -------------------------- Patching file gcc/Makefile.in using Plan A... Hunk #1 succeeded at 4607. Hunk #2 succeeded at 4659. done ===> Applying OpenBSD patch patch-gcc_gengtype_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Quality workaround for quality code. |regcomp() would occasionally fail with REG_ESIZE for as of yet unknown |reasons. so retry it a few times.. | |--- gcc/gengtype.c.orig Wed Feb 15 00:31:42 2012 |+++ gcc/gengtype.c Sun Mar 15 14:42:31 2015 -------------------------- Patching file gcc/gengtype.c using Plan A... Hunk #1 succeeded at 1986. done ===> Applying OpenBSD patch patch-libgcc_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Using $(INSTALL_DATA) and chmod generates errors as the operation |is not permitted. So use plain copy mode and chown/chgrp |in the post-install target. | |--- libgcc/Makefile.in.orig Sun Apr 15 18:47:00 2012 |+++ libgcc/Makefile.in Sun Apr 15 18:48:38 2012 -------------------------- Patching file libgcc/Makefile.in using Plan A... Hunk #1 succeeded at 912. Hunk #2 succeeded at 961. done ===> Applying OpenBSD patch patch-libiberty_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libiberty/Makefile.in.orig Sun Apr 15 18:48:58 2012 |+++ libiberty/Makefile.in Sun Apr 15 18:49:14 2012 -------------------------- Patching file libiberty/Makefile.in using Plan A... Hunk #1 succeeded at 340. done ===> Applying OpenBSD patch patch-libquadmath_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libquadmath/Makefile.in.orig Sun Apr 15 19:10:57 2012 |+++ libquadmath/Makefile.in Sun Apr 15 19:12:43 2012 -------------------------- Patching file libquadmath/Makefile.in using Plan A... Hunk #1 succeeded at 1247. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in devel/msp430/gcc at 1716328548.53 ===> devel/msp430/gcc ===> Generating configure for msp430-gcc-4.6.3p5 ===> Configuring for msp430-gcc-4.6.3p5 Using /usr/obj/ports/msp430-gcc-4.6.3/config.site (generated) configure: loading site script /usr/obj/ports/msp430-gcc-4.6.3/config.site checking build system type... aarch64-unknown-openbsd7.5 checking host system type... aarch64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for a BSD-compatible install... /usr/obj/ports/msp430-gcc-4.6.3/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for gawk... (cached) awk checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking for gnatbind... no checking for gnatmake... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp $$f1 $$f2 16 16 checking for objdir... .libs checking for the correct version of gmp.h... yes checking for the correct version of mpfr.h... yes checking for the correct version of mpc.h... yes checking for the correct version of the gmp/mpfr/mpc libraries... yes checking for PWL_handle_timeout in -lpwl... no checking for version 0.11 (revision 0 or later) of PPL... no *** This configuration is not supported in the following subdirectories: target-libmudflap target-libgomp target-libstdc++-v3 target-zlib target-libssp (Any other directories should still work fine.) checking for default BUILD_CONFIG... checking for bison... yacc checking for bison... no checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... (cached) flex checking for flex... flex checking for makeinfo... makeinfo checking for expect... no checking for runtest... no checking for ar... ar checking for as... no checking for dlltool... no checking for ld... (cached) /usr/bin/ld checking for lipo... no checking for nm... nm checking for ranlib... ranlib checking for strip... strip checking for windres... no checking for windmc... no checking for objcopy... objcopy checking for objdump... objdump checking for msp430-cc... no checking for msp430-gcc... no checking for msp430-c++... no checking for msp430-g++... no checking for msp430-cxx... no checking for msp430-gxx... no checking for msp430-gcc... no checking for msp430-gcj... no checking for msp430-gfortran... no checking for msp430-gccgo... no checking for ar... /usr/local/msp430/bin/ar checking for as... /usr/local/msp430/bin/as checking for dlltool... no checking for msp430-dlltool... no checking for ld... /usr/local/msp430/bin/ld checking for lipo... no checking for msp430-lipo... no checking for nm... /usr/local/msp430/bin/nm checking for objdump... /usr/local/msp430/bin/objdump checking for ranlib... /usr/local/msp430/bin/ranlib checking for strip... /usr/local/msp430/bin/strip checking for windres... no checking for msp430-windres... no checking for windmc... no checking for msp430-windmc... no checking where to find the target ar... pre-installed in /usr/local/msp430/bin checking where to find the target as... pre-installed in /usr/local/msp430/bin checking where to find the target cc... just compiled checking where to find the target c++... just compiled checking where to find the target c++ for libstdc++... just compiled checking where to find the target dlltool... pre-installed checking where to find the target gcc... just compiled checking where to find the target gcj... pre-installed checking where to find the target gfortran... pre-installed checking where to find the target gccgo... pre-installed checking where to find the target ld... pre-installed in /usr/local/msp430/bin checking where to find the target lipo... pre-installed checking where to find the target nm... pre-installed in /usr/local/msp430/bin checking where to find the target objdump... pre-installed in /usr/local/msp430/bin checking where to find the target ranlib... pre-installed in /usr/local/msp430/bin checking where to find the target strip... pre-installed in /usr/local/msp430/bin checking where to find the target windres... pre-installed checking where to find the target windmc... pre-installed checking whether to enable maintainer-specific portions of Makefiles... no checking whether -fkeep-inline-functions is supported... yes configure: creating ./config.status config.status: creating Makefile >>> Running build in devel/msp430/gcc at 1716328569.18 ===> devel/msp430/gcc ===> Building for msp430-gcc-4.6.3p5 gmake[1]: Entering directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64' mkdir ./fixincludes Configuring in ./fixincludes configure: loading site script /usr/obj/ports/msp430-gcc-4.6.3/config.site configure: creating cache ./config.cache checking build system type... aarch64-unknown-openbsd7.5 checking host system type... aarch64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for aarch64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for a sed that does not truncate output... (cached) /usr/bin/sed checking whether cc supports -W... yes checking whether cc supports -Wall... yes checking whether cc supports -Wwrite-strings... yes checking whether cc supports -Wstrict-prototypes... yes checking whether cc supports -Wmissing-prototypes... yes checking whether cc supports -Wold-style-definition... yes checking whether cc supports -Wmissing-format-attribute... yes checking whether cc supports -Wno-overlength-strings... yes checking whether cc supports -pedantic -Wno-long-long... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/stat.h... (cached) yes checking for clearerr_unlocked... no checking for feof_unlocked... no checking for ferror_unlocked... no checking for fflush_unlocked... no checking for fgetc_unlocked... no checking for fgets_unlocked... no checking for fileno_unlocked... no checking for fprintf_unlocked... no checking for fputc_unlocked... no checking for fputs_unlocked... no checking for fread_unlocked... no checking for fwrite_unlocked... no checking for getchar_unlocked... yes checking for getc_unlocked... (cached) yes checking for putchar_unlocked... (cached) yes checking for putc_unlocked... (cached) yes checking whether abort is declared... yes checking whether asprintf is declared... yes checking whether basename is declared... no checking whether errno is declared... no checking whether vasprintf is declared... yes checking whether clearerr_unlocked is declared... no checking whether feof_unlocked is declared... no checking whether ferror_unlocked is declared... no checking whether fflush_unlocked is declared... no checking whether fgetc_unlocked is declared... no checking whether fgets_unlocked is declared... no checking whether fileno_unlocked is declared... no checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... no checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... no checking whether fwrite_unlocked is declared... no checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking for an ANSI C-conforming const... (cached) yes checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking whether to enable maintainer-specific portions of Makefiles... no configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating mkheaders.almost config.status: creating config.h mkdir ./libiberty Configuring in ./libiberty configure: loading site script /usr/obj/ports/msp430-gcc-4.6.3/config.site configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 checking for perl... (cached) /usr/bin/perl checking build system type... aarch64-unknown-openbsd7.5 checking host system type... aarch64-unknown-openbsd7.5 checking for aarch64-unknown-openbsd7.5-ar... ar checking for aarch64-unknown-openbsd7.5-ranlib... ranlib checking for aarch64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to run the C preprocessor... cc -E checking whether cc supports -W... yes checking whether cc supports -Wall... yes checking whether cc supports -Wwrite-strings... yes checking whether cc supports -Wc++-compat... yes checking whether cc supports -Wstrict-prototypes... yes checking whether cc supports -pedantic ... yes checking whether cc understands -c and -o together... yes checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... no checking for a BSD-compatible install... /usr/obj/ports/msp430-gcc-4.6.3/bin/install -c checking for sys/file.h... (cached) yes checking for sys/param.h... (cached) yes checking for limits.h... (cached) yes checking for stdlib.h... (cached) yes checking for malloc.h... (cached) no checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking for sys/resource.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... (cached) yes checking for fcntl.h... (cached) yes checking for alloca.h... no checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... no checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... (cached) yes checking for sys/systemcfg.h... no checking for stdint.h... (cached) yes checking for stdio_ext.h... no checking for process.h... no checking for sys/prctl.h... no checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether errno must be declared... no checking size of int... 4 checking for a 64-bit type... uint64_t checking for intptr_t... yes checking for uintptr_t... yes checking for ssize_t... (cached) yes checking for pid_t... (cached) yes checking for library containing strerror... none required checking for asprintf... (cached) yes checking for atexit... (cached) yes checking for basename... (cached) yes checking for bcmp... (cached) yes checking for bcopy... (cached) yes checking for bsearch... (cached) yes checking for bzero... (cached) yes checking for calloc... (cached) yes checking for clock... (cached) yes checking for ffs... (cached) yes checking for getcwd... (cached) yes checking for getpagesize... (cached) yes checking for gettimeofday... (cached) yes checking for index... (cached) yes checking for insque... (cached) yes checking for memchr... (cached) yes checking for memcmp... (cached) yes checking for memcpy... (cached) yes checking for memmem... (cached) yes checking for memmove... (cached) yes checking for mempcpy... no checking for memset... (cached) yes checking for mkstemps... (cached) yes checking for putenv... (cached) yes checking for random... (cached) yes checking for rename... (cached) yes checking for rindex... (cached) yes checking for setenv... (cached) yes checking for snprintf... (cached) yes checking for sigsetmask... (cached) yes checking for stpcpy... (cached) yes checking for stpncpy... yes checking for strcasecmp... (cached) yes checking for strchr... (cached) yes checking for strdup... (cached) yes checking for strncasecmp... (cached) yes checking for strndup... yes checking for strrchr... (cached) yes checking for strstr... (cached) yes checking for strtod... (cached) yes checking for strtol... (cached) yes checking for strtoul... (cached) yes checking for strverscmp... no checking for tmpnam... (cached) yes checking for vasprintf... (cached) yes checking for vfprintf... (cached) yes checking for vprintf... (cached) yes checking for vsnprintf... (cached) yes checking for vsprintf... (cached) yes checking for waitpid... (cached) yes checking for setproctitle... (cached) yes checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for vfork.h... no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for __fsetlocking... no checking for canonicalize_file_name... no checking for dup3... yes checking for getrusage... (cached) yes checking for getsysinfo... no checking for gettimeofday... (cached) yes checking for on_exit... no checking for psignal... (cached) yes checking for pstat_getdynamic... no checking for pstat_getstatic... no checking for realpath... (cached) yes checking for sbrk... (cached) yes checking for spawnve... no checking for spawnvpe... no checking for strerror... (cached) yes checking for strsignal... (cached) yes checking for sysconf... (cached) yes checking for sysctl... (cached) yes checking for sysmp... no checking for table... no checking for times... (cached) yes checking for wait3... (cached) yes checking for wait4... (cached) yes checking whether basename is declared... no checking whether ffs is declared... yes checking whether asprintf is declared... yes checking whether vasprintf is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes checking whether getenv is declared... yes checking whether getopt is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether sbrk is declared... yes checking whether strverscmp is declared... no checking whether canonicalize_file_name must be declared... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for working strncmp... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands gmake[2]: Entering directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/libiberty' if [ x"-fpic" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/regex.c -o pic/regex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/regex.c -o regex.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/cplus-dem.c -o cplus-dem.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/cp-demangle.c -o cp-demangle.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/md5.c -o pic/md5.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/md5.c -o md5.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c -o pic/sha1.o; \ else true; fi /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c:235:11: warning: defining a type within 'offsetof' is a Clang extension [-Wgnu-offsetof-extensions] if (UNALIGNED_P (buffer)) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c:234:41: note: expanded from macro 'UNALIGNED_P' # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) ^~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c:233:34: note: expanded from macro 'alignof' # define alignof(type) offsetof (struct { char c; type x; }, x) ^~~~~~ /usr/include/stddef.h:69:51: note: expanded from macro 'offsetof' #define offsetof(type, member) __builtin_offsetof(type, member) ^~~~ 1 warning generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c -o sha1.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c:235:11: warning: defining a type within 'offsetof' is a Clang extension [-Wgnu-offsetof-extensions] if (UNALIGNED_P (buffer)) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c:234:41: note: expanded from macro 'UNALIGNED_P' # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) ^~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c:233:34: note: expanded from macro 'alignof' # define alignof(type) offsetof (struct { char c; type x; }, x) ^~~~~~ /usr/include/stddef.h:69:51: note: expanded from macro 'offsetof' #define offsetof(type, member) __builtin_offsetof(type, member) ^~~~ 1 warning generated. if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/alloca.c -o pic/alloca.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/alloca.c -o alloca.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/argv.c -o pic/argv.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/argv.c -o argv.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/choose-temp.c -o choose-temp.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/concat.c -o pic/concat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/concat.c -o concat.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/cp-demint.c -o cp-demint.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/crc32.c -o pic/crc32.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/crc32.c -o crc32.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/dyn-string.c -o dyn-string.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fdmatch.c -o fdmatch.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fibheap.c -o fibheap.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/filename_cmp.c -o filename_cmp.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/floatformat.c -o floatformat.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fnmatch.c -o fnmatch.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getopt.c -o pic/getopt.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getopt.c -o getopt.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getopt1.c -o getopt1.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getpwd.c -o getpwd.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getruntime.c -o getruntime.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/hashtab.c -o hashtab.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/hex.c -o pic/hex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/hex.c -o hex.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/lbasename.c -o lbasename.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/lrealpath.c -o lrealpath.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/make-temp-file.c -o make-temp-file.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/objalloc.c -o objalloc.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c -o pic/obstack.o; \ else true; fi /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:148:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:193:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:263:32: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] if (h->alignment_mask + 1 >= DEFAULT_ALIGNMENT) ^~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ 3 warnings generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c -o obstack.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:148:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:193:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:263:32: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] if (h->alignment_mask + 1 >= DEFAULT_ALIGNMENT) ^~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ 3 warnings generated. if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/partition.c -o pic/partition.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/partition.c -o partition.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pexecute.c -o pexecute.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/physmem.c -o pic/physmem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/physmem.c -o physmem.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pex-common.c -o pex-common.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pex-one.c -o pex-one.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pex-unix.c -o pex-unix.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/safe-ctype.c -o safe-ctype.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object.c -o simple-object.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object-coff.c -o simple-object-coff.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object-elf.c -o simple-object-elf.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sort.c -o pic/sort.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sort.c -o sort.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/spaces.c -o pic/spaces.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/spaces.c -o spaces.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/splay-tree.c -o splay-tree.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strerror.c -o pic/strerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strerror.c -o strerror.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strsignal.c -o strsignal.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xatexit.c -o xatexit.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xexit.c -o pic/xexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xexit.c -o xexit.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xmalloc.c -o xmalloc.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xmemdup.c -o xmemdup.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xstrdup.c -o xstrdup.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xstrerror.c -o xstrerror.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xstrndup.c -o xstrndup.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/mempcpy.c -o pic/mempcpy.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/mempcpy.c -o mempcpy.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strverscmp.c -o pic/strverscmp.o; \ else true; fi /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strverscmp.c:4:28: warning: invalid UTF-8 in comment [-Winvalid-utf8] Contributed by Jean-Franois Bignolles , 1997. ^ 1 warning generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strverscmp.c -o strverscmp.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strverscmp.c:4:28: warning: invalid UTF-8 in comment [-Winvalid-utf8] Contributed by Jean-Franois Bignolles , 1997. ^ 1 warning generated. rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o ranlib ./libiberty.a if [ x"-fpic" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list gmake[3]: Entering directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/libiberty/testsuite' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/libiberty/testsuite' gmake[2]: Leaving directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/libiberty' gmake[2]: Entering directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/fixincludes' cc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes -I../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/../include /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/fixincl.c cc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes -I../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/../include /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/fixtests.c cc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes -I../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/../include /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/fixfixes.c cc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes -I../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/../include /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/server.c cc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes -I../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/../include /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/procopen.c cc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes -I../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/../include /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/fixlib.c cc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes -I../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/../include /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/fixopts.c cc -O2 -pipe -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a xstrerror.c(xstrerror.o:(xstrerror) in archive ../libiberty/libiberty.a): warning: sprintf() is often misused, please use snprintf() server.c(server.o:(run_shell)): warning: strcpy() is almost always misused, please use strlcpy() echo timestamp > full-stamp srcdir="/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes" /bin/sh /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/mkfixinc.sh msp430-unknown-none sed -e 's/@gcc_version@/4.6.3/' < mkheaders.almost > mkheadersT mv -f mkheadersT mkheaders gmake[2]: Leaving directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/fixincludes' mkdir ./intl Configuring in ./intl configure: loading site script /usr/obj/ports/msp430-gcc-4.6.3/config.site configure: creating cache ./config.cache checking whether gmake sets $(MAKE)... yes checking for a BSD-compatible install... /usr/obj/ports/msp430-gcc-4.6.3/bin/install -c checking whether NLS is requested... no checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for aarch64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking build system type... aarch64-unknown-openbsd7.5 checking host system type... aarch64-unknown-openbsd7.5 checking for aarch64-unknown-openbsd7.5-ranlib... ranlib checking for library containing strerror... none required checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking whether we are using the GNU C Library 2.1 or newer... no checking whether integer division by zero raises SIGFPE... no checking for inttypes.h... yes checking for stdint.h... yes checking for unsigned long long... (cached) yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking argz.h usability... no checking argz.h presence... no checking for argz.h... no checking for limits.h... (cached) yes checking for locale.h... (cached) yes checking for nl_types.h... (cached) yes checking for malloc.h... (cached) no checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for feof_unlocked... no checking for fgets_unlocked... no checking for getc_unlocked... (cached) yes checking for getcwd... (cached) yes checking for getegid... (cached) yes checking for geteuid... (cached) yes checking for getgid... (cached) yes checking for getuid... (cached) yes checking for mempcpy... no checking for munmap... (cached) yes checking for putenv... (cached) yes checking for setenv... (cached) yes checking for setlocale... (cached) yes checking for stpcpy... (cached) yes checking for strcasecmp... (cached) yes checking for strdup... (cached) yes checking for strtoul... (cached) yes checking for tsearch... (cached) yes checking for __argz_count... no checking for __argz_stringify... no checking for __argz_next... no checking for __fsetlocking... no checking for iconv... yes checking how to link with libiconv... /usr/local/lib/libiconv.a checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... no checking whether NLS is requested... no checking whether to use NLS... no checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.intl config.status: creating config.h config.status: executing default-1 commands mkdir ./gcc Configuring in ./gcc configure: loading site script /usr/obj/ports/msp430-gcc-4.6.3/config.site configure: creating cache ./config.cache checking build system type... aarch64-unknown-openbsd7.5 checking host system type... aarch64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking LIBRARY_PATH variable... ok checking GCC_EXEC_PREFIX variable... ok checking whether to place generated files in the source directory... no checking whether a default linker was specified... no checking whether a default assembler was specified... no checking for aarch64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking for aarch64-unknown-openbsd7.5-gnatbind... no checking for aarch64-unknown-openbsd7.5-gnatmake... no checking whether compiler driver understands Ada... no checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking how to run the C preprocessor... cc -E checking for inline... inline checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking size of void *... 8 checking size of short... (cached) 2 checking size of int... 4 checking size of long... 8 checking for long long... (cached) yes checking size of long long... (cached) 8 checking for __int64... no checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for long long int... yes checking for intmax_t... (cached) yes checking for intptr_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for unsigned long long int... yes checking for uintmax_t... yes checking for uintptr_t... yes checking whether cc supports -W... yes checking whether cc supports -Wall... yes checking whether cc supports -Wwrite-strings... yes checking whether cc supports -Wcast-qual... yes checking whether cc supports -Wstrict-prototypes... yes checking whether cc supports -Wmissing-prototypes... yes checking whether cc supports -Wmissing-format-attribute... yes checking whether cc supports -Wold-style-definition... yes checking whether cc supports -Wc++-compat... yes checking whether cc supports -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings... yes checking valgrind.h usability... no checking valgrind.h presence... no checking for valgrind.h... no configure: WARNING: decimal float is not supported for this target, ignored configure: WARNING: fixed-point is not supported for this target, ignored checking whether gmake sets $(MAKE)... yes checking for gawk... (cached) awk checking whether ln -s works... yes checking whether ln works... yes checking for aarch64-unknown-openbsd7.5-ranlib... ranlib checking for a BSD compatible install... /usr/obj/ports/msp430-gcc-4.6.3/bin/install -c checking for cmp's capabilities... fastcompare checking for mktemp... yes checking for makeinfo... makeinfo --split-size=5000000 checking for modern makeinfo... yes checking for recent Pod::Man... yes checking for flex... flex checking for bison... /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/missing bison checking for nm... nm checking for ar... ar checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether string.h and strings.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for limits.h... (cached) yes checking for stddef.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for time.h... (cached) yes checking for iconv.h... no checking for fcntl.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/mman.h... (cached) yes checking for sys/resource.h... (cached) yes checking for sys/param.h... (cached) yes checking for sys/times.h... (cached) yes checking for sys/stat.h... (cached) yes checking for direct.h... no checking for malloc.h... (cached) no checking for langinfo.h... yes checking for ldfcn.h... no checking for locale.h... (cached) yes checking for wchar.h... (cached) yes checking for thread.h... no checking for pthread.h... (cached) yes checking for CHAR_BIT... yes checking whether byte ordering is bigendian... no checking how to run the C++ preprocessor... c++ -E checking for unordered_map... yes checking for tr1/unordered_map... no checking for ext/hash_map... yes checking for collect2 libraries... none required checking for library containing exc_resume... no checking for library containing ldexp... none required checking for inttypes.h... yes checking for times... (cached) yes checking for clock... (cached) yes checking for kill... (cached) yes checking for getrlimit... (cached) yes checking for setrlimit... (cached) yes checking for atoll... yes checking for atoq... no checking for sysconf... (cached) yes checking for strsignal... (cached) yes checking for getrusage... (cached) yes checking for nl_langinfo... yes checking for gettimeofday... (cached) yes checking for mbstowcs... yes checking for wcswidth... yes checking for mmap... (cached) yes checking for setlocale... (cached) yes checking for clearerr_unlocked... no checking for feof_unlocked... no checking for ferror_unlocked... no checking for fflush_unlocked... no checking for fgetc_unlocked... no checking for fgets_unlocked... no checking for fileno_unlocked... no checking for fprintf_unlocked... no checking for fputc_unlocked... no checking for fputs_unlocked... no checking for fread_unlocked... no checking for fwrite_unlocked... no checking for getchar_unlocked... yes checking for getc_unlocked... (cached) yes checking for putchar_unlocked... (cached) yes checking for putc_unlocked... (cached) yes checking whether mbstowcs works... yes checking for ssize_t... (cached) yes checking for caddr_t... (cached) yes checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking for pid_t... (cached) yes checking for vfork.h... no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking how to link with libiconv... /usr/local/lib/libiconv.a checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for LC_MESSAGES... yes checking for nl_langinfo and CODESET... yes checking whether getenv is declared... yes checking whether atol is declared... yes checking whether asprintf is declared... yes checking whether sbrk is declared... yes checking whether abort is declared... yes checking whether atof is declared... yes checking whether getcwd is declared... yes checking whether getwd is declared... yes checking whether strsignal is declared... yes checking whether strstr is declared... yes checking whether strverscmp is declared... no checking whether errno is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether vasprintf is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether calloc is declared... yes checking whether free is declared... yes checking whether basename is declared... no checking whether getopt is declared... yes checking whether clock is declared... yes checking whether getpagesize is declared... yes checking whether clearerr_unlocked is declared... no checking whether feof_unlocked is declared... no checking whether ferror_unlocked is declared... no checking whether fflush_unlocked is declared... no checking whether fgetc_unlocked is declared... no checking whether fgets_unlocked is declared... no checking whether fileno_unlocked is declared... no checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... no checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... no checking whether fwrite_unlocked is declared... no checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether getrlimit is declared... yes checking whether setrlimit is declared... yes checking whether getrusage is declared... yes checking whether ldgetname is declared... no checking whether times is declared... yes checking whether sigaltstack is declared... yes checking for struct tms... yes checking for clock_t... yes checking for .preinit_array/.init_array/.fini_array support... yes checking if mkdir takes one argument... no Using `/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/config/msp430/msp430.c' for machine-specific logic. Using `/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/config/msp430/msp430.md' as machine description file. Using the following target machine macro files: /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/config/msp430/msp430.h /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/config/dbxelf.h Using host-default.o for host machine hooks. checking whether NLS is requested... no checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for aarch64-unknown-openbsd7.5-objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for aarch64-unknown-openbsd7.5-ar... (cached) ar checking for aarch64-unknown-openbsd7.5-strip... no checking for strip... (cached) strip checking for aarch64-unknown-openbsd7.5-ranlib... (cached) ranlib checking command to parse nm output from cc object... ok checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking what assembler to use... /usr/local/msp430/bin/as checking whether we are using gold... no checking what linker to use... /usr/local/msp430/bin/ld checking what nm to use... /usr/local/msp430/bin/nm checking what objdump to use... /usr/local/msp430/bin/objdump checking for readelf... /usr/bin/readelf checking what readelf to use... /usr/bin/readelf checking assembler flags... checking assembler for .balign and .p2align... yes checking assembler for .p2align with maximum skip... yes checking assembler for .literal16... no checking assembler for working .subsection -1... yes checking assembler for .weak... yes checking assembler for .weakref... yes checking assembler for .nsubspa comdat... no checking assembler for .hidden... yes checking linker for .hidden support... yes checking linker read-only and read-write section mixing... unknown checking assembler for .sleb128 and .uleb128... yes checking assembler for cfi directives... no checking assembler for cfi personality directive... no checking assembler for cfi sections directive... no checking assembler for eh_frame optimization... yes checking assembler for section merging support... yes checking assembler for COMDAT group support... yes checking assembler for line table discriminator support... yes checking linker -Bstatic/-Bdynamic option... yes checking linker plugin support... no checking assembler for dwarf2 debug_line support... yes checking assembler for buggy dwarf2 .file directive... no checking assembler for --gdwarf2 option... yes checking assembler for --gstabs option... yes checking assembler for --debug-prefix-map option... yes checking assembler for .lcomm with alignment... no checking assembler for gnu_unique_object... no checking assembler for tolerance to line number 0... yes checking linker PT_GNU_EH_FRAME support... no checking linker position independent executable support... yes checking linker EH-compatible garbage collection of sections... no checking linker EH garbage collection of sections bug... yes checking linker --as-needed support... yes checking linker --build-id support... no checking linker *_sol2 emulation support... no checking linker --sysroot support... yes checking __stack_chk_fail in target C library... no checking dl_iterate_phdr in target C library... unknown Using ggc-page for garbage collection. checking whether to enable maintainer-specific portions of Makefiles... no Links are now set up to build a cross-compiler from aarch64-unknown-openbsd7.5 to msp430-unknown-none. checking for exported symbols... yes checking for -rdynamic... yes checking for library containing dlopen... none required checking for -fPIC -shared... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating as config.status: creating collect-ld config.status: creating nm config.status: creating Makefile config.status: creating auto-host.h config.status: executing default commands gmake[2]: Entering directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/intl' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/intl' mkdir build-aarch64-unknown-openbsd7.5 mkdir build-aarch64-unknown-openbsd7.5/libiberty Configuring in build-aarch64-unknown-openbsd7.5/libiberty configure: creating cache ../config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 checking for perl... perl checking build system type... aarch64-unknown-openbsd7.5 checking host system type... aarch64-unknown-openbsd7.5 checking for aarch64-unknown-openbsd7.5-ar... ar checking for aarch64-unknown-openbsd7.5-ranlib... ranlib checking for aarch64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to run the C preprocessor... cc -E checking whether cc supports -W... yes checking whether cc supports -Wall... yes checking whether cc supports -Wwrite-strings... yes checking whether cc supports -Wc++-compat... yes checking whether cc supports -Wstrict-prototypes... yes checking whether cc supports -pedantic ... yes checking whether cc understands -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for a BSD-compatible install... /usr/obj/ports/msp430-gcc-4.6.3/bin/install -c checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for malloc.h... no checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... yes checking for time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for alloca.h... no checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... no checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no checking for stdint.h... (cached) yes checking for stdio_ext.h... no checking for process.h... no checking for sys/prctl.h... no checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... no checking size of int... 4 checking for a 64-bit type... uint64_t checking for intptr_t... yes checking for uintptr_t... yes checking for ssize_t... yes checking for pid_t... yes checking for library containing strerror... none required checking for asprintf... yes checking for atexit... yes checking for basename... yes checking for bcmp... yes checking for bcopy... yes checking for bsearch... yes checking for bzero... yes checking for calloc... yes checking for clock... yes checking for ffs... yes checking for getcwd... yes checking for getpagesize... yes checking for gettimeofday... yes checking for index... yes checking for insque... yes checking for memchr... yes checking for memcmp... yes checking for memcpy... yes checking for memmem... yes checking for memmove... yes checking for mempcpy... no checking for memset... yes checking for mkstemps... yes checking for putenv... yes checking for random... yes checking for rename... yes checking for rindex... yes checking for setenv... yes checking for snprintf... yes checking for sigsetmask... yes checking for stpcpy... yes checking for stpncpy... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strncasecmp... yes checking for strndup... yes checking for strrchr... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for strverscmp... no checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... yes checking for vsnprintf... yes checking for vsprintf... yes checking for waitpid... yes checking for setproctitle... yes checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for __fsetlocking... no checking for canonicalize_file_name... no checking for dup3... yes checking for getrusage... yes checking for getsysinfo... no checking for gettimeofday... (cached) yes checking for on_exit... no checking for psignal... yes checking for pstat_getdynamic... no checking for pstat_getstatic... no checking for realpath... yes checking for sbrk... yes checking for spawnve... no checking for spawnvpe... no checking for strerror... yes checking for strsignal... yes checking for sysconf... yes checking for sysctl... yes checking for sysmp... no checking for table... no checking for times... yes checking for wait3... yes checking for wait4... yes checking whether basename is declared... no checking whether ffs is declared... yes checking whether asprintf is declared... yes checking whether vasprintf is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes checking whether getenv is declared... yes checking whether getopt is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether sbrk is declared... yes checking whether strverscmp is declared... no checking whether canonicalize_file_name must be declared... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for working strncmp... yes configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands gmake[2]: Entering directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/build-aarch64-unknown-openbsd7.5/libiberty' if [ x"-fpic" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/regex.c -o pic/regex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/regex.c -o regex.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/cplus-dem.c -o cplus-dem.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/cp-demangle.c -o cp-demangle.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/md5.c -o pic/md5.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/md5.c -o md5.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c -o pic/sha1.o; \ else true; fi /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c:235:11: warning: defining a type within 'offsetof' is a Clang extension [-Wgnu-offsetof-extensions] if (UNALIGNED_P (buffer)) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c:234:41: note: expanded from macro 'UNALIGNED_P' # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) ^~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c:233:34: note: expanded from macro 'alignof' # define alignof(type) offsetof (struct { char c; type x; }, x) ^~~~~~ /usr/include/stddef.h:69:51: note: expanded from macro 'offsetof' #define offsetof(type, member) __builtin_offsetof(type, member) ^~~~ 1 warning generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c -o sha1.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c:235:11: warning: defining a type within 'offsetof' is a Clang extension [-Wgnu-offsetof-extensions] if (UNALIGNED_P (buffer)) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c:234:41: note: expanded from macro 'UNALIGNED_P' # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) ^~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sha1.c:233:34: note: expanded from macro 'alignof' # define alignof(type) offsetof (struct { char c; type x; }, x) ^~~~~~ /usr/include/stddef.h:69:51: note: expanded from macro 'offsetof' #define offsetof(type, member) __builtin_offsetof(type, member) ^~~~ 1 warning generated. if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/alloca.c -o pic/alloca.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/alloca.c -o alloca.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/argv.c -o pic/argv.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/argv.c -o argv.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/choose-temp.c -o choose-temp.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/concat.c -o pic/concat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/concat.c -o concat.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/cp-demint.c -o cp-demint.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/crc32.c -o pic/crc32.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/crc32.c -o crc32.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/dyn-string.c -o dyn-string.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fdmatch.c -o fdmatch.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fibheap.c -o fibheap.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/filename_cmp.c -o filename_cmp.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/floatformat.c -o floatformat.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fnmatch.c -o fnmatch.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getopt.c -o pic/getopt.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getopt.c -o getopt.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getopt1.c -o getopt1.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getpwd.c -o getpwd.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/getruntime.c -o getruntime.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/hashtab.c -o hashtab.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/hex.c -o pic/hex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/hex.c -o hex.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/lbasename.c -o lbasename.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/lrealpath.c -o lrealpath.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/make-temp-file.c -o make-temp-file.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/objalloc.c -o objalloc.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c -o pic/obstack.o; \ else true; fi /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:148:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:193:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:263:32: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] if (h->alignment_mask + 1 >= DEFAULT_ALIGNMENT) ^~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ 3 warnings generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c -o obstack.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:148:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:193:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:263:32: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] if (h->alignment_mask + 1 >= DEFAULT_ALIGNMENT) ^~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ 3 warnings generated. if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/partition.c -o pic/partition.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/partition.c -o partition.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pexecute.c -o pexecute.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/physmem.c -o pic/physmem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/physmem.c -o physmem.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pex-common.c -o pex-common.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pex-one.c -o pex-one.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/pex-unix.c -o pex-unix.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/safe-ctype.c -o safe-ctype.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object.c -o simple-object.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object-coff.c -o simple-object-coff.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object-elf.c -o simple-object-elf.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sort.c -o pic/sort.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/sort.c -o sort.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/spaces.c -o pic/spaces.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/spaces.c -o spaces.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/splay-tree.c -o splay-tree.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strerror.c -o pic/strerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strerror.c -o strerror.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strsignal.c -o strsignal.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xatexit.c -o xatexit.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xexit.c -o pic/xexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xexit.c -o xexit.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xmalloc.c -o xmalloc.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xmemdup.c -o xmemdup.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xstrdup.c -o xstrdup.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xstrerror.c -o xstrerror.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/xstrndup.c -o xstrndup.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/mempcpy.c -o pic/mempcpy.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/mempcpy.c -o mempcpy.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strverscmp.c -o pic/strverscmp.o; \ else true; fi /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strverscmp.c:4:28: warning: invalid UTF-8 in comment [-Winvalid-utf8] Contributed by Jean-Franois Bignolles , 1997. ^ 1 warning generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strverscmp.c -o strverscmp.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libiberty/strverscmp.c:4:28: warning: invalid UTF-8 in comment [-Winvalid-utf8] Contributed by Jean-Franois Bignolles , 1997. ^ 1 warning generated. rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o ranlib ./libiberty.a if [ x"-fpic" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list gmake[3]: Entering directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/build-aarch64-unknown-openbsd7.5/libiberty/testsuite' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/build-aarch64-unknown-openbsd7.5/libiberty/testsuite' gmake[2]: Leaving directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/build-aarch64-unknown-openbsd7.5/libiberty' mkdir build-aarch64-unknown-openbsd7.5/fixincludes Configuring in build-aarch64-unknown-openbsd7.5/fixincludes configure: loading cache ../config.cache checking build system type... (cached) aarch64-unknown-openbsd7.5 checking host system type... (cached) aarch64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for aarch64-unknown-openbsd7.5-gcc... (cached) cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking for a sed that does not truncate output... /usr/bin/sed checking whether cc supports -W... (cached) yes checking whether cc supports -Wall... (cached) yes checking whether cc supports -Wwrite-strings... (cached) yes checking whether cc supports -Wstrict-prototypes... (cached) yes checking whether cc supports -Wmissing-prototypes... yes checking whether cc supports -Wold-style-definition... yes checking whether cc supports -Wmissing-format-attribute... yes checking whether cc supports -Wno-overlength-strings... yes checking whether cc supports -pedantic -Wno-long-long... yes checking how to run the C preprocessor... (cached) cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/stat.h... (cached) yes checking for clearerr_unlocked... no checking for feof_unlocked... no checking for ferror_unlocked... no checking for fflush_unlocked... no checking for fgetc_unlocked... no checking for fgets_unlocked... no checking for fileno_unlocked... no checking for fprintf_unlocked... no checking for fputc_unlocked... no checking for fputs_unlocked... no checking for fread_unlocked... no checking for fwrite_unlocked... no checking for getchar_unlocked... yes checking for getc_unlocked... yes checking for putchar_unlocked... yes checking for putc_unlocked... yes checking whether abort is declared... yes checking whether asprintf is declared... (cached) yes checking whether basename is declared... (cached) no checking whether errno is declared... no checking whether vasprintf is declared... (cached) yes checking whether clearerr_unlocked is declared... no checking whether feof_unlocked is declared... no checking whether ferror_unlocked is declared... no checking whether fflush_unlocked is declared... no checking whether fgetc_unlocked is declared... no checking whether fgets_unlocked is declared... no checking whether fileno_unlocked is declared... no checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... no checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... no checking whether fwrite_unlocked is declared... no checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking for an ANSI C-conforming const... (cached) yes checking for sys/mman.h... (cached) yes checking for mmap... yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking whether to enable maintainer-specific portions of Makefiles... no configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating mkheaders.almost config.status: creating config.h gmake[2]: Entering directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/build-aarch64-unknown-openbsd7.5/fixincludes' cc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes -I../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/../include /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/fixincl.c cc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes -I../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/../include /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/fixtests.c cc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes -I../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/../include /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/fixfixes.c cc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes -I../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/../include /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/server.c cc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes -I../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/../include /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/procopen.c cc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes -I../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/../include /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/fixlib.c cc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes -I../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/../include /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/fixopts.c cc -O2 -pipe -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a xstrerror.c(xstrerror.o:(xstrerror) in archive ../libiberty/libiberty.a): warning: sprintf() is often misused, please use snprintf() server.c(server.o:(run_shell)): warning: strcpy() is almost always misused, please use strlcpy() echo timestamp > full-stamp srcdir="/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes" /bin/sh /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/fixincludes/mkfixinc.sh msp430-unknown-none sed -e 's/@gcc_version@/4.6.3/' < mkheaders.almost > mkheadersT mv -f mkheadersT mkheaders gmake[2]: Leaving directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/build-aarch64-unknown-openbsd7.5/fixincludes' mkdir ./zlib Configuring in ./zlib configure: loading site script /usr/obj/ports/msp430-gcc-4.6.3/config.site configure: creating cache ./config.cache checking build system type... aarch64-unknown-openbsd7.5 checking host system type... aarch64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for a BSD-compatible install... /usr/obj/ports/msp430-gcc-4.6.3/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p checking for gawk... (cached) awk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for aarch64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for aarch64-unknown-openbsd7.5-objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for aarch64-unknown-openbsd7.5-ar... ar checking for aarch64-unknown-openbsd7.5-strip... no checking for strip... (cached) strip checking for aarch64-unknown-openbsd7.5-ranlib... ranlib checking command to parse nm output from cc object... ok checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking how to run the C preprocessor... cc -E checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for memcpy... (cached) yes checking for strerror... (cached) yes checking for unistd.h... (cached) yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: executing default-1 commands config.status: executing depfiles commands config.status: executing libtool commands gmake[2]: Entering directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/zlib' cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib -O2 -pipe -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/'`adler32.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/adler32.c:57:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32(adler, buf, len) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/adler32.c:128:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine(adler1, adler2, len2) ^ 2 warnings generated. cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib -O2 -pipe -c -o libz_a-compress.o `test -f 'compress.c' || echo '/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/'`compress.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/compress.c:22:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/compress.c:62:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress (dest, destLen, source, sourceLen) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/compress.c:75:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT compressBound (sourceLen) ^ 3 warnings generated. cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib -O2 -pipe -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/'`crc32.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/crc32.c:219:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32(crc, buf, len) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/crc32.c:262:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned long crc32_little(crc, buf, len) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/crc32.c:302:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned long crc32_big(crc, buf, len) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/crc32.c:342:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned long gf2_matrix_times(mat, vec) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/crc32.c:359:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gf2_matrix_square(square, mat) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/crc32.c:370:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine(crc1, crc2, len2) ^ 6 warnings generated. cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib -O2 -pipe -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/'`deflate.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:204:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit_(strm, level, version, stream_size) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:216:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:315:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:357:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateReset (strm) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:393:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetHeader (strm, head) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:404:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePrime (strm, bits, value) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:416:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateParams(strm, level, strategy) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:454:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:489:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT deflateBound(strm, sourceLen) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:518:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void putShortMSB (s, b) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:532:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void flush_pending(strm) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:552:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflate (strm, flush) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:859:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateEnd (strm) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:894:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateCopy (dest, source) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:956:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int read_buf(strm, buf, size) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:986:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void lm_init (s) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:1027:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uInt longest_match(s, cur_match) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:1175:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uInt longest_match_fast(s, cur_match) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:1266:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fill_window(s) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:1390:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_stored(s, flush) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:1448:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_fast(s, flush) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/deflate.c:1554:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_slow(s, flush) ^ 22 warnings generated. cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib -O2 -pipe -c -o libz_a-gzio.o `test -f 'gzio.c' || echo '/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/'`gzio.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:93:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local gzFile gz_open (path, mode, fd) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:208:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen (path, mode) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:219:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzdopen (fd, mode) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:234:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzsetparams (file, level, strategy) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:261:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int get_byte(s) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:288:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void check_header(s) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:355:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int destroy (s) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:394:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzread (file, buf, len) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:503:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzgetc(file) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:515:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzungetc(c, file) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:540:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char * ZEXPORT gzgets(file, buf, len) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:559:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzwrite (file, buf, len) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:678:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputc(file, c) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:693:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputs(file, s) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:705:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int do_flush (file, flush) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:746:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzflush (file, flush) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:767:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzseek (file, offset, whence) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:857:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzrewind (file) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:881:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gztell (file) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:891:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzeof (file) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:908:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzdirect (file) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:920:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void putLong (file, x) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:935:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uLong getLong (s) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:953:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose (file) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:987:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT gzerror (file, errnum) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/gzio.c:1017:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZEXPORT gzclearerr (file) ^ 26 warnings generated. cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib -O2 -pipe -c -o libz_a-infback.o `test -f 'infback.c' || echo '/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/'`infback.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/infback.c:28:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/infback.c:73:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/infback.c:241:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/infback.c:614:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackEnd(strm) ^ 4 warnings generated. cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib -O2 -pipe -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/'`inffast.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inffast.c:67:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void inflate_fast(strm, start) ^ 1 warning generated. cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib -O2 -pipe -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/'`inflate.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inflate.c:103:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset(strm) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inflate.c:128:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflatePrime(strm, bits, value) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inflate.c:144:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inflate.c:187:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit_(strm, version, stream_size) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inflate.c:205:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inflate.c:323:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int updatewindow(strm, out) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inflate.c:554:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflate(strm, flush) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inflate.c:1155:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateEnd(strm) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inflate.c:1169:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inflate.c:1211:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetHeader(strm, head) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inflate.c:1239:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned syncsearch(have, buf, len) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inflate.c:1262:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSync(strm) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inflate.c:1313:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSyncPoint(strm) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inflate.c:1323:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateCopy(dest, source) ^ 14 warnings generated. cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib -O2 -pipe -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/'`inftrees.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/inftrees.c:32:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int inflate_table(type, lens, codes, table, bits, work) ^ 1 warning generated. cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib -O2 -pipe -c -o libz_a-trees.o `test -f 'trees.c' || echo '/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/'`trees.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:382:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void _tr_init(s) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:411:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void init_block(s) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:455:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void pqdownheap(s, tree, k) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:490:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_bitlen(s, desc) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:577:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_codes (tree, max_code, bl_count) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:619:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void build_tree(s, desc) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:707:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void scan_tree (s, tree, max_code) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:752:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_tree (s, tree, max_code) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:803:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int build_bl_tree(s) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:838:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_all_trees(s, lcodes, dcodes, blcodes) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:867:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void _tr_stored_block(s, buf, stored_len, eof) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:892:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void _tr_align(s) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:921:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void _tr_flush_block(s, buf, stored_len, eof) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:1022:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int _tr_tally (s, dist, lc) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:1072:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void compress_block(s, ltree, dtree) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:1126:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void set_data_type(s) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:1146:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned bi_reverse(code, len) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:1161:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_flush(s) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:1178:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_windup(s) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/trees.c:1197:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void copy_block(s, buf, len, header) ^ 20 warnings generated. cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib -O2 -pipe -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/'`uncompr.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/uncompr.c:26:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT uncompress (dest, destLen, source, sourceLen) ^ 1 warning generated. cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib -O2 -pipe -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/'`zutil.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/zutil.c:133:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT zError(err) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/zutil.c:300:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] voidpf zcalloc (opaque, items, size) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/zlib/zutil.c:310:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void zcfree (opaque, ptr) ^ 3 warnings generated. rm -f libz.a ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzio.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o ranlib libz.a true "AR_FLAGS=rc" "CC_FOR_BUILD=cc" "CFLAGS=-O2 -pipe" "CXXFLAGS=-O2 -pipe" "CFLAGS_FOR_BUILD=-O2 -pipe" "CFLAGS_FOR_TARGET=-g -O2 -pipe" "INSTALL=/usr/obj/ports/msp430-gcc-4.6.3/bin/install -c" "INSTALL_DATA=/usr/obj/ports/msp430-gcc-4.6.3/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/obj/ports/msp430-gcc-4.6.3/bin/install -c -s -m 755" "INSTALL_SCRIPT=/usr/obj/ports/msp430-gcc-4.6.3/bin/install -c -m 755" "LDFLAGS=" "LIBCFLAGS=-O2 -pipe" "LIBCFLAGS_FOR_TARGET=-g -O2 -pipe" "MAKE=gmake" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=-fpic" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/msp430" "AR=ar" "AS=as" "CC=cc" "CXX=c++" "LD=/usr/bin/ld" "LIBCFLAGS=-O2 -pipe" "NM=nm" "PICFLAG=-fpic" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # gmake gmake[2]: Leaving directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/zlib' mkdir ./libcpp Configuring in ./libcpp configure: loading site script /usr/obj/ports/msp430-gcc-4.6.3/config.site configure: creating cache ./config.cache checking build system type... aarch64-unknown-openbsd7.5 checking host system type... aarch64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking whether gmake sets $(MAKE)... yes checking for a BSD-compatible install... /usr/obj/ports/msp430-gcc-4.6.3/bin/install -c checking for aarch64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking for aarch64-unknown-openbsd7.5-ranlib... ranlib checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader checking whether cc supports -W... yes checking whether cc supports -Wall... yes checking whether cc supports -Wwrite-strings... yes checking whether cc supports -Wmissing-format-attribute... yes checking whether cc supports -Wstrict-prototypes... yes checking whether cc supports -Wmissing-prototypes... yes checking whether cc supports -Wold-style-definition... yes checking whether cc supports -Wc++-compat... yes checking whether cc supports -pedantic -Wno-long-long... yes checking dependency style of cc... gcc3 checking whether time.h and sys/time.h may both be included... (cached) yes checking whether string.h and strings.h may both be included... yes checking for locale.h... (cached) yes checking for fcntl.h... (cached) yes checking for limits.h... (cached) yes checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking for sys/file.h... (cached) yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking for obstacks... no checking for off_t... (cached) yes checking for size_t... (cached) yes checking for ssize_t... (cached) yes checking for uintptr_t... yes checking for ptrdiff_t... yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking size of int... 4 checking size of long... 8 checking for clearerr_unlocked... no checking for feof_unlocked... no checking for ferror_unlocked... no checking for fflush_unlocked... no checking for fgetc_unlocked... no checking for fgets_unlocked... no checking for fileno_unlocked... no checking for fprintf_unlocked... no checking for fputc_unlocked... no checking for fputs_unlocked... no checking for fread_unlocked... no checking for fwrite_unlocked... no checking for getchar_unlocked... yes checking for getc_unlocked... (cached) yes checking for putchar_unlocked... (cached) yes checking for putc_unlocked... (cached) yes checking whether abort is declared... yes checking whether asprintf is declared... yes checking whether basename is declared... no checking whether errno is declared... no checking whether getopt is declared... yes checking whether vasprintf is declared... yes checking whether clearerr_unlocked is declared... no checking whether feof_unlocked is declared... no checking whether ferror_unlocked is declared... no checking whether fflush_unlocked is declared... no checking whether fgetc_unlocked is declared... no checking whether fgets_unlocked is declared... no checking whether fileno_unlocked is declared... no checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... no checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... no checking whether fwrite_unlocked is declared... no checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for ANSI C header files... (cached) yes checking for nl_langinfo and CODESET... yes checking whether NLS is requested... no checking for uchar... checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking how to link with libiconv... /usr/local/lib/libiconv.a checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depdir commands mkdir .deps gmake[2]: Entering directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/libcpp' cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -O2 -pipe -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/charset.c In file included from /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/charset.c:24: /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/internal.h:525:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/system.h:356:6: note: expanded from macro 'HAVE_DESIGNATED_INITIALIZERS' ((!defined(__cplusplus) && (GCC_VERSION >= 2007)) \ ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/charset.c:1225:8: warning: variable 'overflow' set but not used [-Wunused-but-set-variable] bool overflow = false; ^ 2 warnings generated. cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -O2 -pipe -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/directives.c In file included from /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/directives.c:26: /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/internal.h:525:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/system.h:356:6: note: expanded from macro 'HAVE_DESIGNATED_INITIALIZERS' ((!defined(__cplusplus) && (GCC_VERSION >= 2007)) \ ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/directives.c:2034:9: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] ifs = XOBNEW (&pfile->buffer_ob, struct if_stack); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/libiberty.h:362:30: note: expanded from macro 'XOBNEW' #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/directives.c:2496:28: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] cpp_buffer *new_buffer = XOBNEW (&pfile->buffer_ob, cpp_buffer); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/libiberty.h:362:30: note: expanded from macro 'XOBNEW' #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 3 warnings generated. cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -O2 -pipe -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/directives-only.c In file included from /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/directives-only.c:23: /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/internal.h:525:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/system.h:356:6: note: expanded from macro 'HAVE_DESIGNATED_INITIALIZERS' ((!defined(__cplusplus) && (GCC_VERSION >= 2007)) \ ^ 1 warning generated. cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -O2 -pipe -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/errors.c In file included from /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/errors.c:29: /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/internal.h:525:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/system.h:356:6: note: expanded from macro 'HAVE_DESIGNATED_INITIALIZERS' ((!defined(__cplusplus) && (GCC_VERSION >= 2007)) \ ^ 1 warning generated. cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -O2 -pipe -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/expr.c In file included from /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/expr.c:23: /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/internal.h:525:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/system.h:356:6: note: expanded from macro 'HAVE_DESIGNATED_INITIALIZERS' ((!defined(__cplusplus) && (GCC_VERSION >= 2007)) \ ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/expr.c:437:50: warning: format string is not a string literal (potentially insecure) [-Wformat-security] cpp_warning (pfile, CPP_W_LONG_LONG, message); ^~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/expr.c:437:50: note: treat the string as an argument to avoid this cpp_warning (pfile, CPP_W_LONG_LONG, message); ^ "%s", /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/expr.c:439:53: warning: format string is not a string literal (potentially insecure) [-Wformat-security] cpp_pedwarning (pfile, CPP_W_LONG_LONG, message); ^~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/expr.c:439:53: note: treat the string as an argument to avoid this cpp_pedwarning (pfile, CPP_W_LONG_LONG, message); ^ "%s", 3 warnings generated. cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -O2 -pipe -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/files.c In file included from /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/files.c:28: /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/internal.h:525:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/system.h:356:6: note: expanded from macro 'HAVE_DESIGNATED_INITIALIZERS' ((!defined(__cplusplus) && (GCC_VERSION >= 2007)) \ ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/files.c:390:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] copy = (char *) obstack_copy0 (&pfile->nonexistent_file_ob, path, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:417:4: note: expanded from macro 'obstack_copy0' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 2 warnings generated. cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -O2 -pipe -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/identifiers.c In file included from /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/identifiers.c:29: /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/internal.h:525:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/system.h:356:6: note: expanded from macro 'HAVE_DESIGNATED_INITIALIZERS' ((!defined(__cplusplus) && (GCC_VERSION >= 2007)) \ ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/identifiers.c:40:10: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] node = XOBNEW (&table->pfile->hash_ob, cpp_hashnode); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/libiberty.h:362:30: note: expanded from macro 'XOBNEW' #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 2 warnings generated. echo "#define LOCALEDIR \"/usr/local/share/locale\"" > localedir.new /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../move-if-change localedir.new localedir.h echo timestamp > localedir.hs cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -O2 -pipe -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/init.c In file included from /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/init.c:26: /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/internal.h:525:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/system.h:356:6: note: expanded from macro 'HAVE_DESIGNATED_INITIALIZERS' ((!defined(__cplusplus) && (GCC_VERSION >= 2007)) \ ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/init.c:39:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/system.h:356:6: note: expanded from macro 'HAVE_DESIGNATED_INITIALIZERS' ((!defined(__cplusplus) && (GCC_VERSION >= 2007)) \ ^ 2 warnings generated. cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -O2 -pipe -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/lex.c In file included from /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/lex.c:26: /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/internal.h:525:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/system.h:356:6: note: expanded from macro 'HAVE_DESIGNATED_INITIALIZERS' ((!defined(__cplusplus) && (GCC_VERSION >= 2007)) \ ^ 1 warning generated. cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -O2 -pipe -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/line-map.c cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -O2 -pipe -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/macro.c In file included from /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/macro.c:30: /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/internal.h:525:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/system.h:356:6: note: expanded from macro 'HAVE_DESIGNATED_INITIALIZERS' ((!defined(__cplusplus) && (GCC_VERSION >= 2007)) \ ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/macro.c:1764:40: warning: format string is not a string literal (potentially insecure) [-Wformat-security] cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg); ^~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/macro.c:1764:40: note: treat the string as an argument to avoid this cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg); ^ "%s", /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/macro.c:1777:40: warning: format string is not a string literal (potentially insecure) [-Wformat-security] cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg); ^~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/macro.c:1777:40: note: treat the string as an argument to avoid this cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg); ^ "%s", 3 warnings generated. cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -O2 -pipe -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/mkdeps.c cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -O2 -pipe -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/pch.c In file included from /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/pch.c:22: /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/internal.h:525:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/system.h:356:6: note: expanded from macro 'HAVE_DESIGNATED_INITIALIZERS' ((!defined(__cplusplus) && (GCC_VERSION >= 2007)) \ ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/pch.c:705:2: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] goto fail; ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/pch.c:701:7: note: previous statement is here if (CPP_OPTION (r, warn_invalid_pch)) ^ 2 warnings generated. cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -O2 -pipe -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/symtab.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/symtab.c:172:45: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] HT_STR (node) = (const unsigned char *) obstack_copy0 (&table->stack, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:417:4: note: expanded from macro 'obstack_copy0' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 1 warning generated. cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -O2 -pipe -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp -I. -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/include -I/usr/local/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/traditional.c In file included from /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/traditional.c:23: /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/internal.h:525:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libcpp/system.h:356:6: note: expanded from macro 'HAVE_DESIGNATED_INITIALIZERS' ((!defined(__cplusplus) && (GCC_VERSION >= 2007)) \ ^ 1 warning generated. rm -f libcpp.a ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o ranlib libcpp.a gmake[2]: Leaving directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/libcpp' mkdir ./libdecnumber Configuring in ./libdecnumber configure: loading site script /usr/obj/ports/msp430-gcc-4.6.3/config.site configure: creating cache ./config.cache checking whether gmake sets $(MAKE)... yes checking for aarch64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for aarch64-unknown-openbsd7.5-ranlib... ranlib /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber/configure[3114]: cd: /msp430-gcc-4.6.3_writes_to_HOME - No such file or directory checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader checking whether cc supports -W... yes checking whether cc supports -Wall... yes checking whether cc supports -Wwrite-strings... yes checking whether cc supports -Wstrict-prototypes... yes checking whether cc supports -Wmissing-prototypes... yes checking whether cc supports -Wold-style-definition... yes checking whether cc supports -Wmissing-format-attribute... yes checking whether cc supports -Wcast-qual... yes checking whether cc supports -pedantic -Wno-long-long... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for ctype.h... (cached) yes checking for stddef.h... (cached) yes checking for string.h... (cached) yes checking for stdio.h... (cached) yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... yes checking for int_least32_t... yes checking for int_fast32_t... yes checking for uint64_t... yes checking what to include in gstdint.h... stdint.h (already complete) checking for an ANSI C-conforming const... (cached) yes checking for off_t... (cached) yes checking size of int... 4 checking size of long... 8 checking for ANSI C header files... (cached) yes checking build system type... aarch64-unknown-openbsd7.5 checking host system type... aarch64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored dpd checking whether byte ordering is bigendian... no configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing gstdint.h commands gmake[2]: Entering directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/libdecnumber' source='/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber/decNumber.c' object='decNumber.o' libtool=no cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber -I. -c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber/decNumber.c source='/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber/decContext.c' object='decContext.o' libtool=no cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber -I. -c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber/decContext.c source='/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber -I. -c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber/dpd/decimal32.c source='/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber -I. -c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber/dpd/decimal64.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber/dpd/decimal64.c:617:8: warning: variable 'n' set but not used [-Wunused-but-set-variable] Int n; /* output bunch counter */ ^ 1 warning generated. source='/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no cc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber -I. -c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/libdecnumber/dpd/decimal128.c rm -f libdecnumber.a ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o ranlib libdecnumber.a gmake[2]: Leaving directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/libdecnumber' gmake[2]: Entering directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/gcc' TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="" \ HEADERS="options.h insn-constants.h config/msp430/msp430.h config/dbxelf.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3" \ /bin/sh /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/mkconfig.sh tm.h awk -f /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/opt-gather.awk /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/lto/lang.opt /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/c-family/c.opt /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/common.opt /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/config/msp430/msp430.opt > tmp-optionlist /bin/sh /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../move-if-change tmp-optionlist optionlist echo timestamp > s-options awk -f /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/opt-functions.awk -f /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/opth-gen.awk \ < optionlist > tmp-options.h /bin/sh /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../move-if-change tmp-options.h options.h echo timestamp > s-options-h TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/mkconfig.sh bconfig.h cc -c -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/build -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libcpp/include -I/usr/local/include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/local/include \ -o build/genconstants.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/genconstants.c cc -c -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/build -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libcpp/include -I/usr/local/include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/local/include \ -o build/read-md.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/read-md.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/read-md.c:142:28: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] loc = (struct ptr_loc *) obstack_alloc (&ptr_loc_obstack, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/read-md.c:202:11: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] entry = XOBFINISH (&joined_conditions_obstack, const void **); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/libiberty.h:365:38: note: expanded from macro 'XOBFINISH' #define XOBFINISH(O, T) ((T) obstack_finish ((O))) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/read-md.c:500:10: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] return XOBFINISH (&string_obstack, char *); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/libiberty.h:365:38: note: expanded from macro 'XOBFINISH' #define XOBFINISH(O, T) ((T) obstack_finish ((O))) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/read-md.c:537:10: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] return XOBFINISH (&string_obstack, char *); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/libiberty.h:365:38: note: expanded from macro 'XOBFINISH' #define XOBFINISH(O, T) ((T) obstack_finish ((O))) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 4 warnings generated. cc -c -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/build -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libcpp/include -I/usr/local/include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/local/include \ -o build/errors.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/errors.c cc -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconstants \ build/genconstants.o build/read-md.o build/errors.o ../build-aarch64-unknown-openbsd7.5/libiberty/libiberty.a read-md.c(build/read-md.o:(handle_enum)): warning: sprintf() is often misused, please use snprintf() cc -c -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/build -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libcpp/include -I/usr/local/include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/local/include \ -o build/genmddeps.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/genmddeps.c cc -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmddeps \ build/genmddeps.o build/read-md.o build/errors.o ../build-aarch64-unknown-openbsd7.5/libiberty/libiberty.a read-md.c(build/read-md.o:(handle_enum)): warning: sprintf() is often misused, please use snprintf() build/genmddeps /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/config/msp430/msp430.md > tmp-mddeps /bin/sh /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../move-if-change tmp-mddeps mddeps.mk echo timestamp > s-mddeps build/genconstants /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/config/msp430/msp430.md \ > tmp-constants.h /bin/sh /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../move-if-change tmp-constants.h insn-constants.h echo timestamp > s-constants cc -c -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/build -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libcpp/include -I/usr/local/include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/local/include \ -o build/genmodes.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/genmodes.c cc -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmodes \ build/genmodes.o build/errors.o ../build-aarch64-unknown-openbsd7.5/libiberty/libiberty.a build/genmodes -h > tmp-modes.h /bin/sh /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../move-if-change tmp-modes.h insn-modes.h echo timestamp > s-modes-h cc -c -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/build -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libcpp/include -I/usr/local/include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/local/include \ -o build/genflags.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/genflags.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/genflags.c:289:11: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] insns = XOBFINISH (&obstack, rtx *); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/libiberty.h:365:38: note: expanded from macro 'XOBFINISH' #define XOBFINISH(O, T) ((T) obstack_finish ((O))) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 1 warning generated. cc -c -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/build -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libcpp/include -I/usr/local/include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/local/include \ -o build/gengenrtl.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/gengenrtl.c cc -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengenrtl \ build/gengenrtl.o build/errors.o ../build-aarch64-unknown-openbsd7.5/libiberty/libiberty.a build/gengenrtl > tmp-genrtl.h /bin/sh /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../move-if-change tmp-genrtl.h genrtl.h echo timestamp > s-genrtl-h cc -c -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/build -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libcpp/include -I/usr/local/include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/local/include \ -o build/gengtype.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/gengtype.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/gengtype.c:1926:12: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] rawstr = XOBFINISH (&str_obstack, char *); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/libiberty.h:365:38: note: expanded from macro 'XOBFINISH' #define XOBFINISH(O, T) ((T) obstack_finish ((O))) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 1 warning generated. cc -c -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/build -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libcpp/include -I/usr/local/include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/local/include \ -o build/gengtype-lex.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/gengtype-lex.c cc -c -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/build -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libcpp/include -I/usr/local/include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/local/include \ -o build/gengtype-parse.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/gengtype-parse.c cc -c -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/build -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libcpp/include -I/usr/local/include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/local/include \ -o build/gengtype-state.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/gengtype-state.c /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/gengtype-state.c:304:13: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] ids = XOBFINISH (&id_obstack, char *); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/libiberty.h:365:38: note: expanded from macro 'XOBFINISH' #define XOBFINISH(O, T) ((T) obstack_finish ((O))) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/gengtype-state.c:401:14: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] cstr = XOBFINISH (&bstring_obstack, char *); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/libiberty.h:365:38: note: expanded from macro 'XOBFINISH' #define XOBFINISH(O, T) ((T) obstack_finish ((O))) ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/gengtype-state.c:2344:11: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] if (!state_token_kind (t0) == STOK_RIGHTPAR) ^ ~~ /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/gengtype-state.c:2344:11: note: add parentheses after the '!' to evaluate the comparison first if (!state_token_kind (t0) == STOK_RIGHTPAR) ^ ( ) /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/gengtype-state.c:2344:11: note: add parentheses around left hand side expression to silence this warning if (!state_token_kind (t0) == STOK_RIGHTPAR) ^ ( ) /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/gengtype-state.c:2344:34: warning: result of comparison of constant 'STOK_RIGHTPAR' (4) with boolean expression is always false [-Wtautological-constant-out-of-range-compare] if (!state_token_kind (t0) == STOK_RIGHTPAR) ~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ 4 warnings generated. cc -c -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/build -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libcpp/include -I/usr/local/include -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber -I/usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/local/include \ -DBASEVER="\"4.6.3\"" -DDATESTAMP="\" 20120301\"" \ -DREVISION="\"\"" \ -DDEVPHASE="\" (mspgcc LTS 20120406 unpatched)\"" -DPKGVERSION="\"(GCC) \"" \ -DBUGURL="\"\"" -o build/version.o /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/version.c cc -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengtype \ build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o build/version.o ../build-aarch64-unknown-openbsd7.5/libiberty/libiberty.a xstrerror.c(xstrerror.o:(xstrerror) in archive ../build-aarch64-unknown-openbsd7.5/libiberty/libiberty.a): warning: sprintf() is often misused, please use snprintf() gengtype.c(build/gengtype.o:(input_file_by_name)): warning: strcpy() is almost always misused, please use strlcpy() /bin/sh /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc/../move-if-change tmp-gi.list gtyp-input.list echo timestamp > s-gtyp-input build/gengtype \ -S /usr/obj/ports/msp430-gcc-4.6.3/gcc-4.6.3/gcc -I gtyp-input.list -w gtype.state build/gengtype \ -r gtype.state gengtype: Internal error: abort in get_output_file_with_visibility, at gengtype.c:2004 Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! Round and round she goes, when she stops...nobody knows! gmake[2]: *** [Makefile:3810: s-gtype] Error 1 gmake[2]: Leaving directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/gcc' gmake[1]: *** [Makefile:5245: all-gcc] Error 2 gmake[1]: Leaving directory '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64' gmake: *** [Makefile:871: all] Error 2 *** Error 2 in devel/msp430/gcc (/usr/ports/infrastructure/mk/bsd.port.mk:3061 '/usr/obj/ports/msp430-gcc-4.6.3/build-aarch64/.build_done') *** Error 2 in devel/msp430/gcc (/usr/ports/infrastructure/mk/bsd.port.mk:2704 'build': @lock=msp430-gcc-4.6.3p5; export _LOCKS_HELD=" msp4...) ===> Exiting devel/msp430/gcc with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Ended at 1716329018.79 max_stuck=149.55/waiting-for-lock #478=293.25/show-prepare-results=3.47/patch=24.11/configure=20.65/build=449.66 Error: job failed with 512 on localhost at 1716329018