[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-12-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.4 Known to work|

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-12-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 Andrew Pinski changed: What|Removed |Added CC||andre.schackier at gmail dot com ---

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-08-13 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-08-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 --- Comment #16 from CVS Commits --- The releases/gcc-10 branch has been updated by Martin Liska : https://gcc.gnu.org/g:ff3978f5ea2672b208830a97d276cc1c856f6231 commit r10-10035-gff3978f5ea2672b208830a97d276cc1c856f6231 Author: Martin Liska

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-08-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 --- Comment #15 from CVS Commits --- The releases/gcc-11 branch has been updated by Martin Liska : https://gcc.gnu.org/g:5f00ef3bc724e22628fdfd81855013115d115ebe commit r11-8863-g5f00ef3bc724e22628fdfd81855013115d115ebe Author: Martin Liska

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-06-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 Martin Liška changed: What|Removed |Added Known to work||12.0 --- Comment #14 from Martin Liška

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-06-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 --- Comment #13 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:8bf728aecc4fea46b4490e950b9ae229f90597b0 commit r12-1383-g8bf728aecc4fea46b4490e950b9ae229f90597b0 Author: Martin Liska Date:

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-06-10 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 --- Comment #12 from Martin Liška --- (In reply to seberg from comment #11) > Does that mean that fixing the `#line` directives (or inserting additional > ones) should be able to fix the issue? (Or work around it, if you consider > it a bug.)

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-06-02 Thread sebastian-gcc at sipsolutions dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 --- Comment #11 from seberg --- Does that mean that fixing the `#line` directives (or inserting additional ones) should be able to fix the issue? (Or work around it, if you consider it a bug.) I tried to figure out where the `#line`

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-05-28 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 Martin Liška changed: What|Removed |Added Status|WAITING |ASSIGNED Assignee|unassigned

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-05-27 Thread sebastian-gcc at sipsolutions dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 --- Comment #9 from seberg --- NumPy is pretty light weight (at least on linux systems, and if you do not care about setting up BLAS manually). You probably only need the Python dev headers, that I expect you already have. Hopefully, the

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-05-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 --- Comment #8 from Martin Liška --- (In reply to seberg from comment #7) > Oh, interesting. You are right, if I run it on the preprocessed file it > succeeds (note the `tmp/preprocessed.c`: That's what I was affraid. It's related to function

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-05-27 Thread sebastian-gcc at sipsolutions dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 --- Comment #7 from seberg --- Oh, interesting. You are right, if I run it on the preprocessed file it succeeds (note the `tmp/preprocessed.c`: x86_64-linux-gnu-gcc -pthread --coverage -O0 -ggdb -g

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-05-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 --- Comment #6 from Martin Liška --- (In reply to seberg from comment #5) > > Now I miss the command line. > > Do you mean more than the failing call?: > > x86_64-linux-gnu-gcc -pthread --coverage -O0 -ggdb -g >

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-05-27 Thread sebastian-gcc at sipsolutions dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 --- Comment #5 from seberg --- > Now I miss the command line. Do you mean more than the failing call?: x86_64-linux-gnu-gcc -pthread --coverage -O0 -ggdb -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-05-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 --- Comment #4 from Martin Liška --- > > Sorry, I think this is what you are looking for now, adding -E to it. The file is correct now. Now I miss the command line.

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-05-27 Thread sebastian-gcc at sipsolutions dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 --- Comment #3 from seberg --- Created attachment 50878 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50878=edit actual_preprocessed_with_gcc Sorry, I think this is what you are looking for now, adding -E to it.

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-05-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-05-26 Thread sebastian-gcc at sipsolutions dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 --- Comment #1 from seberg --- Created attachment 50875 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50875=edit preprocessed_file