[Bug c++/44851] questionable "'' may be used uninitialized" warning and code failure

2010-07-06 Thread bgreen at nas dot nasa dot gov
--- Comment #1 from bgreen at nas dot nasa dot gov 2010-07-07 02:20 --- Created an attachment (id=21118) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21118&action=view) preprocessed test case demonstrating g++ bug line 27 is present, this program crashes --

[Bug c++/44851] New: questionable "'' may be used uninitialized" warning and code failure

2010-07-06 Thread bgreen at nas dot nasa dot gov
warning and code failure Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bgreen at nas dot nasa dot gov

[Bug c++/11247] -frepo fails to instantiate typeinfo

2004-12-30 Thread bgreen at nas dot nasa dot gov
--- Additional Comments From bgreen at nas dot nasa dot gov 2004-12-31 00:14 --- I just discovered this bug still exists, in a slightly changed guise. The previously submitted code now compiles, but a minor change brings the bug right back. Attached is the new version of the code that