public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/37289]  New: ICE after non-trivial conversion at assignment
@ 2008-08-30 16:07 kreckel at ginac dot de
  2008-08-30 22:26 ` [Bug middle-end/37289] [4.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: kreckel at ginac dot de @ 2008-08-30 16:07 UTC (permalink / raw)
  To: gcc-bugs

I am using GCC 4.4.0 20080829 (experimental).

$ cat u.c
void f(unsigned long x);

void g(long x)
{
    f((unsigned long)(-1-x)+1);
}
$ gcc -c u.c
u.c: In function 'g':
u.c:4: error: non-trivial conversion at assignment
D.2087
x
D.2087 = -x;

u.c:4: 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.


-- 
           Summary: ICE after non-trivial conversion at assignment
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kreckel at ginac dot de
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

end of thread, other threads:[~2008-09-04  9:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-30 16:07 [Bug c/37289] New: ICE after non-trivial conversion at assignment kreckel at ginac dot de
2008-08-30 22:26 ` [Bug middle-end/37289] [4.4 Regression] " pinskia at gcc dot gnu dot org
2008-08-31 11:24 ` rguenth at gcc dot gnu dot org
2008-08-31 13:42 ` rguenth at gcc dot gnu dot org
2008-08-31 14:22 ` rguenth at gcc dot gnu dot org
2008-09-04  9:52 ` rguenth 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).