public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/60609] [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242
       [not found] <bug-60609-4@http.gcc.gnu.org/bugzilla/>
@ 2014-03-21 12:43 ` doko at gcc dot gnu.org
  2014-03-21 12:47 ` ramana at gcc dot gnu.org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: doko at gcc dot gnu.org @ 2014-03-21 12:43 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60609

--- Comment #1 from Matthias Klose <doko at gcc dot gnu.org> ---
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.8/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.8.2-16'
--with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.8 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap
--disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib
--disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-armhf/jre --enable-java-home
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-armhf
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-armhf
--with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
--enable-objc-gc --enable-multiarch --disable-sjlj-exceptions
--with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb
--enable-checking=release --build=arm-linux-gnueabihf
--host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.8.2 (Debian 4.8.2-16)


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug target/60609] [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242
       [not found] <bug-60609-4@http.gcc.gnu.org/bugzilla/>
  2014-03-21 12:43 ` [Bug target/60609] [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242 doko at gcc dot gnu.org
@ 2014-03-21 12:47 ` ramana at gcc dot gnu.org
  2014-03-21 13:46 ` ramana at gcc dot gnu.org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: ramana at gcc dot gnu.org @ 2014-03-21 12:47 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60609

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-03-21
                 CC|                            |ramana at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
Confirmed - reducing.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug target/60609] [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242
       [not found] <bug-60609-4@http.gcc.gnu.org/bugzilla/>
  2014-03-21 12:43 ` [Bug target/60609] [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242 doko at gcc dot gnu.org
  2014-03-21 12:47 ` ramana at gcc dot gnu.org
@ 2014-03-21 13:46 ` ramana at gcc dot gnu.org
  2014-03-24  9:00 ` rguenth at gcc dot gnu.org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: ramana at gcc dot gnu.org @ 2014-03-21 13:46 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60609

--- Comment #3 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
Created attachment 32418
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32418&action=edit
Reduced testcase

Reduced testcase. Looks prima-facie like lengths are messed up somewhere which
needs careful digging.


-march=armv7-a -mthumb -c -O2 -mfpu=vfpv3-d16 on trunk.

Ramana


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug target/60609] [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242
       [not found] <bug-60609-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-03-21 13:46 ` ramana at gcc dot gnu.org
@ 2014-03-24  9:00 ` rguenth at gcc dot gnu.org
  2014-03-25 15:51 ` charles.baylis at linaro dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-03-24  9:00 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60609

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.3


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug target/60609] [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242
       [not found] <bug-60609-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-03-24  9:00 ` rguenth at gcc dot gnu.org
@ 2014-03-25 15:51 ` charles.baylis at linaro dot org
  2014-03-31  9:49 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: charles.baylis at linaro dot org @ 2014-03-25 15:51 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60609

Charles Baylis <charles.baylis at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |charles.baylis at linaro dot org

--- Comment #4 from Charles Baylis <charles.baylis at linaro dot org> ---
I am working on this


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug target/60609] [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242
       [not found] <bug-60609-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2014-03-25 15:51 ` charles.baylis at linaro dot org
@ 2014-03-31  9:49 ` rguenth at gcc dot gnu.org
  2014-04-07 15:08 ` yroux at gcc dot gnu.org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-03-31  9:49 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60609

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug target/60609] [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242
       [not found] <bug-60609-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2014-03-31  9:49 ` rguenth at gcc dot gnu.org
@ 2014-04-07 15:08 ` yroux at gcc dot gnu.org
  2014-04-09 12:29 ` [Bug target/60609] [4.8 " jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: yroux at gcc dot gnu.org @ 2014-04-07 15:08 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60609

--- Comment #6 from yroux at gcc dot gnu.org ---
Author: yroux
Date: Mon Apr  7 15:07:33 2014
New Revision: 209191

URL: http://gcc.gnu.org/viewcvs?rev=209191&root=gcc&view=rev
Log:
2014-04-07  Charles Baylis  <charles.baylis@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.


2014-04-07  Charles Baylis  <charles.baylis@linaro.org>

        PR target/60609
        * g++.dg/torture/pr60609.C: New test.


Added:
    trunk/gcc/testsuite/g++.dg/torture/pr60609.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.h
    trunk/gcc/testsuite/ChangeLog


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug target/60609] [4.8 Regression] Error: value of 256 too large for field of 1 bytes at 68242
       [not found] <bug-60609-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2014-04-07 15:08 ` yroux at gcc dot gnu.org
@ 2014-04-09 12:29 ` jakub at gcc dot gnu.org
  2014-05-08 17:06 ` cbaylis at gcc dot gnu.org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-04-09 12:29 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60609

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org
      Known to work|                            |4.9.0
            Summary|[4.8/4.9 Regression] Error: |[4.8 Regression] Error:
                   |value of 256 too large for  |value of 256 too large for
                   |field of 1 bytes at 68242   |field of 1 bytes at 68242
      Known to fail|4.9.0                       |

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fixed on the trunk, but not on the 4.8 branch yet.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug target/60609] [4.8 Regression] Error: value of 256 too large for field of 1 bytes at 68242
       [not found] <bug-60609-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2014-05-08 17:06 ` cbaylis at gcc dot gnu.org
@ 2014-05-08 17:06 ` cbaylis at gcc dot gnu.org
  2014-05-08 17:06 ` cbaylis at gcc dot gnu.org
  10 siblings, 0 replies; 11+ messages in thread
From: cbaylis at gcc dot gnu.org @ 2014-05-08 17:06 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60609

--- Comment #8 from cbaylis at gcc dot gnu.org ---
Author: cbaylis
Date: Thu May  8 17:06:01 2014
New Revision: 210226

URL: http://gcc.gnu.org/viewcvs?rev=210226&root=gcc&view=rev
Log:
2014-05-08  Charles Baylis  <charles.baylis@linaro.org>

        Backport from mainline
        2014-04-07  Charles Baylis  <charles.baylis@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_8-branch/gcc/testsuite/g++.dg/torture/pr60609.C
Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/config/arm/arm.h


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug target/60609] [4.8 Regression] Error: value of 256 too large for field of 1 bytes at 68242
       [not found] <bug-60609-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2014-04-09 12:29 ` [Bug target/60609] [4.8 " jakub at gcc dot gnu.org
@ 2014-05-08 17:06 ` cbaylis at gcc dot gnu.org
  2014-05-08 17:06 ` cbaylis at gcc dot gnu.org
  2014-05-08 17:06 ` cbaylis at gcc dot gnu.org
  10 siblings, 0 replies; 11+ messages in thread
From: cbaylis at gcc dot gnu.org @ 2014-05-08 17:06 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60609

--- Comment #8 from cbaylis at gcc dot gnu.org ---
Author: cbaylis
Date: Thu May  8 17:06:01 2014
New Revision: 210226

URL: http://gcc.gnu.org/viewcvs?rev=210226&root=gcc&view=rev
Log:
2014-05-08  Charles Baylis  <charles.baylis@linaro.org>

        Backport from mainline
        2014-04-07  Charles Baylis  <charles.baylis@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_8-branch/gcc/testsuite/g++.dg/torture/pr60609.C
Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/config/arm/arm.h

--- Comment #9 from cbaylis at gcc dot gnu.org ---
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@linaro.org>

        Backport from mainline
        2014-04-07  Charles Baylis  <charles.baylis@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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug target/60609] [4.8 Regression] Error: value of 256 too large for field of 1 bytes at 68242
       [not found] <bug-60609-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2014-05-08 17:06 ` cbaylis at gcc dot gnu.org
@ 2014-05-08 17:06 ` cbaylis at gcc dot gnu.org
  10 siblings, 0 replies; 11+ messages in thread
From: cbaylis at gcc dot gnu.org @ 2014-05-08 17:06 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60609

--- Comment #9 from cbaylis at gcc dot gnu.org ---
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@linaro.org>

        Backport from mainline
        2014-04-07  Charles Baylis  <charles.baylis@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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-05-08 17:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-60609-4@http.gcc.gnu.org/bugzilla/>
2014-03-21 12:43 ` [Bug target/60609] [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242 doko at gcc dot gnu.org
2014-03-21 12:47 ` ramana at gcc dot gnu.org
2014-03-21 13:46 ` ramana at gcc dot gnu.org
2014-03-24  9:00 ` rguenth at gcc dot gnu.org
2014-03-25 15:51 ` charles.baylis at linaro dot org
2014-03-31  9:49 ` rguenth at gcc dot gnu.org
2014-04-07 15:08 ` yroux at gcc dot gnu.org
2014-04-09 12:29 ` [Bug target/60609] [4.8 " jakub at gcc dot gnu.org
2014-05-08 17:06 ` cbaylis at gcc dot gnu.org
2014-05-08 17:06 ` cbaylis at gcc dot gnu.org
2014-05-08 17:06 ` cbaylis at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).