public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/11978] i386-dis.c:11513:17: error: array subscript is above array bounds
       [not found] <bug-11978-4717@http.sourceware.org/bugzilla/>
@ 2011-11-01 17:32 ` tromey at redhat dot com
  2011-11-02 19:46 ` david.ronis at mcgill dot ca
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2011-11-01 17:32 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=11978

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at redhat dot com

--- Comment #1 from Tom Tromey <tromey at redhat dot com> 2011-11-01 17:32:35 UTC ---
Can you try building gdb 7.3 instead?
This error seems familiar; I think it has been fixed.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug build/11978] i386-dis.c:11513:17: error: array subscript is above array bounds
       [not found] <bug-11978-4717@http.sourceware.org/bugzilla/>
  2011-11-01 17:32 ` [Bug build/11978] i386-dis.c:11513:17: error: array subscript is above array bounds tromey at redhat dot com
@ 2011-11-02 19:46 ` david.ronis at mcgill dot ca
  2011-11-02 20:35 ` david.ronis at mcgill dot ca
  2011-11-03 10:24 ` pedro at codesourcery dot com
  3 siblings, 0 replies; 4+ messages in thread
From: david.ronis at mcgill dot ca @ 2011-11-02 19:46 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=11978

--- Comment #2 from david.ronis at mcgill dot ca 2011-11-02 19:46:18 UTC ---
I just tried building 7.3.1.  The build still dies,  I think at the same spot:

libtool: compile:  /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd
-I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wshadow -Werror -march=native -msse2 -mfpmath=sse -O3 -ffast-math
-funroll-loops -fomit-frame-pointer -floop-interchange -floop-strip-mine
-floop-block -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c i386-dis.c -o
i386-dis.o
i386-dis.c: In function 'print_insn':
i386-dis.c:11621:17: error: array subscript is above array bounds
[-Werror=array-bounds]
cc1: all warnings being treated as errors

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug build/11978] i386-dis.c:11513:17: error: array subscript is above array bounds
       [not found] <bug-11978-4717@http.sourceware.org/bugzilla/>
  2011-11-01 17:32 ` [Bug build/11978] i386-dis.c:11513:17: error: array subscript is above array bounds tromey at redhat dot com
  2011-11-02 19:46 ` david.ronis at mcgill dot ca
@ 2011-11-02 20:35 ` david.ronis at mcgill dot ca
  2011-11-03 10:24 ` pedro at codesourcery dot com
  3 siblings, 0 replies; 4+ messages in thread
From: david.ronis at mcgill dot ca @ 2011-11-02 20:35 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=11978

--- Comment #3 from david.ronis at mcgill dot ca 2011-11-02 20:34:37 UTC ---
I reconfigured with --disable-werror.   The build now finishes. 

I ran 'make check'  which looks fine:

                 === gdb Summary ===

# of expected passes            24
# of known failures             1

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug build/11978] i386-dis.c:11513:17: error: array subscript is above array bounds
       [not found] <bug-11978-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-11-02 20:35 ` david.ronis at mcgill dot ca
@ 2011-11-03 10:24 ` pedro at codesourcery dot com
  3 siblings, 0 replies; 4+ messages in thread
From: pedro at codesourcery dot com @ 2011-11-03 10:24 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=11978

Pedro Alves <pedro at codesourcery dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |pedro at codesourcery dot
                   |                            |com
         Resolution|                            |DUPLICATE

--- Comment #4 from Pedro Alves <pedro at codesourcery dot com> 2011-11-03 10:23:57 UTC ---
Already fixed in mainline by:

2011-10-26  Nick Clifton  <nickc@redhat.com>

        PR binutils/13348
        * i386-dis.c (print_insn): Fix testing of array subscript.

*** This bug has been marked as a duplicate of bug 13348 ***

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

end of thread, other threads:[~2011-11-03 10:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11978-4717@http.sourceware.org/bugzilla/>
2011-11-01 17:32 ` [Bug build/11978] i386-dis.c:11513:17: error: array subscript is above array bounds tromey at redhat dot com
2011-11-02 19:46 ` david.ronis at mcgill dot ca
2011-11-02 20:35 ` david.ronis at mcgill dot ca
2011-11-03 10:24 ` pedro at codesourcery dot com

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).