[Bug c++/60113] New: Internal compiler error

2014-02-07 Thread dartmetrash at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60113

Bug ID: 60113
   Summary: Internal compiler error
   Product: gcc
   Version: 4.6.3
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c++
  Assignee: unassigned at gcc dot gnu.org
  Reporter: dartmetrash at gmail dot com

I would love to give more information, but the compiler gave me none that I can
tell. Attached is the output from command line along with the preprocessed code
that I was trying to compile.

Please let me know if I can provide any more information!


[Bug c++/60113] Internal compiler error

2014-02-09 Thread dartmetrash at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60113

--- Comment #2 from lmat  ---
Created attachment 32090
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32090&action=edit
Bug report including command line output.

My apologies! I was quite sure I had attached it, but I see quite plainly that
I had failed! It appears that my upload was too big. I've divided it up using 

split --lines 35000 ...

which creates three files.


[Bug c++/60113] Internal compiler error

2014-02-09 Thread dartmetrash at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60113

--- Comment #3 from lmat  ---
Created attachment 32091
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32091&action=edit
part 2


[Bug c++/60113] Internal compiler error

2014-02-09 Thread dartmetrash at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60113

--- Comment #4 from lmat  ---
Created attachment 32092
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32092&action=edit
part 3


[Bug c++/60113] Internal compiler error

2014-02-09 Thread dartmetrash at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60113

--- Comment #5 from lmat  ---
Created attachment 32093
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32093&action=edit
part 4

I had to divide up part 2 a little more because it was 1084 KB (over the limit
of 1000 KB).


[Bug c++/60113] Internal compiler error

2014-02-10 Thread dartmetrash at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60113

--- Comment #8 from lmat  ---
After I uploaded all these files, I thought, "I probably should have compressed
that -- I bet the ratio would have been really good..."

Unfortunately, ubuntu repos don't hold 4.7, etc. (sigh). I'll upgrade my
compiler. Thanks for looking!


[Bug c++/60081] Internal compiler error: Error reporting routines re-entered.

2014-03-06 Thread dartmetrash at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60081

lmat  changed:

   What|Removed |Added

 CC||dartmetrash at gmail dot com

--- Comment #1 from lmat  ---
I found this internal error, too, and found this Bug (60081) as a "possible
duplicate" of the one I was creating. I think it may be a duplicate as I
certainly have std::vector >s. I'll change them to
something else and see where I can go from there. Thanks for filing this bug
and beginning a diagnosis, Mr. Manilov!


[Bug c++/60081] Internal compiler error: Error reporting routines re-entered.

2014-03-06 Thread dartmetrash at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60081

--- Comment #2 from lmat  ---
Right, changed unique_ptr to shared_ptr in my code base and the error goes
away. Have you seen if this bug still appears on a 4.8 build ?


[Bug c++/60081] Internal compiler error: Error reporting routines re-entered.

2014-03-06 Thread dartmetrash at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60081

--- Comment #3 from lmat  ---
Created attachment 32292
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32292&action=edit
Another reproduction

For what it's worth, I just uploaded bugreprt.gz which has more code that
reproduces the issue along with the makefile I used, etc.