[Bug target/70146] missed-optimization: i386 hidden references should use PC32 relocations instead of GOTOFF

2016-03-09 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70146 Richard PALO changed: What|Removed |Added CC||richard at netbsd dot org --- Comment #2

[Bug preprocessor/60022] New: macro _(Text) generates warning: implicit declaration of function '_' [-Wimplicit-function-declaration]

2014-02-01 Thread richard at netbsd dot org
ion: 4.8.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: preprocessor Assignee: unassigned at gcc dot gnu.org Reporter: richard at netbsd dot org I believe I'm up against a regression in gcc 4.8.3 building the package rpm-4.

[Bug preprocessor/60022] macro _(Text) generates warning: implicit declaration of function '_' [-Wimplicit-function-declaration]

2014-02-01 Thread richard at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60022 --- Comment #3 from Richard PALO --- (In reply to Andreas Schwab from comment #1) > If the macro isn't defined then nothing defined it. Most likely > rpmfileutil.c failed to include the right headers in the correct order. The order is correct as

[Bug preprocessor/60022] macro _(Text) generates warning: implicit declaration of function '_' [-Wimplicit-function-declaration]

2014-02-01 Thread richard at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60022 --- Comment #4 from Richard PALO --- (In reply to Jakub Jelinek from comment #2) > You can preprocess with -E -dD and look at what exactly was defined where > and how the preprocessed line containing call to rpmlog looks like. Here are the releva

[Bug preprocessor/60022] macro _(Text) generates warning: implicit declaration of function '_' [-Wimplicit-function-declaration]

2014-02-01 Thread richard at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60022 --- Comment #5 from Richard PALO --- I should add, that for grins, I tried changing this invocation from '_()' to N_()' and the got over this one, but naturally blew on the next invocation later in the source code. Is this perhaps a "const char*"

[Bug preprocessor/60022] macro _(Text) generates warning: implicit declaration of function '_' [-Wimplicit-function-declaration]

2014-02-01 Thread richard at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60022 --- Comment #7 from Richard PALO --- Created attachment 32009 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32009&action=edit output from -E -dD

[Bug preprocessor/60022] macro _(Text) generates warning: implicit declaration of function '_' [-Wimplicit-function-declaration]

2014-02-01 Thread richard at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60022 --- Comment #8 from Richard PALO --- (In reply to Richard PALO from comment #7) > Created attachment 32009 [details] > output from -E -dD I'll see if I can make a concise test program to reproduce the issue.

[Bug preprocessor/60022] macro _(Text) generates warning: implicit declaration of function '_' [-Wimplicit-function-declaration]

2014-02-01 Thread richard at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60022 --- Comment #10 from Richard PALO --- (In reply to Jakub Jelinek from comment #9) > In any case, not a GCC bug. Great, is there an explanation as to why it works with gcc 4.7.3?

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-10 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #17 from Richard PALO --- Created attachment 33675 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33675&action=edit c test program for snprintf I tried the attached test program and post the following results from my system dem

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-10 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #18 from Richard PALO --- Created attachment 33676 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33676&action=edit another test program after coming across http://stackoverflow.com/questions/16839658/printf-width-specificer-to

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-10 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 Richard PALO changed: What|Removed |Added Attachment #33676|0 |1 is obsolete|

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-10 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #20 from Richard PALO --- >From what I've been able to gather, 'f' precision 17 & 18 incorrectly terminate with a '2' where they seemingly need be '1' and '5' respectfully (along with corresponding 'e' with precision 16 & 17). The de

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-23 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #21 from Richard PALO --- The problem has been isolated in illumos with a preliminary patch available. This test now passes with the fix applied, therefore I believe the issue can be closed as an OS issue and not a bug. cheers

[Bug c++/63650] New: conflicting type attributes specified for ‘virtual..'

2014-10-26 Thread richard at netbsd dot org
y: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: richard at netbsd dot org came across this issue trying to build xulrunner192 on gcc 4.8.1 or 4.9.1 with this test program: --->8-- #ifndef HIDDEN #define HIDDEN __att

[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2014-10-26 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 --- Comment #2 from Richard PALO --- Created attachment 33812 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33812&action=edit nsFastLoadFile.ii this is the original error: > gmake[4]: Entering directory > '/tmp/pkgsrc/devel/xulrunner192/

[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2014-10-26 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 --- Comment #3 from Richard PALO --- I initially replied that there was an error in my original, please correct the first three lines to: #ifndef HIDDEN #define HIDDEN __attribute__((visibility("hidden"))) #endif

[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2014-10-26 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 --- Comment #5 from Richard PALO --- (In reply to Daniel Krügler from comment #4) > (In reply to Richard PALO from comment #3) > > I initially replied that there was an error in my original, please > > correct the first three lines to: > > #ifnde

[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2014-10-26 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 --- Comment #6 from Richard PALO --- For that matter, the following is sufficient to reproduce the problem, the rest is mostly to simulate the xulrunner environment that is failing to build. --->8-- #ifnde

[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2014-10-27 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 --- Comment #7 from Richard PALO --- Further testing indicates that 'cdecl' is okay and that keeping 'regparm(0)' causes the error.

[Bug c++/63650] conflicting type attributes specified for ‘virtual..'

2014-11-04 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63650 --- Comment #8 from Richard PALO --- (In reply to Richard PALO from comment #7) > Further testing indicates that 'cdecl' is okay and that keeping 'regparm(0)' > causes the error. Is there perhaps a hint where I could checkout in the code, or is

[Bug c++/63779] New: g++ 4.9 generates invalid object provoking a GOT relative relocation must reference a local symbol linker error on SunOS

2014-11-08 Thread richard at netbsd dot org
Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: richard at netbsd dot org I'm getting with gcc4.9.2 the following link error using the illumos native /us

[Bug c++/63789] New: g++ -m32 on solaris has trouble finding abs with int64_t

2014-11-09 Thread richard at netbsd dot org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: richard at netbsd dot org with the following simplified test program (tabs.cc): ==>8=== #include #include int64_t tabs(int64_t foo) { returnabs(

[Bug c++/63789] g++ -m32 on solaris has trouble finding abs with int64_t

2014-11-09 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63789 --- Comment #1 from Richard PALO --- I should mention that rendering the test program pure c++ by replacing the first two lines with: >#include >#include allows the snippet build with both -m32 and -m64. It should be able to build as is, though

[Bug c++/63789] g++ -m32 on solaris has trouble finding abs with int64_t

2014-11-11 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63789 --- Comment #3 from Richard PALO --- Apparently with gcc 4.8.2 on Or*acle Solaris 11.2 the error manifests itself as well. Perhaps there is something [in the works] for s12?

[Bug c++/63779] g++ 4.9 generates invalid object provoking a GOT relative relocation must reference a local symbol linker error on SunOS

2014-11-14 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63779 --- Comment #2 from Richard PALO --- Sorry. Given the size, I'll use the following directory for any information needed: http://www.netbsd.org/~richard/xulrunner31-g++-issue/ Index of /~richard/xulrunner31-g++-issue Parent Directory Med

[Bug testsuite/63899] New: WARNING: Could not compile g++.dg/compat/struct-layout-1 generator

2014-11-15 Thread richard at netbsd dot org
Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: richard at netbsd dot org Created attachment 33988 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33988&action=edit g++.dg/compat/struct-layout-1 run output Never

[Bug testsuite/63899] WARNING: Could not compile g++.dg/compat/struct-layout-1 generator

2014-11-15 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63899 --- Comment #1 from Richard PALO --- Created attachment 33989 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33989&action=edit gcc.dg/compat/struct-layout-1 run output

[Bug other/52168] fixinclude test failure for complex.h on netbsd

2014-11-15 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52168 Richard PALO changed: What|Removed |Added CC||richard at netbsd dot org --- Comment #9

[Bug libstdc++/63332] problem with VERIFY in ext/random/k_distribution/operators/serialize.cc execution test

2014-11-15 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63332 --- Comment #8 from Richard PALO --- As far as the test as it currently is written, I now get: >PASS: ext/random/k_distribution/operators/serialize.cc (test for excess errors) >PASS: ext/random/k_distribution/operators/serialize.cc execution test

[Bug c++/61649] fixincludes update for solaris___restrict in sys/feature_tests.h on Illumos

2014-11-22 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61649 --- Comment #1 from Richard PALO --- given https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52168, it seems necessary to update the test_text line with a newline appended as follows so that check.sh doesn't balk: >+test_text = "#if (defined(__STD

[Bug testsuite/63899] WARNING: Could not compile g++.dg/compat/struct-layout-1 generator

2014-11-22 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63899 --- Comment #2 from Richard PALO --- I can't seem to recreate this now, although I'm not that sure it had to do with an issue involving the compiler on illumos where the native libm 'complex.h' was being erroneously fixed up causing precompiler p

[Bug target/64030] New: some libiberty sources includes stdio.h prior to config.h causing redefined symbol warnings on i?86-*-solaris2.11

2014-11-23 Thread richard at netbsd dot org
: 4.9.2 Status: UNCONFIRMED Severity: minor Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: richard at netbsd dot org Created attachment 34075 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34075&

[Bug c++/61649] fixincludes update for solaris___restrict in sys/feature_tests.h on Illumos

2014-11-25 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61649 --- Comment #3 from Richard PALO --- No. Prior to fixincludes, sys/feature_tests.h in SunOS looks like the following: #if (defined(__STDC__) && defined(_STDC_C99)) #define _RESTRICT_KYWD restrict #else #define _RESTRICT_KYWD #endif Illumos ha

[Bug c++/61649] fixincludes update for solaris___restrict in sys/feature_tests.h on Illumos

2014-11-25 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61649 --- Comment #4 from Richard PALO --- > > The test/base/sys/feature_tests.h patch is as follows: > --- fixincludes/tests/base/sys/feature_tests.h.orig 2010-06-21 > 15:27:29.0 + > +++ fixincludes/tests/base/sys/feature_tests.h > @@

[Bug c++/63779] g++ 4.9 generates invalid object provoking a GOT relative relocation must reference a local symbol linker error on SunOS

2014-12-01 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63779 --- Comment #3 from Richard PALO --- Well, apparently this was affecting many using gcc 4.9.x and a workaround was given here https://bugzilla.mozilla.org/show_bug.cgi?id=999496 I tested it and now have (as with 4.8.x): >richard@omnis:/tmp/pkgsr

[Bug c++/61649] New: fixincludes update for solaris___restrict in sys/feature_tests.h on Illumos

2014-06-29 Thread richard at netbsd dot org
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: richard at netbsd dot org Created attachment 33031 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33031&action=edit patch to existing fixincludes/inclhack.def f

[Bug testsuite/63332] New: problem with VERIFY in ext/random/k_distribution/operators/serialize.cc execution test

2014-09-22 Thread richard at netbsd dot org
: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: richard at netbsd dot org Created attachment 33531 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33531&action=edit testsuite

[Bug testsuite/63332] problem with VERIFY in ext/random/k_distribution/operators/serialize.cc execution test

2014-09-22 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63332 --- Comment #1 from Richard PALO --- BTW, I'm curious if the problem is related to float rounding in I/O, as in FAIL: ext/random/hypergeometric_distribution/operators/values.cc execution test

[Bug testsuite/63352] New: problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-09-23 Thread richard at netbsd dot org
: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: richard at netbsd dot org Running the testsuite for gcc 4.9.1 I notice the following gfortran failures: === gfortran tests === Running target unix FAIL: gfortran.dg/default_format_1.f90 -O0 execution test

[Bug testsuite/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-09-24 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #1 from Richard PALO --- This seems to be a bug in the write formatting for g0 Here is the compile with -fdump-parse-tree showing that the constant expression is calculated exactly as '3.3331e-1_8' Namespace: A-H: (REAL 4

[Bug testsuite/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-09-24 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #2 from Richard PALO --- FWIW, just checked ... this is a regression introduce after 4.7.3 (where this test seems to work fine...can't test 4.8.3 any more, sorry).

[Bug fortran/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-09-24 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #4 from Richard PALO --- Just checked with the native omnios gcc 4.8.1 and the problem already exists there. I commented as indicated to be able to get debugger output for 2nd part: diff --git a/gcc/testsuite/gfortran.dg/fmt_g0_1.f08

[Bug fortran/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-09-24 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #5 from Richard PALO --- Created attachment 33550 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33550&action=edit output from --save-temps

[Bug fortran/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-09-24 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #7 from Richard PALO --- $ cat test.f08 character(25) :: string = "(g0,g0,g0)" character(50) :: buffer write(buffer, string) ':',1.0_8/3.0_8,':' print *, "'", buffer, "'" print *, "'", " :.1:", "'"

[Bug fortran/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-09-24 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #8 from Richard PALO --- Created attachment 33553 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33553&action=edit test.s

[Bug fortran/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-09-24 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #9 from Richard PALO --- output from 4.7.3: ':.1: ' ' :.1:' ' :.1: ' ' :.1:' and test.s.4.7.3 attached

[Bug fortran/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-09-24 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #10 from Richard PALO --- Created attachment 33554 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33554&action=edit test.s from 4.7.3

[Bug libstdc++/63332] problem with VERIFY in ext/random/k_distribution/operators/serialize.cc execution test

2014-09-25 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63332 --- Comment #4 from Richard PALO --- >>Could you please add -fno-access-control to the "dg-options" flags at the top >>of the file and replace the VERIFY check with the following: >>std::cout << (u._M_param._M_lambda == v._M_param._M_lambda) <<

[Bug libstdc++/63332] problem with VERIFY in ext/random/k_distribution/operators/serialize.cc execution test

2014-09-25 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63332 --- Comment #5 from Richard PALO --- By the way, in gdb, here are the complete u and v variables after serialisation: gdb) p u $1 = {_M_param = {_M_lambda = 2, _M_mu = 1.5, _M_nu = 3}, _M_gd1 = { _M_param = {_M_alpha = 2, _M_beta = 0.5, _M_m

[Bug libstdc++/63332] problem with VERIFY in ext/random/k_distribution/operators/serialize.cc execution test

2014-09-25 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63332 --- Comment #6 from Richard PALO --- sorry, I meant to say M_gd2._M_saved

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-07 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #13 from Richard PALO --- Since this regresses on the same omnios (illumos) platform between gcc 4.7.3 and 4.8.1 are there some pointers on how to identify the issue in illumos? (the fact the 4.8.1 tested is native omnios (R151012) el

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-07 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #15 from Richard PALO --- (In reply to r...@cebitec.uni-bielefeld.de from comment #14) > > --- Comment #13 from Richard PALO --- > [...] > > otherwise, I'll have to port a more recent gdb because 7.6.1 balks under gcc > > 4.9.1 > > m

[Bug other/66722] New: libiberty/pex-unix.c warning: initialization from incompatible pointer type

2015-07-01 Thread richard at netbsd dot org
: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: richard at netbsd dot org Target Milestone: --- Created attachment 35886 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35886&action=edit pex_unix_wait return

[Bug c++/61649] fixincludes update for solaris___restrict in sys/feature_tests.h on Illumos

2015-07-02 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61649 --- Comment #5 from Richard PALO --- kind reminder to push these two patches: 1) https://gcc.gnu.org/bugzilla/attachment.cgi?id=33031 2) and https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61649#c1 (*) * NB https://gcc.gnu.org/bugzilla/show_bug.cgi?

[Bug target/64030] some libiberty sources includes stdio.h prior to config.h causing redefined symbol warnings on i?86-*-solaris2.11

2015-07-03 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64030 --- Comment #1 from Richard PALO --- kind reminder to commit this patchset

[Bug other/66753] New: contrib/make_sunver.pl doesn't digest libraries very well

2015-07-03 Thread richard at netbsd dot org
ormal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: richard at netbsd dot org Target Milestone: --- The following patch gets over issues with libraries (on pkgsrc for SunOS) where, for example, '-lrt' is passed (not needin

[Bug ipa/61820] 32-bit g++.dg/ipa/pr61160-3.C execution failure

2015-07-03 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61820 Richard PALO changed: What|Removed |Added CC||richard at netbsd dot org --- Comment #2

[Bug target/63789] g++ -m32 on solaris has trouble finding abs with int64_t

2016-08-29 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63789 --- Comment #5 from Richard PALO --- Created attachment 39510 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39510&action=edit tabs.ii No, I still see the issue with both v5 and 4.9.4 attached is tabs.ii using -save-temps