[Bug bootstrap/70704] [6 Regressions] AIX bootstrap comparison failure

2016-04-17 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #2 from David Edelsohn --- Created attachment 38299 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38299&action=edit Stage2 sbitmap.s

[Bug bootstrap/70704] [6 Regressions] AIX bootstrap comparison failure

2016-04-17 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #4 from David Edelsohn --- sbitmap.s was one of the smaller files. All of the debugging information seems to be present, but emitted in a different order in the stage2 versus stage3.

[Bug bootstrap/70704] [6 Regressions] AIX bootstrap comparison failure

2016-04-18 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 David Edelsohn changed: What|Removed |Added Status|WAITING |NEW --- Comment #7 from David Edelsohn

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-18 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #8 from David Edelsohn --- Development branch prior to debug-early merge works.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-18 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #9 from David Edelsohn --- r224187 works

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-18 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #10 from David Edelsohn --- This is starting to look like PR60984 all over again. Testing trunk with --enable-checking=release succeeds.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #12 from David Edelsohn --- Current trunk works. I am testing gcc-6-branch now. But the RC itself does not work.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #13 from David Edelsohn --- A source tree checked out from r235040 (the same as the tarball) works. It looks more likely that the problem is some difference between the repository and the tarball.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #14 from David Edelsohn --- The problem likely is due to gcc/gentype-lex.c distributed in the tarball. The AIX systems currently use flex 2.5.3, which produces working gengtype-lex.c on AIX.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #15 from David Edelsohn --- gcc-6-20160410 snapshot tarball (without gengtype-lex.c) works.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #17 from David Edelsohn --- Yes, WS1 is Flex 2.5.37. I will upload both. There are many differences.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #18 from David Edelsohn --- Created attachment 38310 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38310&action=edit gengtype-lex.c distributed in GCC-6.0.1-RC1

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #19 from David Edelsohn --- Created attachment 38311 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38311&action=edit gengtype-lex.c generated on AIX

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #21 from David Edelsohn --- The recent flex adds a number of its own C int type definitions and ranges.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #23 from David Edelsohn --- Older releases of Flex are no longer available as source code. Flex now is distributed through sourceforge, not gnu.org. Newer releases of Flex don't build on AIX.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #24 from David Edelsohn --- Actually, I finally was able to convince Flex 2.6.0 to build. I'll try with that.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #26 from David Edelsohn --- After some more tests, I don't believe that flex is the culprit. I removed gengtype-lex.c from GCC-6.0.1-RC and allowed the flex to rebuild it, but the build still failed with the miscompare. The problem

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #27 from David Edelsohn --- I performed a recursive diff of r235040 vs gcc-6.0.1-rc-20160415. Other than .svn directories, the only differences are: Only in gcc6rc/INSTALL: binaries.html Only in gcc6rc/INSTALL: build.html Only in gc

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #28 from David Edelsohn --- I copied gcc/REVISION to the release candidate to remove one additional difference and tried bootstrap, but it still failed.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-20 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #29 from David Edelsohn --- Flex 2.6.0 works.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-21 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #31 from David Edelsohn --- I will test, but Flex and gengtype-lex.c does not appear to be the issue. If the change works, it will be coincidental. I have built the RC with gengtype-lex.c removed so that it is regenerated with the s

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-21 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #33 from David Edelsohn --- I'm completely confused as well. The bits seem to be identical. The only other obvious difference is ordering of timestamps of the source files that would cause Make to build files in a different order.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-21 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #34 from David Edelsohn --- The tarball contains LAST_UPDATED, although different contents. I previously copied gcc/REVISION from svn checkout to the RC (which is referenced by Makefile). That showed no difference.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-21 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #35 from David Edelsohn --- Flex 2.6.0 works with --enable-checking=yes, but may not work with --enable-checking=release. I believe that Flex may be the culprit. If the current bootstrap confirms that, I am going to bootstrap with g

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-21 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #36 from David Edelsohn --- It definitely is Flex. gcc-6-branch r235040 and r235340 fail when built with Flex 2.6.0. gcc-6.0.1-RC-20160415 fails using the supplied gengtype-lex.c created with Flex 2.5.37.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-22 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #38 from David Edelsohn --- The gt* files don't differ. I normally use --disable-werror --enable-languages=c,c++,fortran,objc --with-gmp=/opt/cfarm --with-libiconv-prefix=/opt/cfarm --disable-libstdcxx-pch --with-included-gettext --

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-23 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #40 from David Edelsohn --- I see that you did not have /opt/freeware/bin in your path on AIX. How did it even build without GNU Make and other build requirements?

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-24 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #43 from David Edelsohn --- I tried RC2 and it again failed. I configured again with your configure command and what appears to be your build command, and it succeeded. One difference is my normal bootstrap script still use the cont

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-25 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #48 from David Edelsohn --- Commenting out the fold_non_dependent_expr call seems to work for me using the build method that regularly was failing before.

[Bug bootstrap/70704] [6 Regression] AIX bootstrap comparison failure

2016-04-25 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704 --- Comment #49 from David Edelsohn --- Can we add some testcases to ensure that -fchecking and similar flags don't accidentally affect code generation due to future changes?

[Bug target/69810] PowerPC64: unrecognizable insn

2016-04-29 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69810 --- Comment #9 from David Edelsohn --- Author: dje Date: Fri Apr 29 17:20:36 2016 New Revision: 235646 URL: https://gcc.gnu.org/viewcvs?rev=235646&root=gcc&view=rev Log: PR target/69810 * config/rs6000/rs6000.md (EXTQI

[Bug target/70963] vec_cts/vec_ctf intrinsics produce wrong results for 64-bit floating point

2016-05-07 Thread dje at gcc dot gnu.org
||2016-05-08 CC||dje at gcc dot gnu.org, ||meissner at gcc dot gnu.org, ||segher at gcc dot gnu.org

[Bug c/71199] Support overloadable attribute in GNU C front-end

2016-05-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71199 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/71199] New: Support overloadable attribute in GNU C front-end

2016-05-19 Thread dje at gcc dot gnu.org
Component: c Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- Support C++ function overloading in C using the overloadable attribute. The appropriate function is invoked based on the function parameters. This feature is defined in the

[Bug c/71199] Support overloadable attribute in GNU C front-end

2016-05-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71199 David Edelsohn changed: What|Removed |Added CC||wschmidt at gcc dot gnu.org --- Comment

[Bug c/71199] Support overloadable attribute in GNU C front-end

2016-05-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71199 --- Comment #3 from David Edelsohn --- How does _Generic interact with C++ if one includes the same header file in either language?

[Bug bootstrap/71471] New: [7 Regression] Selftest failure in pretty-print.c

2016-06-09 Thread dje at gcc dot gnu.org
: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- /tmp/20160608/./gcc/xgcc -B/tmp/20160608/./gcc/ -xc -S -c /dev/null -fself-test /nasfarm/edelsohn/src/src/gcc/pretty-print.c:1246: FAIL: ASSERT_STREQ (expected

[Bug bootstrap/71471] [7 Regression] Selftest failure in pretty-print.c

2016-06-09 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71471 David Edelsohn changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug bootstrap/71471] [7 Regression] Selftest failure in pretty-print.c

2016-06-09 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71471 --- Comment #5 from David Edelsohn --- ah, no, it must be the %p one and that is indeed arch specific I think c99 says: The value of the pointer is converted to a sequence of printing characters, in an implementation-defined manner.

[Bug bootstrap/81638] New: AIX bootstrap failure due to Recover GOTO predictor

2017-07-31 Thread dje at gcc dot gnu.org
: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- Target: powerpc-ibm-aix* The patch breaks bootstrap on AIX and probably is a hidden bug on all targets. With the patch, libbacktrace/xcoff.c fails to compile

[Bug bootstrap/81638] [7 Regression] AIX bootstrap failure due to Recover GOTO predictor

2017-07-31 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81638 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/81638] [7 Regression] AIX bootstrap failure due to Recover GOTO predictor

2017-07-31 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81638 --- Comment #2 from David Edelsohn --- Created attachment 41877 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41877&action=edit pre-processed xcoff.c compiled on AIX 7.2

[Bug bootstrap/81638] [7 Regression] AIX bootstrap failure due to Recover GOTO predictor

2017-07-31 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81638 --- Comment #4 from David Edelsohn --- The test around the setting of incl is the same as the test around the use of incl at the place of the false positive uninitialized error for (i = 0; i < vec->count; ++i) incl = ... if

[Bug bootstrap/81638] [8 Regression] AIX bootstrap failure due to Recover GOTO predictor

2017-08-01 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81638 --- Comment #8 from David Edelsohn --- I already tested the equivalent patch. If the preferred solution is a work-around for the false positive, I'll install that.

[Bug bootstrap/81638] [8 Regression] AIX bootstrap failure due to Recover GOTO predictor

2017-08-02 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81638 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2017-08-02 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 81638, which changed state. Bug 81638 Summary: [8 Regression] AIX bootstrap failure due to Recover GOTO predictor https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81638 What|Removed |Added

[Bug libstdc++/81808] New: 27_io /basic_fstream/53984.cc failure on AIX

2017-08-10 Thread dje at gcc dot gnu.org
: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- Target: powerpc-ibm-aix* ./53984.cc:31: void test01(): Assertion 'in.bad()' failed.

[Bug libstdc++/81808] 27_io /basic_fstream/53984.cc failure on AIX

2017-08-10 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81808 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/81808] 27_io /basic_fstream/53984.cc failure on AIX

2017-08-10 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81808 --- Comment #2 from David Edelsohn --- Created attachment 41967 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41967&action=edit Pre-processed source of testcase

[Bug libstdc++/81808] 27_io /basic_fstream/53984.cc failure on AIX

2017-08-10 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81808 --- Comment #3 from David Edelsohn --- After in >> x, x appears to contain the value 0x02ff22770.

[Bug libstdc++/81808] 27_io /basic_fstream/53984.cc failure on AIX

2017-08-10 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81808 --- Comment #7 from David Edelsohn --- I have no objection to skipping the test on AIX if the test is not correct for AIX behavior.

[Bug target/82317] [8 Regression] "'__builtin_s390_vec_min' matching variant requires z14 or higher" for __vector(2) double when it should work on -march=z13 as well

2017-09-25 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82317 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/82322] [7/8 Regression] vec_ceil/vec_floor/vec_round intrincics do not work for gcc 8, need __builtin_s390_vfidb

2017-09-25 Thread dje at gcc dot gnu.org
||2017-09-25 CC||dje at gcc dot gnu.org, ||krebbel at gcc dot gnu.org, ||vogt at linux dot vnet.ibm.com Summary|vec_ceil/vec_floor

[Bug fortran/67531] No IEEE rounding support for powerpc long double type

2017-04-24 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67531 --- Comment #7 from David Edelsohn --- What progress do you expect? IBM long double does not support non-default rounding. This will be fixed when PPC64LE long double defaults to IEEE 128 bit floating point.

[Bug bootstrap/80531] New: RC1 bootstrap comparison failure

2017-04-26 Thread dje at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- Target: powerpc-ibm-aix* RC1 is experiencing a bootstrap comparison failure on AIX for some object files in libgomp. The difference is the symbol name of global initializers

[Bug bootstrap/80531] RC1 bootstrap comparison failure

2017-04-26 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/80662] New: libstdc++ basic_string casting oddity

2017-05-07 Thread dje at gcc dot gnu.org
++ Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- Target: x86-64 // https://twitter.com/zxovq/status/861377261827629057 #include #include class my_stream : public std::stringstream { public: operator std::string

[Bug libstdc++/80662] libstdc++ basic_string casting oddity

2017-05-07 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80662 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/80860] New: AIX Bootstrap failure

2017-05-22 Thread dje at gcc dot gnu.org
: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- Target: powerpc-ibm-aix /nasfarm/edelsohn/src/src/gcc/c-family/c-cppbuiltin.c: In function 'void builtin_define_float_constants(const char*, const char*, const char*, const char*,

[Bug bootstrap/80860] AIX Bootstrap failure

2017-05-23 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80860 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/80860] AIX Bootstrap failure

2017-05-23 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80860 --- Comment #3 from David Edelsohn --- But I had a successful bootstrap with r248295, which is after your patch.

[Bug bootstrap/80860] AIX Bootstrap failure

2017-05-23 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80860 David Edelsohn changed: What|Removed |Added CC|hubicka at gcc dot gnu.org | --- Comment #4 from David Edels

[Bug c++/80913] [8 regression] Infinite loop in cc1plus with stat hack patch

2017-05-30 Thread dje at gcc dot gnu.org
, |sparc-sun-solaris2.12 |sparc-sun-solaris2.12, ||powerpc-ibm-aix* CC||dje at gcc dot gnu.org --- Comment #8 from David Edelsohn --- Probably also a cause of AIX bootstrap hang.

[Bug tree-optimization/80925] New: [8 Regression] vect peeling failures

2017-05-31 Thread dje at gcc dot gnu.org
-optimization Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org CC: rdapp at linux dot vnet.ibm.com, segher at gcc dot gnu.org, wschmidt at gcc dot gnu.org Target Milestone: --- Target: powerpc*-*-* The recent

[Bug tree-optimization/80925] [8 Regression] vect peeling failures

2017-05-31 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80925 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/80926] New: [7/8 Regression] longjmp not treated as noreturn during CFG build

2017-05-31 Thread dje at gcc dot gnu.org
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- GCC 6 didn't add the fallthru edge and thus properly treated longjmp as noreturn during CFG build. void longjmp(); void __attrib

[Bug middle-end/80926] [7/8 Regression] longjmp not treated as noreturn during CFG build

2017-05-31 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80926 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/81051] New: lambda capture of this in initialization list with virtual inheritance

2017-06-10 Thread dje at gcc dot gnu.org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- [Reported on Stackoverflow https://stackoverflow.com/questions/43748646/gcc-bug-with-lambda-capture-of-this-in-initialization-list-with

[Bug c++/81067] [8 regression] g++.dg/template/nontype10.C FAILs

2017-06-12 Thread dje at gcc dot gnu.org
||2017-06-12 CC||dje at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from David Edelsohn --- This seems to be failing on all 32 bit targets (IA-32, powerpc -m32, AIX -m32).

[Bug libgcc/78481] libunwind.a conflicting recipes on AIX

2016-11-22 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78481 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libgcc/78481] New: libunwind.a conflicting recipes on AIX

2016-11-22 Thread dje at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- Target: powerpc-ibm-aix* libgcc/Makefile.in defines: libgcc.a libgcov.a libunwind.a libgcc_eh.a: -rm -f $@ objects="$(ob

[Bug libgcc/57058] Bootstrap problems on AIX (libgcc configure, 64-bit)

2016-11-23 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57058 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #1

[Bug tree-optimization/78482] [5/6/7 Regression] wrong code at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu

2016-11-23 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78482 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #7

[Bug c++/71848] [7 Regression] libstdc++ testsuite error on AIX

2016-11-28 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71848 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/68838] AIX 32 bit wchar_t testsuite failures

2016-11-28 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68838 --- Comment #2 from David Edelsohn --- oss_01 is "good" with zero size until the string is emitted. .good: 1 .fail: 0 size: 0 oss_01 << str_01; .good: 0 .fail: 1 size: 33554432

[Bug libstdc++/68838] AIX 32 bit wchar_t testsuite failures

2016-11-29 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68838 --- Comment #3 from David Edelsohn --- .good: 0 .fail: 1 width: 5000 size: 33554432 str_01[0]: 97 oss_01.str()[0]: 32 The string is filled with L'a' (0x97). The stringstream is filled with space (0x32) and width is not set to 0 although size

[Bug libstdc++/68838] AIX 32 bit wchar_t testsuite failures

2016-11-29 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68838 --- Comment #4 from David Edelsohn --- On 32 bit AIX, wchar is 16 bits, two bytes. The libstdc++ code prepends 33554432 of fill, which is exactly 2*16777216 or 2^24 2 byte characters. Why is 2^24 special?

[Bug libstdc++/68838] AIX 32 bit wchar_t testsuite failures

2016-11-29 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68838 --- Comment #5 from David Edelsohn --- Sigh. The test is running out of memory.

[Bug libgcc/78576] [PPC] wrong long double to long int conversion

2016-11-29 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78576 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/68838] AIX 32 bit wchar_t testsuite failures

2016-11-29 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68838 --- Comment #6 from David Edelsohn --- Author: dje Date: Tue Nov 29 17:50:27 2016 New Revision: 242967 URL: https://gcc.gnu.org/viewcvs?rev=242967&root=gcc&view=rev Log: PR libstdc++/68838 * testsuite/lib/libstdc++.exp (DEFAULT_CXXFLA

[Bug libstdc++/68838] AIX 32 bit wchar_t testsuite failures

2016-11-29 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68838 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/78235] [7 Regression] libstdc++ testsuite run.cc ICE in int_bit_position

2016-12-01 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78235 --- Comment #5 from David Edelsohn --- This fails in dbxout.c:dbxout_type_fields() /* Output the name, type, position (in bits), size (in bits) of each field that we can support. */ for (tem = TYPE_FIELDS (type); tem; tem = DECL_CHAIN

[Bug c++/77373] __attribute__((vector_size(N))) fails on AIX

2016-12-01 Thread dje at gcc dot gnu.org
( file=0x11af5554 <_GLOBAL__F_final_solutions_obstack+29508> "/home/dje/src/src/gcc/cgraph.h", line=0, function=0x2ff21880 "/�\030�") at /home/dje/src/src/gcc/diagnostic.c:1446 #1 0x10a96f64 in symtab_node::get (decl=) #2 0x100a3a94 in _Z17decl_section_n

[Bug c++/78235] [7 Regression] libstdc++ testsuite run.cc ICE in int_bit_position

2016-12-01 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78235 --- Comment #6 from David Edelsohn --- Author: dje Date: Thu Dec 1 18:58:47 2016 New Revision: 243126 URL: https://gcc.gnu.org/viewcvs?rev=243126&root=gcc&view=rev Log: PR debug/66419 PR c++/78235 * dbxout.c (dbxout_type_field

[Bug tree-optimization/66419] [6 regression] FAIL: gcc.target/aarch64/aapcs64/va_arg-6.c execution, -O3 -g

2016-12-01 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66419 --- Comment #6 from David Edelsohn --- Author: dje Date: Thu Dec 1 18:58:47 2016 New Revision: 243126 URL: https://gcc.gnu.org/viewcvs?rev=243126&root=gcc&view=rev Log: PR debug/66419 PR c++/78235 * dbxout.c (dbxout_type_field

[Bug c++/78235] [7 Regression] libstdc++ testsuite run.cc ICE in int_bit_position

2016-12-01 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78235 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debug/66149] ICE: tree check: expected field_decl, have template_decl in int_bit_position, at tree.h:5012 with -std=c++14 -gstabs

2016-12-01 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66149 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/77373] __attribute__((vector_size(N))) fails on AIX

2016-12-02 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77373 --- Comment #4 from David Edelsohn --- unit size align 256 symtab 0 alias set -1 canonical type 700fc0c0 fields used nonlocal decl_3 BLK file /gsa/yktgsa/home/e/d/edelsohn/src/src/gcc/testsuite/g++.dg/ext/v

[Bug target/78811] New: [7 Regression] raw-string-6.c testsuite failure

2016-12-14 Thread dje at gcc dot gnu.org
: target Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- Target: powerpc*-*-* c-c++-common/raw-string-6.c:5:18: error: unterminated raw string c-c++-common/raw-string-6.c:5:1: internal compiler error: Segmentation fault

[Bug target/78811] [7 Regression] raw-string-6.c testsuite failure

2016-12-14 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78811 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/78811] [7 Regression] raw-string-6.c testsuite failure

2016-12-14 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78811 --- Comment #2 from David Edelsohn --- Started somewhere between 243555 and 243578. Requires -mcpu=power7 or lower. Works with -mcpu=power8. Possibly r243578 combine.c change.

[Bug target/78417] target_clones default for powerpc64

2016-12-14 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78417 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/78417] target_clones default for powerpc64

2016-12-14 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78417 --- Comment #3 from David Edelsohn --- Bounty available!

[Bug driver/70936] Hard-coded C++ header paths and relocation problem

2016-12-21 Thread dje at gcc dot gnu.org
:00 |2016-12-21 CC||dje at gcc dot gnu.org Summary|Hard-coded C++ header paths |Hard-coded C++ header paths |and relocation problem on |and relocation problem |Windows

[Bug target/78875] -fstack-protector on powerpc64 now always use TLS, won't work for kernel/firmware

2016-12-21 Thread dje at gcc dot gnu.org
||2016-12-21 CC||dje at gcc dot gnu.org, ||wschmidt at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from David Edelsohn --- Confirmed.

[Bug c/71199] Support overloadable attribute in GNU C front-end

2017-01-11 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71199 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/79103] New: [7 Regression] build_variant_type_copy ICE

2017-01-16 Thread dje at gcc dot gnu.org
++ Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Blocks: 71737 Target Milestone: --- Target: powerpc-ibm-aix* The patch for PR 71737 introduced a new regression in libstdc++ libstdc++-v3/include/tr1/shared_ptr.h:556: internal

[Bug c++/79103] [7 Regression] build_variant_type_copy ICE

2017-01-16 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79103 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/79198] [7 Regression] r244802 causes out of memory during PGO bootstrap

2017-01-23 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79198 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #3

[Bug middle-end/68664] [6/7 Regression] Speculative sqrt in c-ray main loop causes large slow down

2017-01-31 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68664 --- Comment #16 from David Edelsohn --- > That isn't an argument for -fno-sched-spec, it is an argument for a cost > model which better matches the cost of the transformation, using the > information available, without bloating the automaton.

<    1   2   3   4   5   6   7   8   9   10   >