[Bug gcov-profile/32316] internal compiler error: Segmentation fault

2008-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2008-12-31 19:48 --- *** This bug has been marked as a duplicate of 26399 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug gcov-profile/32316] internal compiler error: Segmentation fault

2008-11-21 Thread michael dot haubenwallner at salomon dot at
--- Comment #9 from michael dot haubenwallner at salomon dot at 2008-11-21 16:12 --- (In reply to comment #6) > 459 if (offset) > 460 for (;string[offset]; offset++) > 461 for (i = i + offset; string[i]; i++) > 462 if (string[i]=='_') In gcc-4.2.4, line

[Bug gcov-profile/32316] internal compiler error: Segmentation fault

2008-07-03 Thread haubi at gentoo dot org
--- Comment #8 from haubi at gentoo dot org 2008-07-03 12:44 --- Created an attachment (id=15847) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15847&action=view) proposed patch, seems to work with gcc-4.1.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32316

[Bug gcov-profile/32316] internal compiler error: Segmentation fault

2008-02-25 Thread patrick dot pastoor at onespin-solutions dot com
--- Comment #7 from patrick dot pastoor at onespin-solutions dot com 2008-02-26 07:43 --- See comment #6! -- patrick dot pastoor at onespin-solutions dot com changed: What|Removed |Added

[Bug gcov-profile/32316] internal compiler error: Segmentation fault

2008-02-25 Thread haubi at gentoo dot org
--- Comment #6 from haubi at gentoo dot org 2008-02-25 19:24 --- Created an attachment (id=15230) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15230&action=view) valgrind output for cc1plus This coverage_checksum_string() indeed has slightly changed from gcc-4.0-branch to gcc-4.1

[Bug gcov-profile/32316] internal compiler error: Segmentation fault

2008-02-25 Thread haubi at gentoo dot org
--- Comment #5 from haubi at gentoo dot org 2008-02-25 19:17 --- Similar problem here, with gcc-4.1.1: This issue does not always end up in an ICE, but when using valgrind, some "Invalid read of size 1" are consistently reported for cc1plus caused by coverage_checksum_string(): $ cat g

[Bug gcov-profile/32316] internal compiler error: Segmentation fault

2007-12-28 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2007-12-28 16:57 --- No preprocessed source for 6 months. There's no way we can reproduce the bug without it. If you can attach the preprocessed source, please feel free to reopen the PR. -- reichelt at gcc dot gnu dot org changed

[Bug gcov-profile/32316] internal compiler error: Segmentation fault

2007-06-14 Thread tbm at cyrius dot com
--- Comment #3 from tbm at cyrius dot com 2007-06-14 12:02 --- (In reply to comment #2) > I am really sorry. But I think there is no possiblity to upload a preprocessed > source here Why not? Just click the "Create a New Attachment" link. You can save the preprocessed source with --sa

[Bug gcov-profile/32316] internal compiler error: Segmentation fault

2007-06-13 Thread patrick dot pastoor at onespin-solutions dot com
--- Comment #2 from patrick dot pastoor at onespin-solutions dot com 2007-06-13 14:26 --- I am really sorry. But I think there is no possiblity to upload a preprocessed source here -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32316

[Bug gcov-profile/32316] internal compiler error: Segmentation fault

2007-06-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-06-13 13:14 --- Can you attach the preprocessed source? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -