[Bug jit/118587] libgccjit should give access to gcc_jit_location file path, line, column information

2025-01-24 Thread basile at starynkevitch dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118587 --- Comment #4 from Basile Starynkevitch --- https://gcc.gnu.org/pipermail/gcc-patches/2025-January/674439.html is a tentative patch waiting review. Thanks -- Basile STARYNKEVITCH 8 rue de la Faïencerie 92340 Bourg-la-Reine,

[Bug jit/118587] libgccjit should give access to gcc_jit_location file path, line, column information

2025-01-21 Thread basile at starynkevitch dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118587 --- Comment #3 from Basile Starynkevitch --- I believe that the patch could be simple: In file gcc/jit-recording.h at end of class location (e.g. before line 526 of gcc-14.2.0/gcc/jit-recording.h or before line 583 of gcc-15-20230105/gcc/jit-re

[Bug jit/118587] libgccjit should give access to gcc_jit_location file path, line, column information

2025-01-21 Thread basile at starynkevitch dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118587 --- Comment #2 from Basile Starynkevitch --- I believe that the patch could be simple: In file gcc/jit-recording.h at end of class location (e.g. before line 526 of gcc-14.2.0/gcc/jit-recording.h or before line 583 of gcc-15-20230105/gcc/jit-re

[Bug jit/118587] New: libgccjit should give access to gcc_jit_location file path, line, column information

2025-01-21 Thread basile at starynkevitch dot net via Gcc-bugs
Severity: normal Priority: P3 Component: jit Assignee: dmalcolm at gcc dot gnu.org Reporter: basile at starynkevitch dot net CC: antoyo at gcc dot gnu.org Target Milestone: --- https://gcc.gnu.org/pipermail/gcc-help/2025-January/143958.html

[Bug jit/118587] libgccjit should give access to gcc_jit_location file path, line, column information

2025-01-21 Thread basile at starynkevitch dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118587 Basile Starynkevitch changed: What|Removed |Added CC||basile at starynkevitch dot net

[Bug jit/118034] libgccjit++ has no wrapping C++ API to create a union

2024-12-13 Thread basile at starynkevitch dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118034 --- Comment #2 from Basile Starynkevitch --- Two questions related to this bug: Perhaps in libgccjit a "union" is just a gcc_jit_struct with some extra data telling that all fields have byte offset 0? Then the documentation could say how to cr

[Bug jit/118034] New: libgccjit++ has no wrapping C++ API to create a union

2024-12-13 Thread basile at starynkevitch dot net via Gcc-bugs
Component: jit Assignee: dmalcolm at gcc dot gnu.org Reporter: basile at starynkevitch dot net CC: antoyo at gcc dot gnu.org Target Milestone: --- Platform: Linux/Mint 22 x86-64 /usr/bin/g++-14 --version gives: g++-14 (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0

[Bug c++/111974] internal error: Segmentation fault on Ubuntu 23.10 (x86-64) - compiling RefPerSys

2023-10-25 Thread basile at starynkevitch dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111974 --- Comment #3 from Basile Starynkevitch --- This bug seems to have disappeared with a trunk GCC (GCC commit f32c1e1e96ffef) compiled from its source code /usr/local/bin/g++-trunk --version g++-trunk (GCC) 14.0.0 20231025 (experimental) Copyri

[Bug c++/111974] internal error: Segmentation fault on Ubuntu 23.10 (x86-64) - compiling RefPerSys

2023-10-25 Thread basile at starynkevitch dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111974 --- Comment #1 from Basile Starynkevitch --- To reproduce the GCC bug: rm -vf cmdrepl_rps.o make cmdrepl_rps.o

[Bug c++/111974] New: internal error: Segmentation fault on Ubuntu 23.10 (x86-64)

2023-10-25 Thread basile at starynkevitch dot net via Gcc-bugs
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: basile at starynkevitch dot net Target Milestone: --- I uploaded to refpersys.org/refpersys-gcc13bug-snapshot-25oct2023-git041d5d70aefd0.tar.bz2 a compressed tarball (29246912 bytes) of

[Bug plugins/66991] GCCPLUGIN_VERSION_MAJOR == 5 & GCCPLUGIN_VERSION_MINOR == 5 for GCC 5.1.1

2015-07-24 Thread basile at starynkevitch dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66991 --- Comment #5 from Basile Starynkevitch --- Now Debian bug#793478; sorry for the noise here...

[Bug plugins/66991] GCCPLUGIN_VERSION_MAJOR == 5 & GCCPLUGIN_VERSION_MINOR == 5 for GCC 5.1.1

2015-07-24 Thread basile at starynkevitch dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66991 --- Comment #4 from Basile Starynkevitch --- Known to Debian thru https://lists.debian.org/debian-gcc/2015/07/msg00167.html

[Bug plugins/66991] GCCPLUGIN_VERSION_MAJOR == 5 & GCCPLUGIN_VERSION_MINOR == 5 for GCC 5.1.1

2015-07-24 Thread basile at starynkevitch dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66991 --- Comment #3 from Basile Starynkevitch --- It is Debian specific, very probably. I reported a Debian bug (but did not get any ack yet)

[Bug plugins/66991] GCCPLUGIN_VERSION_MAJOR == 5 & GCCPLUGIN_VERSION_MINOR == 5 for GCC 5.1.1

2015-07-24 Thread basile at starynkevitch dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66991 --- Comment #2 from Basile Starynkevitch --- It looks like this bug is corrected in GCC 5.2 (I'm compiling the FSF tree).

[Bug plugins/66991] New: GCCPLUGIN_VERSION_MAJOR == 5 & GCCPLUGIN_VERSION_MINOR == 5 for GCC 5.5.1

2015-07-24 Thread basile at starynkevitch dot net
rity: normal Priority: P3 Component: plugins Assignee: unassigned at gcc dot gnu.org Reporter: basile at starynkevitch dot net Target Milestone: --- At least on my GNU/Linux/Debian/x86-64/Unstable the /usr/lib/gcc/x86_64-linux-gnu/5/plugin/include/plugin-versi

[Bug c++/51092] ICE array std::pair initialization

2011-11-11 Thread basile at starynkevitch dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51092 basile at starynkevitch dot net changed: What|Removed |Added Summary|ICE std::pair |ICE array std::pair

[Bug c++/51092] New: ICE std::pair initialization

2011-11-11 Thread basile at starynkevitch dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51092 Bug #: 51092 Summary: ICE std::pair initialization Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug bootstrap/39810] [melt] - revision 146327 - compiler-probe.c:106: undefined reference to `unlikely'

2009-04-27 Thread basile at starynkevitch dot net
--- Comment #3 from basile at starynkevitch dot net 2009-04-27 13:16 --- and the undefined reference to `ppl_io_asprint_Coefficient' messages is because you need a more recent PPL library, at least 0.10.2 or 0.11, or the latest PPL git snapshot. -- http://gcc.gnu.org/bug

[Bug bootstrap/39810] [melt] - revision 146327 - compiler-probe.c:106: undefined reference to `unlikely'

2009-04-27 Thread basile at starynkevitch dot net
--- Comment #2 from basile at starynkevitch dot net 2009-04-27 13:14 --- I believe this has been corrected in recent MELT branch, ie svn rev146839 and perhaps before. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39810

[Bug bootstrap/39470] [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable

2009-03-23 Thread basile at starynkevitch dot net
--- Comment #7 from basile at starynkevitch dot net 2009-03-23 18:16 --- fopencookie is removed in rev145010 of MELT branch. I'm using a temporary kludge , calling an unstable function inside PPL. So You'll need a recent PPL snapshot (obtained thru GIT). http://www.c

[Bug bootstrap/39470] [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable

2009-03-22 Thread basile at starynkevitch dot net
--- Comment #6 from basile at starynkevitch dot net 2009-03-22 12:38 --- Subject: Re: [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable rob1weld at aol dot com wrote: > --- Comment #4 from rob1weld at aol dot com 2009-03-22 09:57 --- > I am

[Bug bootstrap/39470] [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable

2009-03-22 Thread basile at starynkevitch dot net
--- Comment #5 from basile at starynkevitch dot net 2009-03-22 12:34 --- With using the very latest PPL snapshot (from GIT), or PPL 0.10.1 or 0.11 I would be able to remove the fopencookie in a couple of days. But of course, you'll need to download a very new PPL and bui

[Bug bootstrap/39484] [melt] - revision 144904 - BASILYS INFORM [#198595]: warmelt-first-1.c -> SIGSEGV

2009-03-17 Thread basile at starynkevitch dot net
--- Comment #3 from basile at starynkevitch dot net 2009-03-17 19:07 --- I applied a slightly simplified variant of melt-patch-2.patch above as rev144917 Thanks Rob. It probably works! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39484

[Bug bootstrap/39484] [melt] - revision 144904 - BASILYS INFORM [#198595]: warmelt-first-1.c -> SIGSEGV

2009-03-17 Thread basile at starynkevitch dot net
--- Comment #1 from basile at starynkevitch dot net 2009-03-17 16:39 --- Bug confirmed. The bug seems to appear on x86 (not amd64) when configure-ing with --prefix=/usr/ A very temporary workaround could be to configure with --prefix=/usr/local/ -- http://gcc.gnu.org/bugzilla

[Bug bootstrap/39483] [melt] - revision 144904 - Configuring with "--with-gc=zone" fails in ggc-zone.c

2009-03-17 Thread basile at starynkevitch dot net
--- Comment #2 from basile at starynkevitch dot net 2009-03-17 15:57 --- Thanks. Patch commited as rev 144905 of MELT branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39483

[Bug bootstrap/39470] [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable

2009-03-17 Thread basile at starynkevitch dot net
--- Comment #3 from basile at starynkevitch dot net 2009-03-17 08:18 --- I replaced lrand48_r by lrand48... Regarding fopencookie, it could be fixed 1. by using next PPL (0.11) version or 2. by linking some specific PPL file (ppl/interfaces/C/tests/print_to_buffer.cc) Regards

[Bug c++/22521] internal compiler error: in tsubst_copy

2005-07-17 Thread basile at starynkevitch dot net
--- Additional Comments From basile at starynkevitch dot net 2005-07-17 14:31 --- Created an attachment (id=9293) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9293&action=view) preprocessor output (gnuzipped) of failing code Sample code (preprocessor output with g++ -C

[Bug c++/22521] New: internal compiler error: in tsubst_copy

2005-07-17 Thread basile at starynkevitch dot net
+ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: basile at starynkevitch dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/b