Michael Paquier writes:
> On Mon, Feb 29, 2016 at 8:44 PM, salvador fandino wrote:
>> allpaths.c: In function âdebug_print_relâ:
>> allpaths.c:2943:50: error: âRelOptInfo {aka struct RelOptInfo}â has no
>> member named âwidthâ
> Indeed. The width is now part of rel->reltarget.width.
On Mon, Feb 29, 2016 at 8:44 PM, salvador fandino wrote:
> gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
> -Wendif-labels -Wmissing-format-attribute -Wformat-security
> -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -O0
> -DOPTIMIZER_DEBUG -I../../../../
gcc -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute
-Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard
-g -O0 -DOPTIMIZER_DEBUG -I../../../../src/include -D_GNU_SOURCE -c -o
allpaths.o allpaths.c
allpaths.c