public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/48905] New: [4.7 Regression] STORAGE_ERROR : stack overflow (or erroneous memory access) compiling osint-c.adb
@ 2011-05-06  1:16 danglin at gcc dot gnu.org
  2011-05-06  1:18 ` [Bug ada/48905] " danglin at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-05-06  1:16 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 Regression] STORAGE_ERROR : stack overflow (or
                    erroneous memory access) compiling osint-c.adb
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa-unknown-linux-gnu
            Target: hppa-unknown-linux-gnu
             Build: hppa-unknown-linux-gnu


/home/dave/gnu/gcc/objdir/./prev-gcc/xgcc
-B/home/dave/gnu/gcc/objdir/./prev-gcc/
-B/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux/bin/
-B/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux/bin/
-B/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux/lib/ -isystem
/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux/include -isystem
/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux/sys-include    -c -g -O2
-mdisable-indexing -gnatpg -gnata -nostdinc -I- -I. -Iada -I../../gcc/gcc/ada
-I../../gcc/gcc/ada/gcc-interface ../../gcc/gcc/ada/osint-c.adb -o
ada/osint-c.o

raised STORAGE_ERROR : stack overflow (or erroneous memory access)
make[3]: *** [ada/namet.o] Error 1

dave@hiauly6:~/gnu/gcc/objdir/prev-gcc$ ./xgcc -B./ -v
Reading specs from ./specs
COLLECT_GCC=./xgcc
COLLECT_LTO_WRAPPER=./lto-wrapper
Target: hppa-linux
Configured with: ../gcc/configure --with-gnu-as --with-gnu-ld --enable-shared
--prefix=/home/dave/opt/gnu/gcc/gcc-4.7.0
--with-local-prefix=/home/dave/opt/gnu --enable-threads=posix
--enable-__cxa_atexit --build=hppa-linux --enable-clocale=gnu
--enable-java-gc=boehm --enable-java-awt=xlib --without-cloog --without-ppl
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
Thread model: posix
gcc version 4.7.0 20110505 (experimental) [trunk revision 173458] (GCC) 

Revision 173307 was ok.


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

* [Bug ada/48905] [4.7 Regression] STORAGE_ERROR : stack overflow (or erroneous memory access) compiling osint-c.adb
  2011-05-06  1:16 [Bug ada/48905] New: [4.7 Regression] STORAGE_ERROR : stack overflow (or erroneous memory access) compiling osint-c.adb danglin at gcc dot gnu.org
@ 2011-05-06  1:18 ` danglin at gcc dot gnu.org
  2011-05-07  1:23 ` [Bug middle-end/48905] [4.7 Regression] STORAGE_ERROR : stack overflow (or erroneous memory access) compiling namet.adb danglin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-05-06  1:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2011-05-06 01:16:37 UTC ---
So was revision 173376.


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

* [Bug middle-end/48905] [4.7 Regression] STORAGE_ERROR : stack overflow (or erroneous memory access) compiling namet.adb
  2011-05-06  1:16 [Bug ada/48905] New: [4.7 Regression] STORAGE_ERROR : stack overflow (or erroneous memory access) compiling osint-c.adb danglin at gcc dot gnu.org
  2011-05-06  1:18 ` [Bug ada/48905] " danglin at gcc dot gnu.org
@ 2011-05-07  1:23 ` danglin at gcc dot gnu.org
  2011-05-07 14:51 ` dave at hiauly1 dot hia.nrc.ca
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-05-07  1:23 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu.org
          Component|ada                         |middle-end

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> 2011-05-07 01:13:22 UTC ---
Introduced in revision 173428.  Testing "cris-elf" fix.


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

* [Bug middle-end/48905] [4.7 Regression] STORAGE_ERROR : stack overflow (or erroneous memory access) compiling namet.adb
  2011-05-06  1:16 [Bug ada/48905] New: [4.7 Regression] STORAGE_ERROR : stack overflow (or erroneous memory access) compiling osint-c.adb danglin at gcc dot gnu.org
  2011-05-06  1:18 ` [Bug ada/48905] " danglin at gcc dot gnu.org
  2011-05-07  1:23 ` [Bug middle-end/48905] [4.7 Regression] STORAGE_ERROR : stack overflow (or erroneous memory access) compiling namet.adb danglin at gcc dot gnu.org
@ 2011-05-07 14:51 ` dave at hiauly1 dot hia.nrc.ca
  2011-05-08 15:54 ` rguenth at gcc dot gnu.org
  2011-05-08 15:58 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: dave at hiauly1 dot hia.nrc.ca @ 2011-05-07 14:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from dave at hiauly1 dot hia.nrc.ca 2011-05-07 14:46:56 UTC ---
On Sat, 07 May 2011, danglin at gcc dot gnu.org wrote:

> Introduced in revision 173428.  Testing "cris-elf" fix.

The attached patch fixes this PR.  It was derived from the
change posted here and Eric's subsequent comment:
http://gcc.gnu.org/ml/gcc-patches/2011-05/msg00491.html

Dave


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

* [Bug middle-end/48905] [4.7 Regression] STORAGE_ERROR : stack overflow (or erroneous memory access) compiling namet.adb
  2011-05-06  1:16 [Bug ada/48905] New: [4.7 Regression] STORAGE_ERROR : stack overflow (or erroneous memory access) compiling osint-c.adb danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-05-07 14:51 ` dave at hiauly1 dot hia.nrc.ca
@ 2011-05-08 15:54 ` rguenth at gcc dot gnu.org
  2011-05-08 15:58 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-05-08 15:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-05-08 15:46:09 UTC ---
Author: rguenth
Date: Sun May  8 15:46:06 2011
New Revision: 173550

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173550
Log:
2011-05-08  Richard Guenther  <rguenther@suse.de>

    PR middle-end/48908
    PR middle-end/48905
    * expmed.c (expand_shift_1): Compute adjusted constant shift
    amount manually.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expmed.c


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

* [Bug middle-end/48905] [4.7 Regression] STORAGE_ERROR : stack overflow (or erroneous memory access) compiling namet.adb
  2011-05-06  1:16 [Bug ada/48905] New: [4.7 Regression] STORAGE_ERROR : stack overflow (or erroneous memory access) compiling osint-c.adb danglin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-05-08 15:54 ` rguenth at gcc dot gnu.org
@ 2011-05-08 15:58 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-05-08 15:58 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.7.0

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-05-08 15:47:31 UTC ---
Fixed.


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

end of thread, other threads:[~2011-05-08 15:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-06  1:16 [Bug ada/48905] New: [4.7 Regression] STORAGE_ERROR : stack overflow (or erroneous memory access) compiling osint-c.adb danglin at gcc dot gnu.org
2011-05-06  1:18 ` [Bug ada/48905] " danglin at gcc dot gnu.org
2011-05-07  1:23 ` [Bug middle-end/48905] [4.7 Regression] STORAGE_ERROR : stack overflow (or erroneous memory access) compiling namet.adb danglin at gcc dot gnu.org
2011-05-07 14:51 ` dave at hiauly1 dot hia.nrc.ca
2011-05-08 15:54 ` rguenth at gcc dot gnu.org
2011-05-08 15:58 ` rguenth 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).