: 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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103728
Pierrick Bouvier changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
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.
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
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
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