public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/49731] New: internal compiler error: verify_gimple failed
@ 2011-07-13 12:36 hjl.tools at gmail dot com
  2011-07-13 13:03 ` [Bug middle-end/49731] " hjl.tools at gmail dot com
  0 siblings, 1 reply; 2+ messages in thread
From: hjl.tools at gmail dot com @ 2011-07-13 12:36 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: internal compiler error: verify_gimple failed
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


[hjl@gnu-6 tests]$ cat foo.c
void g_hash_table_insert (void *, void*);
void int64_hash_test ()
{
     int i;
     long long values[4];
     for (i=0; i<4; i++)
       {
          values[i] = i + 42;
          g_hash_table_insert (&values[i], ((void *) (i + 42)));
       }
}
[hjl@gnu-6 tests]$ /usr/gcc-4.7.0-x32/bin/x86_64-unknown-linux-gnu-gcc   -O2 
-mx32  -S foo.c
foo.c: In function \u2018int64_hash_test\u2019:
foo.c:2:6: error: invalid types in nop conversion
void *
long long unsigned int
D.2730_20 = (void *) ivtmp.14_13;

foo.c:2:6: internal compiler error: verify_gimple failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
[hjl@gnu-6 tests]$


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

* [Bug middle-end/49731] internal compiler error: verify_gimple failed
  2011-07-13 12:36 [Bug middle-end/49731] New: internal compiler error: verify_gimple failed hjl.tools at gmail dot com
@ 2011-07-13 13:03 ` hjl.tools at gmail dot com
  0 siblings, 0 replies; 2+ messages in thread
From: hjl.tools at gmail dot com @ 2011-07-13 13:03 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-07-13 13:03:18 UTC ---
Fixed by revision 176227:

http://gcc.gnu.org/ml/gcc-cvs/2011-07/msg00493.html


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

end of thread, other threads:[~2011-07-13 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-13 12:36 [Bug middle-end/49731] New: internal compiler error: verify_gimple failed hjl.tools at gmail dot com
2011-07-13 13:03 ` [Bug middle-end/49731] " hjl.tools at gmail 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).