[Bug c++/36310] [avr] Lots of (possibly) unnecesary static initialization code generated.

2010-08-22 Thread eric dot weddington at atmel dot com
--- Comment #6 from eric dot weddington at atmel dot com 2010-08-22 19:14 --- (In reply to comment #5) > Hmm, I am confused. With my patch for pure constructor removal I get > .text > .p2align 4,,15 > .globl main > .type main, @function > main: > .LFB

[Bug c++/36310] [avr] Lots of (possibly) unnecesary static initialization code generated.

2010-08-21 Thread hubicka at gcc dot gnu dot org
--- Comment #5 from hubicka at gcc dot gnu dot org 2010-08-21 08:41 --- Hmm, I am confused. With my patch for pure constructor removal I get .text .p2align 4,,15 .globl main .type main, @function main: .LFB9: .cfi_startproc movss .L

[Bug c++/36310] [avr] Lots of (possibly) unnecesary static initialization code generated.

2008-05-28 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-05-28 08:38 --- *** This bug has been marked as a duplicate of 17736 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --