Bug 17498 - 8361 causes "address taken, but ADDRESSABLE bit not set"
Summary: 8361 causes "address taken, but ADDRESSABLE bit not set"
Status: RESOLVED DUPLICATE of bug 17497
Alias: None
Product: gcc
Classification: Unclassified
Component: tree-optimization (show other bugs)
Version: 4.0.0
: P2 critical
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-15 09:49 UTC by Gerald Pfeifer
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: i686-pc-linux-gnu
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerald Pfeifer 2004-09-15 09:49:15 UTC
Compile generate-3.4.ii from Bugzila 8361 with -O3 on current mainline,
and you'll get:

  %gccvs -O3 generate-3.4.ii 
  generate.C: In member function `bool MODEL_GENERATOR::propagateGUS(const
COMPONENT_INDEX&, GINTERPRET&)':
  generate.C:1362: error: address taken, but ADDRESSABLE bit not set iD.328848
  generate.C:1362: error: address taken, but ADDRESSABLE bit not set iD.328848
  generate.C:1362: error: address taken, but ADDRESSABLE bit not set iD.329397
  generate.C:1362: error: address taken, but ADDRESSABLE bit not set iD.329397
  generate.C:1362: internal compiler error: verify_stmts failed.
Comment 1 Gerald Pfeifer 2004-09-15 09:50:21 UTC

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