public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/30429]  New: internal compiler error: in emit_move_insn, at expr.c:2809
@ 2007-01-10 22:17 hald at kc dot rr dot com
  2007-01-11 15:16 ` [Bug target/30429] " rguenth at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hald at kc dot rr dot com @ 2007-01-10 22:17 UTC (permalink / raw)
  To: gcc-bugs

hald@td176> gcc -g -W -Wall xxq.c
xxq.c: In function `memcheck_posix_memalign':
xxq.c:23: internal compiler error: in emit_move_insn, at expr.c:2809
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
hald@td176>
hald@td176> gcc -v
Reading specs from /usr/local/lib/gcc/ia64-hp-hpux11.23/3.4.3/specs
Configured with: ./configure  : (reconfigured) ./configure  : (reconfigured)
./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  :
(reconfigured) ./configure
Thread model: single
gcc version 3.4.3
hald@td176>
hald@td176> cat xxq.c
typedef long unsigned int size_t;
struct backtrace
{
   int size;
   void *array[128];
};
static int memcheck_posix_memalign_internal(const char *file,
                                            int line,
                                            const void *addr,
                                            const struct backtrace *trace,
                                            void **memptr,
                                            size_t alignment,
                                            size_t size);
static const struct backtrace *memcheck_get_backtrace(int skip_frames);
int memcheck_posix_memalign(const char *file,
                            int line,
                            const void *addr,
                            void **memptr,
                            size_t alignment,
                            size_t size)
{
   (void)addr;
   return(memcheck_posix_memalign_internal(file,
                                           line,
                                           ((void)(file), (void)(size),
__builtin_return_address(0)),
                                           memcheck_get_backtrace(2),
                                           memptr,
                                           alignment,
                                           size));
}
hald@td176>


-- 
           Summary: internal compiler error: in emit_move_insn, at
                    expr.c:2809
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hald at kc dot rr dot com
 GCC build triplet: ia64-hp-hpux11.23
  GCC host triplet: ia64-hp-hpux11.23
GCC target triplet: ia64-hp-hpux11.23


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


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

* [Bug target/30429] internal compiler error: in emit_move_insn, at expr.c:2809
  2007-01-10 22:17 [Bug c/30429] New: internal compiler error: in emit_move_insn, at expr.c:2809 hald at kc dot rr dot com
@ 2007-01-11 15:16 ` rguenth at gcc dot gnu dot org
  2007-01-11 17:03 ` hald at kc dot rr dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-01-11 15:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2007-01-11 15:16 -------
The 3.4 branch is no longer maintained, please try the latest release which is
4.1.1.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug target/30429] internal compiler error: in emit_move_insn, at expr.c:2809
  2007-01-10 22:17 [Bug c/30429] New: internal compiler error: in emit_move_insn, at expr.c:2809 hald at kc dot rr dot com
  2007-01-11 15:16 ` [Bug target/30429] " rguenth at gcc dot gnu dot org
@ 2007-01-11 17:03 ` hald at kc dot rr dot com
  2007-01-25 18:58 ` sje at cup dot hp dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hald at kc dot rr dot com @ 2007-01-11 17:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hald at kc dot rr dot com  2007-01-11 17:03 -------
This is one of the HP Testdrive machines (td176.testdrive.hp.com), so I am
unable to modify what version of gcc is installed on it.


-- 


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


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

* [Bug target/30429] internal compiler error: in emit_move_insn, at expr.c:2809
  2007-01-10 22:17 [Bug c/30429] New: internal compiler error: in emit_move_insn, at expr.c:2809 hald at kc dot rr dot com
  2007-01-11 15:16 ` [Bug target/30429] " rguenth at gcc dot gnu dot org
  2007-01-11 17:03 ` hald at kc dot rr dot com
@ 2007-01-25 18:58 ` sje at cup dot hp dot com
  2007-01-25 23:36 ` hald at kc dot rr dot com
  2007-01-28 19:20 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: sje at cup dot hp dot com @ 2007-01-25 18:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from sje at cup dot hp dot com  2007-01-25 18:58 -------
I reproduced this bug with 3.4.5, but all the 4.* compilers I tried worked fine
(4.0.2, 4.0.3, 4.1.0, 4.1.1) so I think we should close it.  Hal, I don't know
if the person who got you the testdrive account can help you get a newer GCC
but if they can't let me know and I will see if I can help.


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at cup dot hp dot com


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


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

* [Bug target/30429] internal compiler error: in emit_move_insn, at expr.c:2809
  2007-01-10 22:17 [Bug c/30429] New: internal compiler error: in emit_move_insn, at expr.c:2809 hald at kc dot rr dot com
                   ` (2 preceding siblings ...)
  2007-01-25 18:58 ` sje at cup dot hp dot com
@ 2007-01-25 23:36 ` hald at kc dot rr dot com
  2007-01-28 19:20 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hald at kc dot rr dot com @ 2007-01-25 23:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hald at kc dot rr dot com  2007-01-25 23:36 -------
(In reply to comment #3)
> I reproduced this bug with 3.4.5, but all the 4.* compilers I tried worked fine
> (4.0.2, 4.0.3, 4.1.0, 4.1.1) so I think we should close it.  Hal, I don't know
> if the person who got you the testdrive account can help you get a newer GCC
> but if they can't let me know and I will see if I can help.
> 

I'm fine with closing this bug if it does not exist in the 4.x series.

As to testdrive, I went through the automated process back when it was part of
Compaq before the merger with HP, so I don't have any contact to ask for a gcc
upgrade.


-- 


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


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

* [Bug target/30429] internal compiler error: in emit_move_insn, at expr.c:2809
  2007-01-10 22:17 [Bug c/30429] New: internal compiler error: in emit_move_insn, at expr.c:2809 hald at kc dot rr dot com
                   ` (3 preceding siblings ...)
  2007-01-25 23:36 ` hald at kc dot rr dot com
@ 2007-01-28 19:20 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-28 19:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2007-01-28 19:20 -------
Fixed so closing.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2007-01-28 19:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-10 22:17 [Bug c/30429] New: internal compiler error: in emit_move_insn, at expr.c:2809 hald at kc dot rr dot com
2007-01-11 15:16 ` [Bug target/30429] " rguenth at gcc dot gnu dot org
2007-01-11 17:03 ` hald at kc dot rr dot com
2007-01-25 18:58 ` sje at cup dot hp dot com
2007-01-25 23:36 ` hald at kc dot rr dot com
2007-01-28 19:20 ` pinskia at gcc dot gnu dot 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).