Sanitizer CHECK failed: sanitizer_allocator_primary64.h:133

2025-01-20 Thread JerryXie via Gcc
64-poky-linux-gcc -O1 -fsanitize=address -fno-omit-frame-pointer -o > > > test test.c" > > > > > > *AddressSanitizer: CHECK failed: sanitizer_allocator_primary64.h:131 > > > "((kSpaceBeg)) == ((address_range.Init(TotalSpaceSize, > > > PrimaryAllocator

Mail delivery failed: returning message to sender

2024-12-08 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: c.hodg...@pdconsultantsuk.co.uk (generated from a.gr...@privateinvestigators

Mail delivery failed: returning message to sender

2024-11-25 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: gcc@gcc.gnu.org host gcc.gnu.org [8.43.85.97] SMTP error from remote mail

Mail delivery failed: returning message to sender

2024-11-24 Thread Mail Delivery System via Gcc
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: gcc@gcc.gnu.org Domain wasson.ltd has exceeded the max defers and failures per

Mail delivery failed: returning message to sender

2024-11-23 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: gcc@gcc.gnu.org Domain gsjj.ma has exceeded the max defers and failures per hour

Mail delivery failed: returning message to sender

2024-11-22 Thread Mail Delivery System via Gcc
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: gcc@gcc.gnu.org Domain wasson.ltd has exceeded the max defers and failures per

Re: ☠ Buildbot (Sourceware): gcc - failed compile (failure) (master)

2024-11-15 Thread Andrew Pinski via Gcc
(__builtin_inff ()) | ^~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:512: _divhc3.o] Error 1 Should we do #undef INFINITY in libgcc2.c? change all of the uses of INFINITY to something else? Thanks, Andrew > > Build state: failed comp

Mail delivery failed: returning message to sender

2024-06-04 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address failed: thomasinacu...@att.net: SMTP error from remote server for RCPT TO command, host

Re: Question about the SLP vectorizer failed to perform automatic vectorization in one case

2024-05-27 Thread Hanke Zhang via Gcc
'm trying to studing the automatic vectorization optimization in GCC, > > but I found one case that SLP vectorizer failed to do such things. > > > > Here is the sample code: (also a simplification version of a function > > from the 625/525.x264 source code in SPEC CPU 2017) &g

Re: Question about the SLP vectorizer failed to perform automatic vectorization in one case

2024-05-27 Thread Richard Biener via Gcc
On Sat, May 25, 2024 at 3:08 PM Hanke Zhang via Gcc wrote: > > Hi, > I'm trying to studing the automatic vectorization optimization in GCC, > but I found one case that SLP vectorizer failed to do such things. > > Here is the sample code: (also a simplification version of a

Question about the SLP vectorizer failed to perform automatic vectorization in one case

2024-05-25 Thread Hanke Zhang via Gcc
Hi, I'm trying to studing the automatic vectorization optimization in GCC, but I found one case that SLP vectorizer failed to do such things. Here is the sample code: (also a simplification version of a function from the 625/525.x264 source code in SPEC CPU 2017) void pixel_sub_wxh(int16_t

Sanitizer CHECK failed: sanitizer_allocator_primary64.h:133

2024-02-08 Thread Deepthi H via Gcc
Hi, I am facing the issue on enabling sanitizers for gcc on aarch64 linux. The issue was observed with the following command :- "aarch64-poky-linux-gcc -O1 -fsanitize=address -fno-omit-frame-pointer -o test test.c" *AddressSanitizer: CHECK failed: sanitizer_allocator_primary64.h:131 &q

Re: inlining failed in call to 'always_inline': target specific option mismatch

2023-05-24 Thread Georg-Johann Lay
Am 24.05.23 um 11:28 schrieb Richard Biener: On Tue, May 23, 2023 at 1:25 PM Georg-Johann Lay wrote: This error pops up in the testsuite for avr. As far as I understand, this is due to target-specific optimization like in avr-common.cc: { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_mgas_isr_pr

Re: inlining failed in call to 'always_inline': target specific option mismatch

2023-05-24 Thread Richard Biener via Gcc
On Tue, May 23, 2023 at 1:25 PM Georg-Johann Lay wrote: > > This error pops up in the testsuite for avr. > > As far as I understand, this is due to target-specific optimization like > in avr-common.cc: > > { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_mgas_isr_prologues, NULL, 1 }, > { OPT_LEVELS_1

inlining failed in call to 'always_inline': target specific option mismatch

2023-05-23 Thread Georg-Johann Lay
This error pops up in the testsuite for avr. As far as I understand, this is due to target-specific optimization like in avr-common.cc: { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_mgas_isr_prologues, NULL, 1 }, { OPT_LEVELS_1_PLUS, OPT_mmain_is_OS_task, NULL, 1 }, // Stick to the "old" plac

Re: Buildbot (Sourceware): gcc - failed configure (failure) (master)

2023-01-31 Thread Steve Kargl via Gcc
n the rest of > > > the subject line > > > > > > Buildbot (Sourceware): gcc - failed configure (failure) (master) > > > > They convey as much additional information as does (automated) colorful > > syntax highlighting, or (manual) source code line indentation: &

Re: Buildbot (Sourceware): gcc - failed configure (failure) (master)

2023-01-31 Thread LIU Hao via Gcc
在 2023-01-31 21:13, Thomas Schwinge 写道: Hi! On 2023-01-30T14:50:08-0800, Steve Kargl via Fortran wrote: Does the skull and crossbones convey anymore info than the rest of the subject line Buildbot (Sourceware): gcc - failed configure (failure) (master) They convey as much additional

Re: Buildbot (Sourceware): gcc - failed configure (failure) (master)

2023-01-31 Thread Thomas Schwinge
Hi! On 2023-01-30T14:50:08-0800, Steve Kargl via Fortran wrote: > Does the skull and crossbones convey anymore info than the rest of > the subject line > > Buildbot (Sourceware): gcc - failed configure (failure) (master) They convey as much additional information as doe

Re: ☠ Buildbot (Sourceware): gcc - failed configure (failure) (master)

2023-01-30 Thread Jerry D via Gcc
On 1/30/23 5:46 AM, Sam James wrote: On 30 Jan 2023, at 06:27, Steve Kargl via Gcc wrote: Hi Steve, Please remove the skull and cross bones in the subject line. This is a sourceware project so I've CC'd the buildbot mailing list where we discuss these matters. Does the emoji bother yo

Re: Buildbot (Sourceware): gcc - failed configure (failure) (master)

2023-01-30 Thread Steve Kargl via Gcc
r special character in one's name - which is > pretty common in parts of the world like Central Europe? umlaut and other special chars can trigger spam filters. Whitelisting is used for those that matter. Does the skull and crossbones convey anymore info than the rest of the subject line

Re: Buildbot (Sourceware): gcc - failed configure (failure) (master)

2023-01-30 Thread Thomas Koenig via Gcc
On 30.01.23 23:07, Gerald Pfeifer wrote: Hmm, so any digit, parenthesis, or bracket in the Subject, and mails gets to /dev/null? Sending mail with special graphics in Subject lines is what spammers do, to attract special attention. (And no, umlauts are not included :-). So, If I ever happen t

Re: Buildbot (Sourceware): gcc - failed configure (failure) (master)

2023-01-30 Thread Gerald Pfeifer
On Mon, 30 Jan 2023, Steve Kargl via Gcc wrote: > Bingo. In the case of non-[a-zA-Z] characters in the > Subject (or Fromi or To) line, the spam folder is normally > named /dev/null. Hmm, so any digit, parenthesis, or bracket in the Subject, and mails gets to /dev/null? Or having an umlaut or o

Re: Buildbot (Sourceware): gcc - failed configure (failure) (master)

2023-01-30 Thread Steve Kargl via Gcc
On Mon, Jan 30, 2023 at 03:46:30PM +0100, Thomas Koenig wrote: > On 30.01.23 14:52, Mark Wielaard wrote: > > Hi Steve, > > > > On Sun, 2023-01-29 at 22:27 -0800, Steve Kargl via Gcc wrote: > > > Please remove the skull and cross bones in the subject line. > > > > That is the default "hazard symbo

Re: Buildbot (Sourceware): gcc - failed configure (failure) (master)

2023-01-30 Thread Thomas Koenig via Gcc
On 30.01.23 14:52, Mark Wielaard wrote: Hi Steve, On Sun, 2023-01-29 at 22:27 -0800, Steve Kargl via Gcc wrote: Please remove the skull and cross bones in the subject line. That is the default "hazard symbol" buildbot uses if a build turns from success to failure. If you have a better suggest

Re: ☠ Buildbot (Sourceware): gcc - failed configure (failure) (master)

2023-01-30 Thread Mark Wielaard
Hi Steve, On Sun, 2023-01-29 at 22:27 -0800, Steve Kargl via Gcc wrote: > Please remove the skull and cross bones in the subject line. That is the default "hazard symbol" buildbot uses if a build turns from success to failure. If you have a better suggestion you might want to contact upstream htt

Re: ☠ Buildbot (Sourceware): gcc - failed configure (failure) (master)

2023-01-30 Thread Sam James via Gcc
> On 30 Jan 2023, at 06:27, Steve Kargl via Gcc wrote: Hi Steve, > Please remove the skull and cross bones in the subject line. This is a sourceware project so I've CC'd the buildbot mailing list where we discuss these matters. Does the emoji bother you, or is it the skull and crossbones sp

Re: ☠ Buildbot (Sourceware): gcc - failed configure (failure) (master)

2023-01-29 Thread Steve Kargl via Gcc
On Sun, Jan 29, 2023 at 07:49:35PM +, Sam James via Fortran wrote: > > > > On 29 Jan 2023, at 19:36, Jerry D via Gcc wrote: > > > > I had this show up today. I have no idea what this is about. > > > > Please advise. > > > > Sorry Jerry, false positive -- something went wrong with > the b

Re: ☠ Buildbot (Sourceware): gcc - failed configure (failure) (master)

2023-01-29 Thread Sam James via Gcc
> On 29 Jan 2023, at 19:36, Jerry D via Gcc wrote: > > I had this show up today. I have no idea what this is about. > > Please advise. > Sorry Jerry, false positive -- something went wrong with the builder. Disregard. We're still setting things up there. > Jerry Best, sam signature.asc

Re: ☠ Buildbot (Sourceware): gcc - failed configure (failure) (master)

2023-01-29 Thread NightStrike via Gcc
On Sun, Jan 29, 2023 at 2:37 PM Jerry D via Fortran wrote: > > I had this show up today. I have no idea what this is about. > > Please advise. I assume the buildbot thinks that https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=8011fbba7baa46947341ca8069b5a327163a68d5 broke the build, but I fail to se

Fwd: ☠ Buildbot (Sourceware): gcc - failed configure (failure) (master)

2023-01-29 Thread Jerry D via Gcc
I had this show up today. I have no idea what this is about. Please advise. Jerry Forwarded Message Subject: ☠ Buildbot (Sourceware): gcc - failed configure (failure) (master) Date: Sun, 29 Jan 2023 19:31:23 + From: buil...@sourceware.org To: Jerry DeLisle A new

Re: Mail delivery failed: returning message to sender

2022-10-06 Thread Dave Blanchard
> This message was created automatically by mail delivery software. > > A message that you sent could not be delivered to one or more of its > recipients. This is a permanent error. The following address(es) failed: > > gcc@gcc.gnu.org >(generated from g...@gnu.org)

Mail delivery failed: returning message to sender

2022-10-06 Thread Mail Delivery System via Gcc
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: gcc@gcc.gnu.org (generated from g...@gnu.org) host gcc.gnu.org [2620:52:3:1:0

Mail delivery failed: returning message to sender

2020-12-23 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: gcc@gcc.gnu.org host gcc.gnu.org [8.43.85.97] SMTP error from remote mail

Mail delivery failed: returning message to sender

2020-12-14 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: gcc@gcc.gnu.org host gcc.gnu.org [8.43.85.97] SMTP error from remote mail

Mail delivery failed: returning message to sender

2020-11-02 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: gcc@gcc.gnu.org host gcc.gnu.org [8.43.85.97] SMTP error from remote mail

Mail delivery failed: returning message to sender

2020-06-07 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: Reason: multiple delivery attempts failed --- The header of the original message is

Re: sign_and_send_pubkey: signing failed: agent refused operation

2020-06-02 Thread Martin Sebor via Gcc
ow of nothing relevant that has changed on the sourceware side. sign_and_send_pubkey: signing failed: agent refused operation mse...@gcc.gnu.org: Permission denied (publickey). fatal: Could not read from remote repository. The usual advice is to run % ssh -vv gcc.gnu.org alive and report the ssh

Re: sign_and_send_pubkey: signing failed: agent refused operation

2020-06-02 Thread Jonathan Wakely via Gcc
gt; >> > >>> Is this a transient glitch or has something changed recently that I > >>> need to make some adjustments for? > >> > >> I know of nothing relevant that has changed on the sourceware side. > >> > >>> sign_and_send_pubk

Re: sign_and_send_pubkey: signing failed: agent refused operation

2020-06-02 Thread Martin Sebor via Gcc
e you logging in from the same workstation with access to the same set of ssh private keys? Is this a transient glitch or has something changed recently that I need to make some adjustments for? I know of nothing relevant that has changed on the sourceware side. sign_and_send_pubkey: signing f

Re: sign_and_send_pubkey: signing failed: agent refused operation

2020-06-02 Thread Jim Wilson
On Mon, Jun 1, 2020 at 3:33 PM Martin Sebor via Gcc wrote: > So it sounds like you wouldn't expect the "agent refused operation" > error either, and it's not just a poor error message that I should > learn to live with. That makes me think I should try to figure out > what's wrong. I think the ~

Re: sign_and_send_pubkey: signing failed: agent refused operation

2020-06-01 Thread Martin Sebor via Gcc
On 6/1/20 1:53 PM, Frank Ch. Eigler wrote: Hi - ~/.ssh/known_hosts exists and ~/.ssh is rwx only by the owner. Everything works fine if I add my key by running ssh-add. What's not so great is the errors I get when I forget to do that: "agent refused operation?" Yeah, there is something odd o

Re: sign_and_send_pubkey: signing failed: agent refused operation

2020-06-01 Thread Jonathan Wakely via Gcc
h access to the same > >>> set of ssh private keys? > >> > >> Yes. > >> > >>> > >>>> Is this a transient glitch or has something changed recently that I > >>>> need to make some adjustments for? > >>> > >

Re: sign_and_send_pubkey: signing failed: agent refused operation

2020-06-01 Thread Frank Ch. Eigler via Gcc
Hi - > ~/.ssh/known_hosts exists and ~/.ssh is rwx only by the owner. > Everything works fine if I add my key by running ssh-add. What's > not so great is the errors I get when I forget to do that: "agent > refused operation?" Yeah, there is something odd on your side. Maybe your ssh client is

Re: sign_and_send_pubkey: signing failed: agent refused operation

2020-06-01 Thread Martin Sebor via Gcc
side. sign_and_send_pubkey: signing failed: agent refused operation mse...@gcc.gnu.org: Permission denied (publickey). fatal: Could not read from remote repository. The usual advice is to run % ssh -vv gcc.gnu.org alive and report the ssh level error. "agent refused operation" sounds li

Re: sign_and_send_pubkey: signing failed: agent refused operation

2020-06-01 Thread Jonathan Wakely via Gcc
make some adjustments for? > > > > I know of nothing relevant that has changed on the sourceware side. > > > >> sign_and_send_pubkey: signing failed: agent refused operation > >> mse...@gcc.gnu.org: Permission denied (publickey). > >> fatal: Could not re

Re: sign_and_send_pubkey: signing failed: agent refused operation

2020-06-01 Thread Martin Sebor via Gcc
ivate keys? Yes. Is this a transient glitch or has something changed recently that I need to make some adjustments for? I know of nothing relevant that has changed on the sourceware side. sign_and_send_pubkey: signing failed: agent refused operation mse...@gcc.gnu.org: Permission d

Re: sign_and_send_pubkey: signing failed: agent refused operation

2020-06-01 Thread Jonathan Wakely via Gcc
ging in from the same workstation with access to the same > set of ssh private keys? > > > Is this a transient glitch or has something changed recently that I > > need to make some adjustments for? > > I know of nothing relevant that has changed on the sourceware side. >

Re: sign_and_send_pubkey: signing failed: agent refused operation

2020-06-01 Thread Frank Ch. Eigler via Gcc
ent glitch or has something changed recently that I > need to make some adjustments for? I know of nothing relevant that has changed on the sourceware side. > sign_and_send_pubkey: signing failed: agent refused operation > mse...@gcc.gnu.org: Permission denied (publickey). > fata

sign_and_send_pubkey: signing failed: agent refused operation

2020-06-01 Thread Martin Sebor via Gcc
git pull from the GCC and Glibc repos is failing for me with the error below. It worked fine last week and I haven't made any changes to my ssh keys. Is this a transient glitch or has something changed recently that I need to make some adjustments for? sign_and_send_pubkey: signing f

Re: make all failed with error for GCC 9.2

2019-11-07 Thread Jonathan Wakely
On Thu, 7 Nov 2019 at 07:52, Ajumal Abdul Majeed wrote: > > Hi, > I was trying to build GCC and "make all" is failing. Please find the > config.log below and kindly help me to rectify this issue. Please use the correct mailing list i.e. gcc-help https://gcc.gnu.org/lists.html When you send an em

make all failed with error for GCC 9.2

2019-11-06 Thread Ajumal Abdul Majeed
5 or later configure:6020: gcc -o conftest -g -O2 -lisl -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp >&5 conftest.c:10:10: fatal error: isl/schedule.h: No such file or directory #include ^~~~ compilation terminated. configure:6020: $? = 1 configure: failed progra

Re: gcc-8-20180225: recipe for target 'configure-target-libbacktrace' failed

2018-02-26 Thread Siegmar Gross
error: C compiler cannot create executables See `config.log' for more details. Makefile:11774: recipe for target 'configure-target-libbacktrace' failed make[1]: *** [configure-target-libbacktrace] Error 1 make[1]: Leaving directory '/export2/src/gcc-8.0.0/gcc-8.0.0_build'

Re: gcc-8-20180225: recipe for target 'configure-target-libbacktrace' failed

2018-02-26 Thread Thomas Schwinge
nfigure: error: in > `/export2/src/gcc-8.0.0/gcc-8.0.0_build/nvptx-none/libbacktrace': > configure: error: C compiler cannot create executables > See `config.log' for more details. > Makefile:11774: recipe for target 'configure-target-libbacktrace' failed > make[1]:

gcc-8-20180225: recipe for target 'configure-target-libbacktrace' failed

2018-02-25 Thread Siegmar Gross
#x27;: configure: error: C compiler cannot create executables See `config.log' for more details. Makefile:11774: recipe for target 'configure-target-libbacktrace' failed make[1]: *** [configure-target-libbacktrace] Error 1 make[1]: Leaving directory '/export2/src/gcc-8.0.0/gcc-8.0.0

Re: FW: Build failed in Jenkins: BuildThunderX_native_gcc_upstream #1267

2017-03-17 Thread Jeff Law
On 03/17/2017 05:51 PM, Jim Wilson wrote: On 03/17/2017 04:12 PM, Jim Wilson wrote: I have access to a fast box that isn't otherwise in use at the moment so I'm taking a look. r246225 builds OK. r246226 does not. So it is Bernd's combine patch. A little experimenting shows that the compare d

Re: FW: Build failed in Jenkins: BuildThunderX_native_gcc_upstream #1267

2017-03-17 Thread Jim Wilson
On 03/17/2017 04:12 PM, Jim Wilson wrote: I have access to a fast box that isn't otherwise in use at the moment so I'm taking a look. r246225 builds OK. r246226 does not. So it is Bernd's combine patch. A little experimenting shows that the compare difference is triggered by the use of -gtogg

Re: FW: Build failed in Jenkins: BuildThunderX_native_gcc_upstream #1267

2017-03-17 Thread Jim Wilson
On 03/17/2017 03:28 PM, Jeff Law wrote: On 03/17/2017 03:31 PM, Andrew Pinski wrote: On Fri, Mar 17, 2017 at 11:47 AM, Bernd Schmidt wrote: On 03/17/2017 07:38 PM, Pinski, Andrew wrote: One of the following revision caused a bootstrap comparison failure on aarch64-linux-gnu: r246225 r246226

Re: FW: Build failed in Jenkins: BuildThunderX_native_gcc_upstream #1267

2017-03-17 Thread Jeff Law
On 03/17/2017 03:31 PM, Andrew Pinski wrote: On Fri, Mar 17, 2017 at 11:47 AM, Bernd Schmidt wrote: On 03/17/2017 07:38 PM, Pinski, Andrew wrote: One of the following revision caused a bootstrap comparison failure on aarch64-linux-gnu: r246225 r246226 r246227 Can you help narrow that down?

Re: FW: Build failed in Jenkins: BuildThunderX_native_gcc_upstream #1267

2017-03-17 Thread Andrew Pinski
On Fri, Mar 17, 2017 at 11:47 AM, Bernd Schmidt wrote: > On 03/17/2017 07:38 PM, Pinski, Andrew wrote: >> >> One of the following revision caused a bootstrap comparison failure on >> aarch64-linux-gnu: >> r246225 >> r246226 >> r246227 > > > Can you help narrow that down? I can though I don't want

Re: FW: Build failed in Jenkins: BuildThunderX_native_gcc_upstream #1267

2017-03-17 Thread Jeff Law
On 03/17/2017 12:47 PM, Bernd Schmidt wrote: On 03/17/2017 07:38 PM, Pinski, Andrew wrote: One of the following revision caused a bootstrap comparison failure on aarch64-linux-gnu: r246225 r246226 r246227 Can you help narrow that down? I'm provisioning an aarch64 system now. jeff

Re: FW: Build failed in Jenkins: BuildThunderX_native_gcc_upstream #1267

2017-03-17 Thread Bernd Schmidt
On 03/17/2017 07:38 PM, Pinski, Andrew wrote: One of the following revision caused a bootstrap comparison failure on aarch64-linux-gnu: r246225 r246226 r246227 Can you help narrow that down? Bernd

FW: Build failed in Jenkins: BuildThunderX_native_gcc_upstream #1267

2017-03-17 Thread Pinski, Andrew
: Friday, March 17, 2017 11:00 AM To: Pinski, Andrew Subject: Build failed in Jenkins: BuildThunderX_native_gcc_upstream #1267 -- rm -f stage_current make[3]: Leaving directory '<http://toolchain-releases.caveonetworks.com:

Re: Gnu gcc-6.2.0. Make install-gcc failed.

2016-10-07 Thread Marcin Noga
W dniu 2016-10-07 o 11:15, Richard Biener pisze: > On Fri, Oct 7, 2016 at 10:17 AM, Marcin Noga wrote: >> Hello. >> I just starting their adventure with the GNU GCC. >> Successfully compiled binutils and gcc 6.2.0 for FR30-elf target. >> In an environment Msys2 under Windows 10. >> Configuration

Re: Gnu gcc-6.2.0. Make install-gcc failed.

2016-10-07 Thread Marcin Noga
W dniu 2016-10-07 o 11:15, Richard Biener pisze: > On Fri, Oct 7, 2016 at 10:17 AM, Marcin Noga wrote: >> Hello. >> I just starting their adventure with the GNU GCC. >> Successfully compiled binutils and gcc 6.2.0 for FR30-elf target. >> In an environment Msys2 under Windows 10. >> Configuration

Re: Gnu gcc-6.2.0. Make install-gcc failed.

2016-10-07 Thread Richard Biener
On Fri, Oct 7, 2016 at 10:17 AM, Marcin Noga wrote: > Hello. > I just starting their adventure with the GNU GCC. > Successfully compiled binutils and gcc 6.2.0 for FR30-elf target. > In an environment Msys2 under Windows 10. > Configuration binutils: > > ../../src/binutils-2.27/configure --target=

Gnu gcc-6.2.0. Make install-gcc failed.

2016-10-07 Thread Marcin Noga
when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in d-?r-*) different_mode=700;; d-?--*) diff

Re: "error: static assertion failed: [...]"

2016-07-16 Thread Martin Sebor
From a diagnostics point-of-view, neither version is quoted: c/c-parser.c: error_at (assert_loc, "static assertion failed: %E", string); cp/semantics.c: error ("static assertion failed: %s", To be "quoted", it would need to use either %q or %<%>. Note t

Re: "error: static assertion failed: [...]" (was: [GCC Wiki] Update of "DiagnosticsGuidelines" by MartinSebor)

2016-07-13 Thread Manuel López-Ibáñez
On 13/07/16 14:26, Thomas Schwinge wrote: Hi! I had recently noticed that given: #ifndef __cplusplus /* C */ _Static_assert(0, "foo"); #else /* C++ */ static_assert(0, "foo"); #endif ..., for C we diagnose: [...]:2:1: error: static as

Re: "error: static assertion failed: [...]"

2016-07-13 Thread Martin Sebor
On 07/13/2016 07:26 AM, Thomas Schwinge wrote: Hi! I had recently noticed that given: #ifndef __cplusplus /* C */ _Static_assert(0, "foo"); #else /* C++ */ static_assert(0, "foo"); #endif ..., for C we diagnose: [...]:2:1: error: static as

"error: static assertion failed: [...]" (was: [GCC Wiki] Update of "DiagnosticsGuidelines" by MartinSebor)

2016-07-13 Thread Thomas Schwinge
Hi! I had recently noticed that given: #ifndef __cplusplus /* C */ _Static_assert(0, "foo"); #else /* C++ */ static_assert(0, "foo"); #endif ..., for C we diagnose: [...]:2:1: error: static assertion failed: "foo&quo

Re: More explicit what's wrong with this: FAILED: Bootstrap (build config: lto; languages: all; trunk revision 217898) on x86_64-unknown-linux-gnu

2014-11-21 Thread H.J. Lu
On Fri, Nov 21, 2014 at 7:23 AM, Markus Trippelsdorf wrote: > On 2014.11.21 at 16:16 +0100, Toon Moene wrote: >> See: https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg02259.html >> >> What's not in the log file sent to gcc-results: > > See: http://thread.gmane.org/gmane.comp.gcc.patches/327449 >

Re: More explicit what's wrong with this: FAILED: Bootstrap (build config: lto; languages: all; trunk revision 217898) on x86_64-unknown-linux-gnu

2014-11-21 Thread Markus Trippelsdorf
On 2014.11.21 at 16:16 +0100, Toon Moene wrote: > See: https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg02259.html > > What's not in the log file sent to gcc-results: See: http://thread.gmane.org/gmane.comp.gcc.patches/327449 -- Markus

More explicit what's wrong with this: FAILED: Bootstrap (build config: lto; languages: all; trunk revision 217898) on x86_64-unknown-linux-gnu

2014-11-21 Thread Toon Moene
with -fPIC /dev/shm/wd4296/ccFei5Gg.ltrans0.ltrans.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status Makefile:409: recipe for target 'libcc1.la' failed make[3]: *** [libcc1.la] Error 1 Kind regards, -- Toon Moene - e-mail: t...@moene.org - phone: +31 346 2

clang 3.4.1 (and 3.3) compilation failed with gcc 4.7.4

2014-06-27 Thread Alexander Pyhalov
Hello. After updating gcc from 4.7.3 to 4.7.4 on our illumos distribution (OpenIndiana Hipster) I can't longer compile clang. Compilation fails with llvm[5]: Compiling CIndexCodeCompletion.cpp for Release+Asserts build (PIC) llvm[5]: Linking Release+Asserts executable clang-check (without sym

Re: libstdc++ test case ext/headers.cc failed on arm-none-eabi

2013-08-07 Thread Jonathan Wakely
On 7 August 2013 14:10, David Edelsohn wrote: > The same error occurs on AIX because the tests are run without pthreads. We moved the thread to the libstdc++ list, where I pointed out that is missing the "#pragma GCC system_header" that would suppress the warnings.

Re: libstdc++ test case ext/headers.cc failed on arm-none-eabi

2013-08-07 Thread David Edelsohn
The same error occurs on AIX because the tests are run without pthreads. - David On Wed, Aug 7, 2013 at 6:22 AM, Bin.Cheng wrote: > Hi, > I spotted case ext/headers.cc failed on arm-none-eabi with below information: > > In file included from > /home/build/work/gcc-build/arm-no

libstdc++ test case ext/headers.cc failed on arm-none-eabi

2013-08-07 Thread Bin.Cheng
Hi, I spotted case ext/headers.cc failed on arm-none-eabi with below information: In file included from /home/build/work/gcc-build/arm-none-eabi/armv7-m/libstdc++-v3/include/arm-none-eabi/bits/gthr.h:148:0, from /home/build/work/gcc-build/arm-none-eabi/armv7-m/libstdc++-v3

Re: [help]failed to generate PHI NODE in esra pass.

2012-11-05 Thread Handong Ye
>> >> > > ... > >> >> >> >> But when I do the test for a case with a little change, it is failed to >> >> generate MAX_EXPR in phiopt1. >> >> The failed case2 : >> >> int foo(short a ,short b) >> >> { >&

Re: [help]failed to generate PHI NODE in esra pass.

2012-11-05 Thread Martin Jambor
Hi, On Sun, Nov 04, 2012 at 09:32:48PM -0800, Handong Ye wrote: > On Sun, Nov 4, 2012 at 2:13 PM, Martin Jambor wrote: > > On Sat, Nov 03, 2012 at 09:01:53AM +, Yangyueming wrote: > >> Hi, all > >> ... > >> > >> But when I do the test for

Re: [help]failed to generate PHI NODE in esra pass.

2012-11-04 Thread Handong Ye
nt D.2094; >> >> : >> a_9 = MAX_EXPR ; >> D.2094_5 = (int) a_9; >> return D.2094_5; >> >> } >> >> But when I do the test for a case with a little change, it is failed to >> generate MAX_EXPR in phiopt1. >> The failed case

答复: [help]failed to generate PHI NODE in esra pass.

2012-11-04 Thread Yangyueming
I know it , thanks. -邮件原件- 发件人: Martin Jambor [mailto:mjam...@suse.cz] 发送时间: 2012年11月5日 6:14 收件人: Yangyueming 抄送: gcc@gcc.gnu.org 主题: Re: [help]failed to generate PHI NODE in esra pass. Hi, On Sat, Nov 03, 2012 at 09:01:53AM +, Yangyueming wrote: > Hi, all > > I do the re

Re: [help]failed to generate PHI NODE in esra pass.

2012-11-04 Thread Martin Jambor
} > > It is successed in pass phiopt1(-O2 with gcc 4.7.0). The MAX_EXPR can be > generated. > > foo (short int a, short int b) > { >   int D.2094; > > : >   a_9 = MAX_EXPR ; >   D.2094_5 = (int) a_9; >   return D.2094_5; > > } > > But when

[help]failed to generate PHI NODE in esra pass.

2012-11-03 Thread Yangyueming
int D.2094; :   a_9 = MAX_EXPR ;   D.2094_5 = (int) a_9;   return D.2094_5; } But when I do the test for a case with a little change, it is failed to generate MAX_EXPR in phiopt1. The failed case2 : int foo(short a ,short b) {   int c;   if (a < b)     a = b;      c = *(int *)&a;   retu

Re: Failed access check

2012-04-26 Thread Jonathan Wakely
2012/4/26 Peter A. Felvegi: > On 04/23/2012 08:20 PM, Jonathan Wakely wrote: >> >> Please check it's not http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24926 >> first > > Hello, > > it seems to be the same issue, quite dated, though. Yes, we have a number of long-standing bugs to do with access-check

Re: Failed access check

2012-04-26 Thread Peter A. Felvegi
On 04/23/2012 08:20 PM, Jonathan Wakely wrote: On 23 April 2012 18:48, Ian Lance Taylor wrote: "Peter A. Felvegi" writes: Should I file a bug report? Yes, please. Thanks. Please check it's not http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24926 first Hello, it seems to be the same issue, q

Re: Failed access check

2012-04-23 Thread Jonathan Wakely
On 23 April 2012 18:48, Ian Lance Taylor wrote: > "Peter A. Felvegi" writes: > >> Should I file a bug report? > > Yes, please.  Thanks. Please check it's not http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24926 first

Re: Failed access check

2012-04-23 Thread Ian Lance Taylor
"Peter A. Felvegi" writes: > Should I file a bug report? Yes, please. Thanks. Ian

Failed access check

2012-04-23 Thread Peter A. Felvegi
Hello, clang gave an error on a code that compiled with gcc so far. The reduced test case is: 8<8<8<8<--- class V; struct E { E(const V& v_); char* c; V* v; int i; }; class V { private: union { char* c; struct { V* v; int i; }; }; }; E::E(const V& v_) : c(v_.c), // line 25

Re: [HELP] Fwd: Mail delivery failed: returning message to sender

2011-09-08 Thread Xiangfu Liu
On 09/08/2011 05:38 PM, Jonathan Wakely wrote: > > the pdf size is 4MB. maybe that is the problem. Please use some common sense before forwarding a 100KB message to the mailing list, where it gets sent to hundreds of people. It would only have taken you a few seconds to remove the base64-enco

Re: [HELP] Fwd: Mail delivery failed: returning message to sender

2011-09-08 Thread Jonathan Wakely
On 8 September 2011 10:00, Xiangfu Liu wrote: > On 09/08/2011 12:11 PM, Joe Buck wrote: >> >> On Wed, Sep 07, 2011 at 08:08:01PM -0700, Xiangfu Liu wrote: >>> >>> >  Hi >>> > >>> >  I got the pdf file. and I also sent out the papers by postal mail. >>> >  where is the pdf file I should send to? >>

Re: [HELP] Fwd: Mail delivery failed: returning message to sender

2011-09-08 Thread Xiangfu Liu
On 09/08/2011 12:11 PM, Joe Buck wrote: On Wed, Sep 07, 2011 at 08:08:01PM -0700, Xiangfu Liu wrote: > Hi > > I got the pdf file. and I also sent out the papers by postal mail. > where is the pdf file I should send to? > > I have tried: > copyright-cl...@fsf.org ass...@gnu.org > > and

Re: [HELP] Fwd: Mail delivery failed: returning message to sender

2011-09-07 Thread Joe Buck
On Wed, Sep 07, 2011 at 08:08:01PM -0700, Xiangfu Liu wrote: > Hi > > I got the pdf file. and I also sent out the papers by postal mail. > where is the pdf file I should send to? > > I have tried: >copyright-cl...@fsf.org ass...@gnu.org > > and I don't know Donald R. Robertson's email addres

Re: Trunk LTO Bootstrap of Sun Aug 21 18:01:01 UTC 2011 (revision 177942) FAILED

2011-08-22 Thread Marc Glisse
On Mon, 22 Aug 2011, Toon Moene wrote: After studying this a bit more, I almost convinced this is due to the upgrade of Debian Testing I did at 12:15 UTC, Sunday the 21st of August. Apparently, the install of libc6-2.13-16 does some evil things to the /usr/include/bits directory ... Ah, the

Re: Trunk LTO Bootstrap of Sun Aug 21 18:01:01 UTC 2011 (revision 177942) FAILED

2011-08-22 Thread Toon Moene
On 08/21/2011 08:19 PM, Toon Moene wrote: See: http://gcc.gnu.org/ml/gcc-testresults/2011-08/msg02361.html The configure line is: ../gcc/configure \ --prefix=/tmp/lto \ --enable-languages=c++ \ --with-build-config=bootstrap-lto \ --with-gnu-ld \ --disable-multilib \ --disable-nls \ --with-arc

Trunk LTO Bootstrap of Sun Aug 21 18:01:01 UTC 2011 (revision 177942) FAILED

2011-08-21 Thread Toon Moene
See: http://gcc.gnu.org/ml/gcc-testresults/2011-08/msg02361.html The configure line is: ../gcc/configure \ --prefix=/tmp/lto \ --enable-languages=c++ \ --with-build-config=bootstrap-lto \ --with-gnu-ld \ --d

Re: Trunk LTO Bootstrap of Wed May 25 00:21:09 UTC 2011 (revision 174157) FAILED

2011-05-25 Thread Jonathan Wakely
On 25 May 2011 06:29, Toon Moene wrote: > See: http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg02723.html > > The failure is caused by this (from > ../x86_64-unknown-linux-gnu/libgcc/config.log): > > configure:3246: checking for suffix of object files > configure:3268: /home/toon/compilers/obj-t/.

Trunk LTO Bootstrap of Wed May 25 00:21:09 UTC 2011 (revision 174157) FAILED

2011-05-24 Thread Toon Moene
See: http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg02723.html The failure is caused by this (from ../x86_64-unknown-linux-gnu/libgcc/config.log): configure:3246: checking for suffix of object files configure:3268: /home/toon/compilers/obj-t/./gcc/xgcc -B/home/toon/compilers/obj -t/./gcc/ -

RE: [MIPS] Test case dspr2-MULT is failed

2011-02-17 Thread Fu, Chao-Ying
Mingjie Xing wrote: > 2011/2/18 Fu, Chao-Ying : > > I think your analysis is correct.  We should just delete > mips_order_regs_for_local_alloc() > > in mips.c and delete ADJUST_REG_ALLOC_ORDER in mips.h. > > Then, 3 accumulators can be used in dspr2-MULT.c and > dspr2-MULTU.c now.  Thanks! > > /

Re: [MIPS] Test case dspr2-MULT is failed

2011-02-17 Thread Mingjie Xing
2011/2/18 Fu, Chao-Ying : > I think your analysis is correct.  We should just delete > mips_order_regs_for_local_alloc() > in mips.c and delete ADJUST_REG_ALLOC_ORDER in mips.h. > Then, 3 accumulators can be used in dspr2-MULT.c and dspr2-MULTU.c now.   > Thanks! /* ADJUST_REG_ALLOC_ORDER is a ma

RE: [MIPS] Test case dspr2-MULT is failed

2011-02-17 Thread Fu, Chao-Ying
Chung-Lin Tang wrote: > I analyzed this testcase regression a while earlier; the > direct cause of > this is due to mips_order_regs_for_local_alloc(), which now serves as > MIPS' ADJUST_REG_ALLOC_ORDER macro. > > The mips_order_regs_for_local_alloc() function seems to be written for > the old loc

  1   2   3   >