[Bug middle-end/29078] wrong alignment with pragma pack(4)

2006-09-14 Thread dsiata at poczta dot onet dot pl
--- Comment #5 from dsiata at poczta dot onet dot pl 2006-09-14 10:46 --- (In reply to comment #3) And what with such example: #include #pragma pack(4) struct ABC { double a; int b; bool c; }; void Init(double& a) { a = 17.0; } int main() { ABC A; A

[Bug middle-end/29078] wrong alignment with pragma pack(4)

2006-09-14 Thread dsiata at poczta dot onet dot pl
--- Comment #4 from dsiata at poczta dot onet dot pl 2006-09-14 08:57 --- (In reply to comment #3) OK. Now I see it's new feature in 4.0 or 4.1 series. I have GPF in similar code but for now I cannot reproduce it on simple case... Thank you. Now I know to not use p

[Bug middle-end/29078] wrong alignment with pragma pack(4)

2006-09-14 Thread dsiata at poczta dot onet dot pl
--- Comment #2 from dsiata at poczta dot onet dot pl 2006-09-14 08:14 --- Subject: Re: wrong alignment with pragma pack(4) U¿ytkownik pinskia at gcc dot gnu dot org <[EMAIL PROTECTED]> napisa³: >--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09

[Bug c++/29078] New: wrong alignment with pragma pack(4)

2006-09-14 Thread dsiata at poczta dot onet dot pl
: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dsiata at poczta dot onet dot pl GCC build triplet: sparc-sun-solaris2.8 GCC host triplet: sparc-sun-solaris2.8 GCC target triplet: sparc-sun-solaris2.8 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29078