public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/36194]  New: [4.1/4.2/4.3/4.4 Regression] Truncation optimization in combine can remove necessary truncations
@ 2008-05-09 19:05 nemet at gcc dot gnu dot org
  2008-05-09 19:07 ` [Bug middle-end/36194] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: nemet at gcc dot gnu dot org @ 2008-05-09 19:05 UTC (permalink / raw)
  To: gcc-bugs

On mips64-linux-gnu the following testcase aborts:

  void abort (void);

  __attribute__ ((noinline)) void
  f (int i)
  {
    if (i != 0x87654321)
      abort ();
    asm ("");
  }

  __attribute__ ((noinline)) void
  g (long long a)
  {
    f (a);
    asm ("");
  }

  main ()
  {
    g (0x1234567887654321ll);
    return 0;
  }


-- 
           Summary: [4.1/4.2/4.3/4.4 Regression] Truncation optimization in
                    combine can remove necessary truncations
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: nemet at gcc dot gnu dot org
        ReportedBy: nemet at gcc dot gnu dot org
GCC target triplet: mips64-linux-gnu


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


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

end of thread, other threads:[~2009-04-29 15:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-09 19:05 [Bug middle-end/36194] New: [4.1/4.2/4.3/4.4 Regression] Truncation optimization in combine can remove necessary truncations nemet at gcc dot gnu dot org
2008-05-09 19:07 ` [Bug middle-end/36194] " pinskia at gcc dot gnu dot org
2008-05-09 20:47 ` nemet at gcc dot gnu dot org
2008-05-13 16:39 ` [Bug middle-end/36194] [4.2/4.3/4.4 " nemet at gcc dot gnu dot org
2008-05-15 19:32 ` nemet at gcc dot gnu dot org
2008-05-16 19:41 ` [Bug middle-end/36194] [4.2/4.3 " rguenth at gcc dot gnu dot org
2008-05-19 20:35 ` jsm28 at gcc dot gnu dot org
2008-05-19 23:31 ` nemet at gcc dot gnu dot org
2008-05-20 18:44 ` [Bug middle-end/36194] [4.2 " nemet at gcc dot gnu dot org
2008-05-20 18:45 ` [Bug middle-end/36194] [Regression] " nemet at gcc dot gnu dot org
2009-04-29 15:12 ` 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).