[Bug c++/25927] Spurious offsetof warnings with private members

2006-01-26 Thread rcbilson at plg dot uwaterloo dot ca
--- Comment #7 from rcbilson at plg dot uwaterloo dot ca 2006-01-26 16:59 --- (In reply to comment #6) class xxx is NOT a POD. Indeed not. Thank you for explaining, and sorry to waste your time. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25927

[Bug c++/25927] New: Spurious offsetof warnings with private members

2006-01-23 Thread rcbilson at plg dot uwaterloo dot ca
with private members Product: gcc Version: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rcbilson at plg dot uwaterloo dot ca GCC build

[Bug c++/25927] Spurious offsetof warnings with private members

2006-01-23 Thread rcbilson at plg dot uwaterloo dot ca
--- Comment #2 from rcbilson at plg dot uwaterloo dot ca 2006-01-23 18:28 --- (In reply to comment #1) Hmm, is this a non POD? Quoth the standard (9p4): A POD-struct is an aggregate class that has no nonstatic data members of type pointer to member, non-POD-struct, non-POD-union

[Bug debug/21889] New: Bad assembler output for Solaris TLS debug symbols

2005-06-02 Thread rcbilson at plg dot uwaterloo dot ca
Status: UNCONFIRMED Severity: normal Priority: P2 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rcbilson at plg dot uwaterloo dot ca CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: sparc64-sun

[Bug middle-end/20263] [4.0/4.1 Regression] Incorrect asm for global register vars

2005-03-16 Thread rcbilson at plg dot uwaterloo dot ca
--- Additional Comments From rcbilson at plg dot uwaterloo dot ca 2005-03-16 15:12 --- (In reply to comment #6) The problem occurs only with GCC 4.x, in particular not with GCC 3.4.3. This was strange to read, because I've definitely noticed it with 3.4.3. Interestingly, it seems

[Bug target/20263] Incorrect asm for global register vars on sparc64

2005-03-01 Thread rcbilson at plg dot uwaterloo dot ca
--- Additional Comments From rcbilson at plg dot uwaterloo dot ca 2005-03-01 16:50 --- I seem to have screwed something up in gccbug -- this is not a 2.95 issue. I've encoundered this problem with 3.4.3 and with the Feb. 28 mainline CVS version. -- What|Removed

[Bug target/20263] Incorrect asm for global register vars on sparc64

2005-03-01 Thread rcbilson at plg dot uwaterloo dot ca
--- Additional Comments From rcbilson at plg dot uwaterloo dot ca 2005-03-01 16:52 --- Attempting to change Reported against... -- What|Removed |Added Version