public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/56984] New: GCC-4.8.0 ICE in tree_vrp.c
@ 2013-04-17  2:45 ishiura-compiler at ml dot kwansei.ac.jp
  2013-04-17  6:23 ` [Bug tree-optimization/56984] [4.8/4.9 Regression] " jakub at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ishiura-compiler at ml dot kwansei.ac.jp @ 2013-04-17  2:45 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56984
           Summary: GCC-4.8.0 ICE in tree_vrp.c
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ishiura-compiler@ml.kwansei.ac.jp


GCC 4.8.0 with "-O1 -ftree-vrp" option ICEs on 
the following code where sizeof(int) == 4.
The failure occurs in Linux (x86_64 and i686)
and Mac OS X (x86_64).

  $ cat error.c

  int g = 0;
  int main(void)
    {
    if ( (g>>31) < -1 ) { g++; }
    return 0;
  }

  $ x86_64-unknown-linux-gnu-gcc-4.8.0 error.c -O1 -ftree-vrp
  error.c: In function 'main':
  error.c:3:5: internal compiler error: in remove_range_assertions, at
  tree-vrp.c:6276
   int main(void)
       ^
  0x936e7e remove_range_assertions
  ../../gcc/tree-vrp.c:6276
  0x936e7e execute_vrp
  ../../gcc/tree-vrp.c:9299
  Please submit a full bug report,
  with preprocessed source if appropriate.
  Please include the complete backtrace with any bug report.
  See <http://gcc.gnu.org/bugs.html> for instructions.


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

end of thread, other threads:[~2013-04-18  8:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-17  2:45 [Bug c/56984] New: GCC-4.8.0 ICE in tree_vrp.c ishiura-compiler at ml dot kwansei.ac.jp
2013-04-17  6:23 ` [Bug tree-optimization/56984] [4.8/4.9 Regression] " jakub at gcc dot gnu.org
2013-04-17  7:30 ` jakub at gcc dot gnu.org
2013-04-18  8:02 ` jakub 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).