[Bug c/27509] wrong warning about an unused variable

2006-05-09 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-05-09 15:16 --- Invalid as requested by the reported. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/27509] wrong warning about an unused variable

2006-05-09 Thread toralf dot foerster at gmx dot de
--- Comment #3 from toralf dot foerster at gmx dot de 2006-05-09 14:52 --- you're right, bug can be closed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27509

[Bug c/27509] wrong warning about an unused variable

2006-05-08 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-05-08 20:45 --- That might not mean swap is used. swap_free could be a macro which just is does nothing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27509

[Bug c/27509] wrong warning about an unused variable

2006-05-08 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-08 20:36 --- Can you attach the preprocessed source? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -