home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / sharewar / prtrk / 2_0007.PR < prev    next >
Text File  |  1995-08-06  |  1KB  |  57 lines

  1. :Title=Anonymous unions don't compile
  2. :Priority=3 Major
  3. :Status=Resolved
  4. :Type=C++ Compiler
  5. :SubType=
  6. :Method=System Test
  7. :Property1=0
  8. :Property2=0
  9. :Property3=0
  10. :Property4=0
  11. :Originator=Tom Tester
  12. :Investigator=Dave Developer
  13. :Resolver=Dave Developer
  14. :Verifier=Tom Tester
  15. :OrigDate=04-Jun-95
  16. :EstInvHours=  1.0
  17. :ActInvHours=  0.0
  18. :EstResHours=  2.0
  19. :ActResHours=  2.0
  20. :EstVerHours=  1.0
  21. :ActVerHours=  0.0
  22. :ModDate=06-Aug-95
  23. Version: 4.135
  24.  
  25. Anonymous unions don't  compile.  For example, the compiler generates an error message when compiling the following code.
  26.  
  27. union
  28. {
  29. int i;
  30. float f;
  31. }
  32. ---------------------------------------------------------------------------
  33. 05-Jun-95 Assigned by Mien Manager
  34.  
  35. ---------------------------------------------------------------------------
  36. 06-Jun-95 Resolved by Dave Developer
  37.  
  38. Fixed in version: 4.140
  39.  
  40. The problem is fixed
  41. I think.
  42.  
  43. ---------------------------------------------------------------------------
  44. 06-Jun-95 Failed by Tom Tester
  45.  
  46. Test version: 4.141
  47.  
  48. The problem has been fixed for most cases. However if I do ... I can
  49. still make it happen.
  50.  
  51. ---------------------------------------------------------------------------
  52. 06-Jun-95 Resolved by Dave Developer
  53.  
  54. Fixed in version: 4.143  OK. Now its really fixed.
  55.  
  56.  
  57.