[Bug other/52930] quadmath: missing logbq, modfq, nexttowardq, exp2q

2023-03-26 Thread foss at grueninger dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52930 Christoph changed: What|Removed |Added CC||foss at grueninger dot de --- Comment #1

[Bug c++/98753] -Wfree-nonheap-object on Bison generated code

2021-01-20 Thread foss at grueninger dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98753 --- Comment #6 from Christoph --- Sorry for not providing the command line argument and the new output. > gcc-11 -std=c++17 cmCommandArgumentParser_complete.cxx cmCommandArgumentParser.cxx: In function ‘int cmCommandArgument_yyparse(yyscan_t)’:

[Bug c++/98753] -Wfree-nonheap-object on Bison generated code

2021-01-19 Thread foss at grueninger dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98753 --- Comment #4 from Christoph --- Created attachment 50010 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50010&action=edit C++ file generated by Bison run with -E Including all dependencies, created by GCC 11 with added -E

[Bug c++/98753] New: -Wfree-nonheap-object on Bison generated code

2021-01-19 Thread foss at grueninger dot de via Gcc-bugs
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: foss at grueninger dot de Target Milestone: --- Build: 11.0.0 20210114 (experimental) [revision 08a4adcf2b6ded2fea97195c715757df61a23395] (SUSE Linux) Created

[Bug c++/98054] New: ICE: in pp_cxx_trait_expression, at cp/cxx-pretty-print.c:2671

2020-11-29 Thread foss at grueninger dot de via Gcc-bugs
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: foss at grueninger dot de Target Milestone: --- Created attachment 49646 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49646&action=edit Dumped file with -save-temps When co

[Bug c++/94937] [10/11 Regression] ICE with if constexpr (in cp_get_fndecl_from_callee, at cp/cvt.c:1000) since r10-2835-g14da3939da3adcef

2020-05-04 Thread foss at grueninger dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94937 --- Comment #13 from Christoph --- I tried to help with reducing the test case, but could not achieve something substantial. Then I went back to our test cases and tried to pick the simples one I could find. I removed as much code from main() as

[Bug c++/94937] [10/11 Regression] ICE with if constexpr (in cp_get_fndecl_from_callee, at cp/cvt.c:1000) since r10-2835-g14da3939da3adcef

2020-05-04 Thread foss at grueninger dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94937 --- Comment #12 from Christoph --- Created attachment 48447 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48447&action=edit output for injection test case

[Bug c++/94937] [10/11 Regression] ICE with if constexpr (in cp_get_fndecl_from_callee, at cp/cvt.c:1000) since r10-2835-g14da3939da3adcef

2020-05-04 Thread foss at grueninger dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94937 --- Comment #11 from Christoph --- Created attachment 48446 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48446&action=edit New, smaller test case (called injection)

[Bug c++/94937] ICE with if constexpr (in cp_get_fndecl_from_callee, at cp/cvt.c:1000)

2020-05-04 Thread foss at grueninger dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94937 --- Comment #6 from Christoph --- Created attachment 48435 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48435&action=edit Command line and output Sorry, I wasn't aware that I at some point deleted the file. Just to be sure, here my comm

[Bug c++/94937] ICE with if constexpr (in cp_get_fndecl_from_callee, at cp/cvt.c:1000)

2020-05-04 Thread foss at grueninger dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94937 --- Comment #4 from Christoph --- Command line is part of output.txt > Am 04.05.2020 um 07:35 schrieb marxin at gcc dot gnu.org > : > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94937 > > Martin Liška changed: > > What|Remo

[Bug c++/94937] ICE with if constexpr (in cp_get_fndecl_from_callee, at cp/cvt.c:1000)

2020-05-03 Thread foss at grueninger dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94937 --- Comment #2 from Christoph --- Created attachment 48434 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48434&action=edit Pre-processed source code

[Bug c++/94937] ICE with if constexpr (in cp_get_fndecl_from_callee, at cp/cvt.c:1000)

2020-05-03 Thread foss at grueninger dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94937 --- Comment #1 from Christoph --- Created attachment 48433 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48433&action=edit S file

[Bug c++/94937] New: ICE with if constexpr (in cp_get_fndecl_from_callee, at cp/cvt.c:1000)

2020-05-03 Thread foss at grueninger dot de
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: foss at grueninger dot de Target Milestone: --- When compiling a mid-sized numerical code, one of the test cases failed to compile as I get an ICE. /home/kiko/dune/complete/dumux