public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/41984]  New: ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'
@ 2009-11-07 22:27 b3timmons at speedymail dot org
  2009-11-07 22:31 ` [Bug c++/41984] " b3timmons at speedymail dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: b3timmons at speedymail dot org @ 2009-11-07 22:27 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2561 bytes --]

g++ -v -B. -r -nostdlib graphite-identity-bug.ii -Wall -fno-exceptions -O
-fprofile-arcs -fgraphite-identity
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --with-mpfr=/usr/local --with-gmp=/usr/local
--with-ppl=/usr/local --with-cloog=/usr/local --with-mpc=/usr/local
--with-libelf=/usr/local --enable-languages=c,c++ --enable-__cxa_atexit
--enable-targets=all
Thread model: posix
gcc version 4.5.0 20091105 (experimental) (GCC) 
COLLECT_GCC_OPTIONS='-v' '-B.' '-r' '-nostdlib' '-Wall' '-fno-exceptions' '-O'
'-fprofile-arcs' '-fgraphite-identity' '-shared-libgcc' '-mtune=generic'
 /usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/cc1plus -fpreprocessed
graphite-identity-bug.ii -quiet -dumpbase graphite-identity-bug.ii
-mtune=generic -auxbase graphite-identity-bug -O -Wall -version -fno-exceptions
-fprofile-arcs -fgraphite-identity -o /tmp/cc3grO1h.s
GNU C++ (GCC) version 4.5.0 20091105 (experimental) (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.5.0 20091105 (experimental), GMP version
4.3.1, MPFR version 2.4.1, MPC version 0.8-dev
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU C++ (GCC) version 4.5.0 20091105 (experimental) (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.5.0 20091105 (experimental), GMP version
4.3.1, MPFR version 2.4.1, MPC version 0.8-dev
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 1d34b9ee19b8ff589137a7656e0ae969
nsTextFrameThebes.cpp: In member function
‘nsTextFrame::GetTextDecorations(nsPresContext*)’:
nsTextFrameThebes.cpp:3873:11: warning: ‘overrideColor’ may be used
uninitialized in this function
nsTextFrameThebes.cpp: In member function
‘BuildTextRunsScanner::BuildTextRunForFrames(void*)’:
nsTextFrameThebes.cpp:1514:1: internal compiler error: in build2_stat, at
tree.c:3663


-- 
           Summary: ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-
                    identity'
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: b3timmons at speedymail dot org
 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=41984


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

* [Bug c++/41984] ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'
  2009-11-07 22:27 [Bug c++/41984] New: ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity' b3timmons at speedymail dot org
@ 2009-11-07 22:31 ` b3timmons at speedymail dot org
  2009-11-07 22:52 ` b3timmons at speedymail dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: b3timmons at speedymail dot org @ 2009-11-07 22:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from b3timmons at speedymail dot org  2009-11-07 22:31 -------
Created an attachment (id=18991)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18991&action=view)
bzip2ed preprocessed source triggering failure


-- 


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


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

* [Bug c++/41984] ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'
  2009-11-07 22:27 [Bug c++/41984] New: ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity' b3timmons at speedymail dot org
  2009-11-07 22:31 ` [Bug c++/41984] " b3timmons at speedymail dot org
@ 2009-11-07 22:52 ` b3timmons at speedymail dot org
  2009-11-07 22:53 ` b3timmons at speedymail dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: b3timmons at speedymail dot org @ 2009-11-07 22:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from b3timmons at speedymail dot org  2009-11-07 22:52 -------
*** Bug 41980 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug c++/41984] ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'
  2009-11-07 22:27 [Bug c++/41984] New: ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity' b3timmons at speedymail dot org
  2009-11-07 22:31 ` [Bug c++/41984] " b3timmons at speedymail dot org
  2009-11-07 22:52 ` b3timmons at speedymail dot org
@ 2009-11-07 22:53 ` b3timmons at speedymail dot org
  2009-11-07 22:54 ` b3timmons at speedymail dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: b3timmons at speedymail dot org @ 2009-11-07 22:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from b3timmons at speedymail dot org  2009-11-07 22:53 -------
*** Bug 41981 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug c++/41984] ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'
  2009-11-07 22:27 [Bug c++/41984] New: ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity' b3timmons at speedymail dot org
                   ` (2 preceding siblings ...)
  2009-11-07 22:53 ` b3timmons at speedymail dot org
@ 2009-11-07 22:54 ` b3timmons at speedymail dot org
  2009-11-07 22:55 ` b3timmons at speedymail dot org
  2009-11-09  1:09 ` [Bug tree-optimization/41984] " spop at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: b3timmons at speedymail dot org @ 2009-11-07 22:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from b3timmons at speedymail dot org  2009-11-07 22:54 -------
*** Bug 41982 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug c++/41984] ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'
  2009-11-07 22:27 [Bug c++/41984] New: ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity' b3timmons at speedymail dot org
                   ` (3 preceding siblings ...)
  2009-11-07 22:54 ` b3timmons at speedymail dot org
@ 2009-11-07 22:55 ` b3timmons at speedymail dot org
  2009-11-09  1:09 ` [Bug tree-optimization/41984] " spop at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: b3timmons at speedymail dot org @ 2009-11-07 22:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from b3timmons at speedymail dot org  2009-11-07 22:54 -------
*** Bug 41983 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug tree-optimization/41984] ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'
  2009-11-07 22:27 [Bug c++/41984] New: ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity' b3timmons at speedymail dot org
                   ` (4 preceding siblings ...)
  2009-11-07 22:55 ` b3timmons at speedymail dot org
@ 2009-11-09  1:09 ` spop at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: spop at gcc dot gnu dot org @ 2009-11-09  1:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from spop at gcc dot gnu dot org  2009-11-09 01:09 -------
This works in the graphite branch that will be merged soon into trunk.

Sebastian


-- 

spop at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-11-09  1:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-07 22:27 [Bug c++/41984] New: ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity' b3timmons at speedymail dot org
2009-11-07 22:31 ` [Bug c++/41984] " b3timmons at speedymail dot org
2009-11-07 22:52 ` b3timmons at speedymail dot org
2009-11-07 22:53 ` b3timmons at speedymail dot org
2009-11-07 22:54 ` b3timmons at speedymail dot org
2009-11-07 22:55 ` b3timmons at speedymail dot org
2009-11-09  1:09 ` [Bug tree-optimization/41984] " spop 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).