public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/49913] New: ICE from -O2 -fgraphite-identity : extract_range_from_binary_expr, at tree-vrp.c:2318
@ 2011-07-30 16:36 b3timmons at speedymail dot org
  2011-07-30 16:51 ` [Bug c++/49913] " b3timmons at speedymail dot org
  2011-09-28 19:38 ` paolo.carlini at oracle dot com
  0 siblings, 2 replies; 3+ messages in thread
From: b3timmons at speedymail dot org @ 2011-07-30 16:36 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: ICE from -O2 -fgraphite-identity :
                    extract_range_from_binary_expr, at tree-vrp.c:2318
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: b3timmons@speedymail.org
              Host: i686-pc-linux-gnu
            Target: i686-pc-linux-gnu
             Build: i686-pc-linux-gnu


Created attachment 24871
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24871
preprocessed source compressed with bzip2

Using built-in specs.
COLLECT_GCC=/usr/local/bin/gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/i686-pc-linux-gnu/4.7.0/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: ../gcc/configure --enable-languages=c,c++
--enable-__cxa_atexit --enable-cloog-backend=ppl --with-cloog=/usr/local
Thread model: posix
gcc version 4.7.0 20110729 (experimental) (GCC)
COLLECT_GCC_OPTIONS='-v' '-B' '.' '-r' '-nostdlib' '-c' '-Wno-invalid-offsetof'
'-Wall' '-O2' '-fgraphite-identity' '-o'
'/home/b3po/.ccache/0/e/956098775a73252aeb52acf90004db-981039.o.tmp.goof.5408'
'-mtune=generic' '-march=pentiumpro'
 /usr/local/libexec/gcc/i686-pc-linux-gnu/4.7.0/cc1plus -fpreprocessed
jsclone.ii -quiet -dumpbase jsclone.ii -mtune=generic -march=pentiumpro
-auxbase-strip
/home/b3po/.ccache/0/e/956098775a73252aeb52acf90004db-981039.o.tmp.goof.5408
-O2 -Wno-invalid-offsetof -Wall -version -fgraphite-identity -o /tmp/ccqnkwUY.s
GNU C++ (GCC) version 4.7.0 20110729 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 4.7.0 20110729 (experimental), GMP version
5.0.1, MPFR version 3.0.1, MPC version 0.9
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU C++ (GCC) version 4.7.0 20110729 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 4.7.0 20110729 (experimental), GMP version
5.0.1, MPFR version 3.0.1, MPC version 0.9
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: ba0648b8eea6bd4be4f484a576bf2c59
jsclone.cpp: In function bool js::WriteStructuredClone(JSContext*, const
js::Value&, uint64**, size_t*, const JSStructuredCloneCallbacks*, void*):
jsclone.cpp:52:1: internal compiler error: in extract_range_from_binary_expr,
at tree-vrp.c:2318


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

* [Bug c++/49913] ICE from -O2 -fgraphite-identity : extract_range_from_binary_expr, at tree-vrp.c:2318
  2011-07-30 16:36 [Bug c++/49913] New: ICE from -O2 -fgraphite-identity : extract_range_from_binary_expr, at tree-vrp.c:2318 b3timmons at speedymail dot org
@ 2011-07-30 16:51 ` b3timmons at speedymail dot org
  2011-09-28 19:38 ` paolo.carlini at oracle dot com
  1 sibling, 0 replies; 3+ messages in thread
From: b3timmons at speedymail dot org @ 2011-07-30 16:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Bake Timmons <b3timmons at speedymail dot org> 2011-07-30 16:50:55 UTC ---
Sorry, forgot command line that led to the ICE:  gcc -v -B. -r -nostdlib -c
-Wno-invalid-offsetof -Wall -O2 -fgraphite-identity jsclone.ii


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

* [Bug c++/49913] ICE from -O2 -fgraphite-identity : extract_range_from_binary_expr, at tree-vrp.c:2318
  2011-07-30 16:36 [Bug c++/49913] New: ICE from -O2 -fgraphite-identity : extract_range_from_binary_expr, at tree-vrp.c:2318 b3timmons at speedymail dot org
  2011-07-30 16:51 ` [Bug c++/49913] " b3timmons at speedymail dot org
@ 2011-09-28 19:38 ` paolo.carlini at oracle dot com
  1 sibling, 0 replies; 3+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-09-28 19:38 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-09-28 19:29:27 UTC ---
Worksforme with today's (r179319) 4.7. Please try again, and, in case, feel
free to re-open.


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

end of thread, other threads:[~2011-09-28 19:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-30 16:36 [Bug c++/49913] New: ICE from -O2 -fgraphite-identity : extract_range_from_binary_expr, at tree-vrp.c:2318 b3timmons at speedymail dot org
2011-07-30 16:51 ` [Bug c++/49913] " b3timmons at speedymail dot org
2011-09-28 19:38 ` paolo.carlini at oracle 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).