[Bug 1295653]
Cbaylis-u
1295653 at bugs.launchpad.net
Thu May 8 17:06:36 UTC 2014
Author: cbaylis
Date: Thu May 8 17:06:04 2014
New Revision: 210227
URL: http://gcc.gnu.org/viewcvs?rev=210227&root=gcc&view=rev
Log:
2014-05-08 Charles Baylis <charles.baylis at linaro.org>
Backport from mainline
2014-04-07 Charles Baylis <charles.baylis at linaro.org>
PR target/60609
* config/arm/arm.h (ASM_OUTPUT_CASE_END): Remove.
(LABEL_ALIGN_AFTER_BARRIER): Align barriers which occur after
ADDR_DIFF_VEC.
Added:
branches/gcc-4_7-branch/gcc/testsuite/g++.dg/torture/pr60609.C
Modified:
branches/gcc-4_7-branch/gcc/ChangeLog
branches/gcc-4_7-branch/gcc/config/arm/arm.h
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gcc-4.8 in Ubuntu.
https://bugs.launchpad.net/bugs/1295653
Title:
[4.8/4.9 Regression] Error: value of 256 too large for field of 1
bytes at 68242
Status in The GNU Compiler Collection:
Confirmed
Status in Linaro GCC:
New
Status in “gcc-4.8” package in Ubuntu:
Fix Released
Bug description:
originall reported as a gas issue:
https://sourceware.org/bugzilla/show_bug.cgi?id=16735
seen when building the ppl 1.1 bindings for SWI Prolog, using binutils
from the 2.24 branch on arm-linux-gnueabihf with a compiler defaulting
to thumb mode.
seen with current 4.8 branch and at least trunk 20140306.
$ g++ -c -g -O2 ppl_prolog_common.ii
/tmp/ccuRxr3p.s: Assembler messages:
/tmp/ccuRxr3p.s:126688: Error: value of 256 too large for field of 1 bytes at 68242
$ g++ -marm -c -g -O2 ppl_prolog_common.ii
<succeeds>
$ as -v -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -meabi=5 -o ppl_prolog_common.o ppl_prolog_common.s
GNU assembler version 2.24 (arm-linux-gnueabihf) using BFD version (GNU Binutils for Debian) 2.24
ppl_prolog_common.s: Assembler messages:
ppl_prolog_common.s:130339: Error: value of 256 too large for field of 1 bytes at 70430
To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1295653/+subscriptions
More information about the foundations-bugs
mailing list