Bug 19536 - ICE: tree check: lookup_decl_die, at dwarf2out.c:5415 (boost_1_32_0 utility/current_function_test)
Summary: ICE: tree check: lookup_decl_die, at dwarf2out.c:5415 (boost_1_32_0 utility/c...
Status: RESOLVED DUPLICATE of bug 19367
Alias: None
Product: gcc
Classification: Unclassified
Component: tree-optimization (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-19 17:10 UTC by Michael Cieslinski
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: x86_64-unknown-linux-gnu
Target: x86_64-unknown-linux-gnu
Build: x86_64-unknown-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments
preprocessed source (4.39 KB, text/plain)
2005-01-19 17:11 UTC, Michael Cieslinski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Cieslinski 2005-01-19 17:10:47 UTC
I build gcc from the actual snapshot gcc-4.0-20050116.
When I compile boost_1_32_0 I get an ICE when I execute the self tests.
This ICE only occurs if I use the "-g" option.

Michael Cieslinski

g++ -g -c -o current_function_test.o  current_function_test.ii
../libs/utility/test/../current_function_test.cpp: In function 'void message
(const char*, long int, const char*, const char*)':
../libs/utility/test/../current_function_test.cpp:27: internal compiler error: 
tree check: expected class 'declaration', have 'exceptional' (@@dummy) in 
lookup_decl_die, at dwarf2out.c:5415
Please submit a full bug report, with preprocessed source if appropriate.

gcc -v
Using built-in specs.
Configured with: ../gcc40/configure --with-arch=opteron --enable-
languages=c,c++ --enable-checking
Thread model: posix
gcc version 4.0.0 20050116 (experimental)
Comment 1 Michael Cieslinski 2005-01-19 17:11:42 UTC
Created attachment 7994 [details]
preprocessed source
Comment 2 Andrew Pinski 2005-01-19 18:41:09 UTC
This is a dup of bug 19367 which is already reduced.

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