Bug 41889 - [4.5 Regression] ICE from '-O2 -fno-omit-frame-pointer -ftracer -fsched2-use-superblocks'
Summary: [4.5 Regression] ICE from '-O2 -fno-omit-frame-pointer -ftracer -fsched2-use-...
Status: RESOLVED DUPLICATE of bug 41883
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.5.0
: P2 normal
Target Milestone: 4.5.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks: 42396
  Show dependency treegraph
 
Reported: 2009-10-31 05:45 UTC by Bake Timmons
Modified: 2010-01-06 18:23 UTC (History)
5 users (show)

See Also:
Host: x86_64-unknown-linux-gnu
Target: x86_64-unknown-linux-gnu
Build: x86_64-unknown-linux-gnu
Known to work: 4.3.3 4.4.2
Known to fail:
Last reconfirmed: 2009-12-27 21:32:31


Attachments
UPLOAD FAILED: gzipped preprocessed source triggering failure (97.80 KB, application/gzip)
2009-10-31 05:49 UTC, Bake Timmons
Details
UPLOAD FAILED: gzipped preprocessed source triggering failure (97.80 KB, application/gzip)
2009-10-31 05:51 UTC, Bake Timmons
Details
bzip2ed preprocessed source triggering failure (84.77 KB, application/octet-stream)
2009-10-31 05:57 UTC, Bake Timmons
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bake Timmons 2009-10-31 05:45:48 UTC
gcc -B. -r -nostdlib dispatch.i -v -Wall -Wextra -O2 -fno-omit-frame-pointer -ftracer -fsched2-use-superblocks
Using built-in specs.
COLLECT_GCC=gcc
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: /home/b3po/build/gcc/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 20091028 (experimental) (GCC) 
COLLECT_GCC_OPTIONS='-B.' '-r' '-nostdlib' '-v' '-Wall' '-Wextra' '-O2' '-fno-omit-frame-pointer' '-ftracer' '-fsched2-use-superblocks' '-mtune=generic'
 /usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/cc1 -fpreprocessed dispatch.i -quiet -dumpbase dispatch.i -mtune=generic -auxbase dispatch -O2 -Wall -Wextra -version -fno-omit-frame-pointer -ftracer -fsched2-use-superblocks -o /tmp/ccOZuA2d.s
GNU C (GCC) version 4.5.0 20091028 (experimental) (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.5.0 20091028 (experimental), GMP version 4.3.1, MPFR version 2.4.1, MPC version 0.7
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU C (GCC) version 4.5.0 20091028 (experimental) (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.5.0 20091028 (experimental), GMP version 4.3.1, MPFR version 2.4.1, MPC version 0.7
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: c30658ecf2032071e4fe041bf17f02de
dispatch.c: In function ‘ProcBadRequest’:
dispatch.c:548:26: warning: unused parameter ‘client’
dispatch.c: In function ‘dixDestroyPixmap’:
dispatch.c:1499:37: warning: unused parameter ‘pid’
dispatch.c: In function ‘ProcCreateGC’:
dispatch.c:1607:13: warning: comparison between signed and unsigned integer expressions
dispatch.c: In function ‘ProcChangeGC’:
dispatch.c:1632:13: warning: comparison between signed and unsigned integer expressions
dispatch.c: In function ‘ProcSetFontPath’:
dispatch.c:3446:29: warning: comparison between signed and unsigned integer expressions
dispatch.c: In function ‘InitSelections’:
dispatch.c:259:1: internal compiler error: in dwarf2out_frame_debug_adjust_cfa, at dwarf2out.c:1859
Comment 1 Bake Timmons 2009-10-31 05:49:31 UTC
Created attachment 18939 [details]
UPLOAD FAILED: gzipped preprocessed source triggering failure
Comment 2 Bake Timmons 2009-10-31 05:51:05 UTC
Created attachment 18940 [details]
UPLOAD FAILED: gzipped preprocessed source triggering failure
Comment 3 Bake Timmons 2009-10-31 05:57:53 UTC
Created attachment 18941 [details]
bzip2ed preprocessed source triggering failure
Comment 4 Andrew Pinski 2009-11-06 08:29:49 UTC
I want to say this was introduced by PR 40838.
Comment 5 H.J. Lu 2009-12-27 21:32:31 UTC
This is caused by revision 147995:

http://gcc.gnu.org/ml/gcc-cvs/2009-05/msg00974.html
Comment 6 Richard Henderson 2010-01-06 18:22:36 UTC

*** This bug has been marked as a duplicate of 41833 ***
Comment 7 Richard Henderson 2010-01-06 18:23:30 UTC
Oops, wrong duplicate.
Comment 8 Richard Henderson 2010-01-06 18:23:47 UTC

*** This bug has been marked as a duplicate of 41883 ***