[Bug debug/29628] unused argc/argv missing their DW_AT_location

2008-10-13 Thread dodji at gcc dot gnu dot org
--- Comment #2 from dodji at gcc dot gnu dot org 2008-10-13 14:23 --- Hello, I can't reproduce this neither on 4.3 nor trunk branch. In both branch, the variables have the DW_AT_location attribute. Please see below the attached dwarf output. --

[Bug debug/29628] unused argc/argv missing their DW_AT_location

2008-10-13 Thread jan dot kratochvil at redhat dot com
--- Comment #3 from jan dot kratochvil at redhat dot com 2008-10-13 14:34 --- Fedora gcc-4.3.2-6.x86_64 with -m32 is still buggy as described in the Comment 0. But HEAD works OK now (-m32) so closing, thanks for the test: GNU C (GCC) version 4.4.0 20081007 (experimental)

[Bug debug/29628] unused argc/argv missing their DW_AT_location

2006-10-30 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2006-10-30 16:11 --- This is caused by the stack realignment in i?86 main, the way it is currently implemented is that address of first argument is loaded into %ecx and then the stack is realigned. The pseudo register which shows in the

[Bug debug/29628] unused argc/argv missing their DW_AT_location

2006-10-28 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|minor |normal GCC build triplet|i686-pc-linux-gnu | GCC host