[Bug c++/42139] New: Compiling firefox trunk with 4.5 fails with 'out of memory allocating 4072 bytes after a total of xxx bytes'

2009-11-21 Thread ehren dot m at gmail dot com
note: ‘v’ was declared here /home/ehren/mozilla-central/js/src/jsxml.cpp:6351:11: warning: ‘v’ may be used uninitialized in this function /home/ehren/mozilla-central/js/src/jsxml.cpp:6351:11: note: ‘v’ was declared here ^C ### Here GCC fails with something like "failed after allocating 4072 bytes after a total of xxx bytes". I can get get the exact error message if needed (it takes sever hours to get to that point). This is on Fedora 10 2.6.27.21-170.2.56.fc10.i686 btw. However I've run into the same issue on FC10 x86-64 as well. ### -- Summary: Compiling firefox trunk with 4.5 fails with 'out of memory allocating 4072 bytes after a total of xxx bytes' Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ehren dot m at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42139

[Bug c++/42139] Compiling firefox trunk with 4.5 fails with 'out of memory allocating 4072 bytes after a total of xxx bytes'

2009-11-21 Thread ehren dot m at gmail dot com
--- Comment #1 from ehren dot m at gmail dot com 2009-11-22 02:10 --- Created an attachment (id=19079) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19079&action=view) jsxml.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42139

[Bug c++/42171] New: Link error building mozilla with 4.5

2009-11-24 Thread ehren dot m at gmail dot com
Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ehren dot m at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42171

[Bug c++/42171] Link error building mozilla with 4.5

2009-11-24 Thread ehren dot m at gmail dot com
--- Comment #1 from ehren dot m at gmail dot com 2009-11-25 03:12 --- Created an attachment (id=19140) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19140&action=view) save temps output Note this was produced at a different time than the output in the top summary. It sh

[Bug c++/42171] Link error building mozilla with 4.5

2009-11-24 Thread ehren dot m at gmail dot com
--- Comment #2 from ehren dot m at gmail dot com 2009-11-25 03:26 --- Note: you can't even get this far without turning down the optimization flag from -O3 to -O2 on the file mentioned in this bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42139 -- http://gcc.gnu.org/bug

[Bug c++/42171] Link error building mozilla with 4.5

2009-11-25 Thread ehren dot m at gmail dot com
--- Comment #4 from ehren dot m at gmail dot com 2009-11-25 13:49 --- (In reply to comment #3) > This sounds like bug 41611. Is > nsAccessibleWrap::ReturnString(nsAString_internal&) an inline function (which > causes that variable to be vague linkage)? > It

[Bug plugins/44968] New: structs saved (in a vector) during PLUGIN_FINISH_TYPE are mangled by the time of PLUGIN_FINISH_UNIT

2010-07-16 Thread ehren dot m at gmail dot com
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ehren dot m at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44968

[Bug plugins/44968] structs saved (in a vector) during PLUGIN_FINISH_TYPE are mangled by the time of PLUGIN_FINISH_UNIT

2010-07-16 Thread ehren dot m at gmail dot com
--- Comment #1 from ehren dot m at gmail dot com 2010-07-16 23:53 --- Created an attachment (id=21230) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21230&action=view) plugin -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44968

[Bug plugins/44968] structs saved (in a vector) during PLUGIN_FINISH_TYPE are mangled by the time of PLUGIN_FINISH_UNIT

2010-07-16 Thread ehren dot m at gmail dot com
--- Comment #2 from ehren dot m at gmail dot com 2010-07-16 23:55 --- Created an attachment (id=21231) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21231&action=view) test code (sqlite3) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44968

[Bug plugins/44968] structs saved (in a vector) during PLUGIN_FINISH_TYPE are mangled by the time of PLUGIN_FINISH_UNIT

2010-07-16 Thread ehren dot m at gmail dot com
--- Comment #3 from ehren dot m at gmail dot com 2010-07-16 23:57 --- Created an attachment (id=21232) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21232&action=view) plugin output in particular, look at the series of RECORD_TYPES beginning with #511. Interestingly