[Bug c++/58207] New: ICE in sort_constexpr_mem_initializers due to out of bounds vector access

2013-08-20 Thread tsaunders at mozilla dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tsaunders at mozilla dot com Created attachment 30680 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30680&action=edit preprocessed and somewhat reduced test ca

[Bug c++/58575] New: gcc should compile firefox code faster.

2013-09-29 Thread tsaunders at mozilla dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: tsaunders at mozilla dot com CC: hubicka at ucw dot cz Its ceretainly possible given https://blog.mozilla.org/nnethercote/2013/09/12/bleg-for-a-new-machine-2/ (I'm not sure what versions njn is usin

[Bug c++/58868] [4.9 Regression] ICE: in count_type_elements, at expr.c:5495 with -std=gnu++0x

2013-10-27 Thread tsaunders at mozilla dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58868 Trevor Saunders changed: What|Removed |Added CC||tsaunders at mozilla dot com

[Bug c++/61482] ICE when compiling Firefox ESR 24 with r211488

2014-06-12 Thread tsaunders at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61482 Trevor Saunders changed: What|Removed |Added CC||tsaunders at mozilla dot com

[Bug c++/61482] ICE when compiling Firefox ESR 24 with r211488

2014-06-14 Thread tsaunders at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61482 --- Comment #3 from Trevor Saunders --- Created attachment 32938 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32938&action=edit test case Its pretty close to undreadable, but its fairly reduced, it started at ~400k lines.

[Bug c++/61482] ICE when compiling Firefox ESR 24 with r211488

2014-06-14 Thread tsaunders at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61482 --- Comment #5 from Trevor Saunders --- > Could you please post the full gcc invocation? Err yeah that would be useful ;) gcc -flto -r -Os -nostdlib -std=gnu++11 start.ii

[Bug bootstrap/61598] [4.10 regression] fold-const.c:14755:37: error: no matching function for call to 'hash_table >::find_slot

2014-06-24 Thread tsaunders at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61598 Trevor Saunders changed: What|Removed |Added CC||tsaunders at mozilla dot com

[Bug middle-end/63621] [5 Regression] ICE: error: Both section and comdat group is set

2014-11-24 Thread tsaunders at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63621 --- Comment #6 from Trevor Saunders --- On Mon, Nov 24, 2014 at 03:32:37PM +, trippels at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63621 > > --- Comment #5 from Markus Trippelsdorf --- > (In reply to tbsaunde fr

[Bug ipa/60154] ICE: in cgraph_function_node at gcc/cgraph.c:2962

2014-12-12 Thread tsaunders at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60154 Trevor Saunders changed: What|Removed |Added CC||tsaunders at mozilla dot com

[Bug bootstrap/61631] [4.10 regression] ICE unwind-dw2.c:1639:5: internal compiler error: Segmentation fault

2014-06-27 Thread tsaunders at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61631 --- Comment #2 from Trevor Saunders --- > r211936 PASS > [r211937..r211985) not build with --enable-checking=fold due PR61598 > r211985 FAIL I think if you apply r211985 directly on top of r211937 you'll find that bootstraps, so presumably some

[Bug bootstrap/61679] build fails with G++ 4.5.1 - prototype for hash_table does not match any in class

2014-07-05 Thread tsaunders at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61679 --- Comment #1 from Trevor Saunders --- The following patch compiles with 4.9 for me, but I don't have easy access to a machine with 4.5 on it, would you mind testing if it works for you? diff --git a/gcc/hash-table.h b/gcc/hash-table.h index 22

[Bug bootstrap/61679] build fails with G++ 4.5.1 - prototype for hash_table does not match any in class

2014-07-05 Thread tsaunders at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61679 --- Comment #3 from Trevor Saunders --- > (In reply to Trevor Saunders from comment #1) > > The following patch compiles with 4.9 for me, but I don't have easy > > access to a machine with 4.5 on it, would you mind testing if it works > > for you

[Bug bootstrap/61679] build fails with G++ 4.5.1 - prototype for hash_table does not match any in class

2014-07-06 Thread tsaunders at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61679 --- Comment #6 from Trevor Saunders --- > --- Comment #4 from Gary Funck --- > Created attachment 33076 > --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33076&action=edit > make log after trying patch thanks! I think the attached patch sh

[Bug pch/63229] [5.0 Regression] FAIL: ./except-1.h -O0 (internal compiler error)

2014-09-11 Thread tsaunders at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63229 --- Comment #3 from Trevor Saunders --- > --- Comment #2 from Dominique d'Humieres --- > Likely r214834. I bet its the same as http://gcc.gnu.org/ml/gcc-patches/2014-09/msg00730.html which I'll commit the fix for as soon as it finishes testing.