[Bug c/116386] New: false-positive -Werror=return-type when compiling with -fsanitize=thread

2024-08-15 Thread pierrick.bouvier at posteo dot net via Gcc-bugs
: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: pierrick.bouvier at posteo dot net Target Milestone: --- $ cat file.c #include int tab[10]; int f() { for (int i = 0; i < 10; ++i) { if (ta

[Bug d/103728] Allow to run unittests before main()

2021-12-26 Thread pierrick.bouvier at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103728 Pierrick Bouvier changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug d/103728] Allow to run unittests before main()

2021-12-26 Thread pierrick.bouvier at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103728 --- Comment #4 from Pierrick Bouvier --- Thanks for your suggestion. We will follow this to upgrade our compiler.

[Bug d/103728] Allow to run unittests before main()

2021-12-15 Thread pierrick.bouvier at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103728 --- Comment #2 from Pierrick Bouvier --- Problem with command line approach is that it implies to patch all our scripts, which is *really* boring. At this point, manually adding rt_options string in all binaries is easier. Alas, there is no env

[Bug d/103728] New: Allow to run unittests before main()

2021-12-15 Thread pierrick.bouvier at posteo dot net via Gcc-bugs
Assignee: ibuclaw at gdcproject dot org Reporter: pierrick.bouvier at posteo dot net Target Milestone: --- With gdc-12, semantic of unittests will change to match dmd behavior. So far (<= gdc-11), option -funittest could be used to: - compile unittest - automatically run them bef

[Bug d/93038] Missing dependencies in depfile for imported files at compilation time

2020-03-13 Thread pierrick.bouvier at posteo dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93038 --- Comment #2 from Pierrick Bouvier --- (In reply to ibuclaw from comment #1) > Yes, I have too noticed this and have a fix in the gdc development branch, > will backport it to gcc trunk as soon as I cherry-pick out parts not related > to suppor