[Bug c++/22575] immutable object placed in .bss section.

2005-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-11-18 00:55 --- This is a dup of bug 4131. *** This bug has been marked as a duplicate of 4131 *** *** This bug has been marked as a duplicate of 4131 *** -- pinskia at gcc dot gnu dot org changed: What

[Bug c++/22575] immutable object placed in .bss section.

2005-07-21 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-07-21 23:00 --- No, icc puts it into bss and runs code to initialize it with 7: .bss .align 4 .globl _ZN3obj5sevenE _ZN3obj5sevenE: .type _ZN3obj5sevenE,@object .size

[Bug c++/22575] immutable object placed in .bss section.

2005-07-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-20 18:44 --- *** This bug has been marked as a duplicate of 4131 *** -- What|Removed |Added

[Bug c++/22575] immutable object placed in .bss section.

2005-07-20 Thread schlie at comcast dot net
--- Additional Comments From schlie at comcast dot net 2005-07-20 18:57 --- (In reply to comment #1) *** This bug has been marked as a duplicate of 4131 *** Please correct me if I misunderstand, but it doen't seem reasonable to close this bug as won't fix, based on it being

[Bug c++/22575] immutable object placed in .bss section.

2005-07-20 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-07-20 19:47 --- *** Bug 4131 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/22575] immutable object placed in .bss section.

2005-07-20 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-07-20 19:48 --- This is a valid bug, however hard it may be to solve (see PR 4131). -- What|Removed |Added

[Bug c++/22575] immutable object placed in .bss section.

2005-07-20 Thread bangerth at dealii dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00

[Bug c++/22575] immutable object placed in .bss section.

2005-07-20 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|normal |enhancement Keywords||missed-optimization

[Bug c++/22575] immutable object placed in .bss section.

2005-07-20 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-07-21 02:08 --- Does ICC put this in .rodata? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22575