[Bug c++/18016] Warn about member variables initialized with itself

2007-04-27 Thread irving at cs dot stanford dot edu
--- Comment #5 from irving at cs dot stanford dot edu 2007-04-27 16:45 --- Is there any chance of activity on this bug? It would be wonderful to have a warning for this case, since these bugs can be extremely annoying to find. If the infrastructure supports it, the ideal way

[Bug c++/30988] New: Incorrect no return statement warning with __attribute__ ((noreturn)) and __FUNCTION__

2007-02-27 Thread irving at cs dot stanford dot edu
with __attribute__ ((noreturn)) and __FUNCTION__ Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: irving at cs dot stanford dot

[Bug c++/30993] New: Incorrect no return statement warning with __attribute__ ((noreturn)) and __FUNCTION__

2007-02-27 Thread irving at cs dot stanford dot edu
with __attribute__ ((noreturn)) and __FUNCTION__ Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: irving at cs dot stanford dot

[Bug c++/30080] incorrect code generation, possibly related to casting/aliasing

2006-12-09 Thread irving at cs dot stanford dot edu
--- Comment #6 from irving at cs dot stanford dot edu 2006-12-10 02:41 --- (In reply to comment #5) FC's 4.1.1 is really 4.1.2+plus some 4.2 patches. Yep. I verified again that the bug does occur on x86_x6 with a freshly downloaded version of 4.1.1. It does not occur on i686

[Bug c++/30080] incorrect code generation, possibly related to casting/aliasing

2006-12-06 Thread irving at cs dot stanford dot edu
--- Comment #4 from irving at cs dot stanford dot edu 2006-12-06 16:36 --- The default version of gcc 4.1.1 from fedora works. The version that breaks is a separate build of the compiler with different configuration options. g++ -v from the fedora version follows. Do you know any way

[Bug c++/30080] New: incorrect code generation, possibly related to casting/aliasing

2006-12-05 Thread irving at cs dot stanford dot edu
: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: irving at cs dot stanford dot edu GCC build triplet: x86_64-unknown-linux-gnu GCC host

[Bug c++/30080] incorrect code generation, possibly related to casting/aliasing

2006-12-05 Thread irving at cs dot stanford dot edu
--- Comment #2 from irving at cs dot stanford dot edu 2006-12-05 23:54 --- (In reply to comment #1) This works with 4.3.0 20061116. This might be a dup of bug 27768. 27768 works fine for me (same options, or -O2). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30080

[Bug c++/27038] New: parse error for argument default whose type has two template arguments

2006-04-04 Thread irving at cs dot stanford dot edu
Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: irving at cs dot stanford dot edu GCC host triplet: x86_64-unknown-linux