[Bug bootstrap/109709] List of prerequisites should include that tar is required (not only for unpacking the source).

2023-05-04 Thread me at manueljacob dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109709 --- Comment #8 from Manuel Jacob --- As said in the original bug report, I’d understand if these prerequisites (like tar and find) were left implicit (therefore this bug report could be closed as-is), but the two suggestions by Jonathan Wakely

[Bug bootstrap/109709] List of prerequisites should include that tar is required (not only for unpacking the source).

2023-05-03 Thread me at manueljacob dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109709 --- Comment #3 from Manuel Jacob --- (In reply to Richard Biener from comment #1) > Huh, can you post how it fails? if [ -d ../prev-gcc ]; then \ cd ../prev-gcc && \ make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \ libsubdir=. ; \

[Bug other/109709] New: List of prerequisites should include that tar is required (not only for unpacking the source).

2023-05-03 Thread me at manueljacob dot de via Gcc-bugs
Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: me at manueljacob dot de Target Milestone: --- When tar is not installed, building GCC under Linux will fail, at least with the default configuration

[Bug tree-optimization/79723] New: Another case of dropped gs: prefix

2017-02-27 Thread me at manueljacob dot de
-optimization Assignee: unassigned at gcc dot gnu.org Reporter: me at manueljacob dot de CC: rguenth at gcc dot gnu.org Target Milestone: --- void memset_pattern_seg_gs(unsigned char * __seg_gs *s, long n) { for (long i = 0; i < n; ++i) s[i] = 0; } On

[Bug tree-optimization/79690] New: Vectorizer drops gs: prefix

2017-02-23 Thread me at manueljacob dot de
Assignee: unassigned at gcc dot gnu.org Reporter: me at manueljacob dot de CC: jakub at gcc dot gnu.org, rguenth at gcc dot gnu.org Target Milestone: --- void fill(unsigned char __seg_gs *arr, unsigned char c, long n) { for (long i = 0; i < n;

[Bug tree-optimization/79683] New: SLP vectorizer drops gs: prefix

2017-02-22 Thread me at manueljacob dot de
-optimization Assignee: unassigned at gcc dot gnu.org Reporter: me at manueljacob dot de CC: amker at gcc dot gnu.org, jakub at redhat dot com, rguenth at gcc dot gnu.org Target Milestone: --- This happens at least on x86-64 with -ftree-slp-vectorize

[Bug middle-end/79673] New: GIMPLE verification fails when compiling code with __seg_gs

2017-02-22 Thread me at manueljacob dot de
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: me at manueljacob dot de CC: jakub at gcc dot gnu.org, rguenther at suse dot de Target Milestone: --- Created attachment 40814 --> https://gcc.gnu.org/bugzi

[Bug middle-end/79649] New: Memset pattern in named address space crashes compiler or generates wrong code

2017-02-21 Thread me at manueljacob dot de
: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: me at manueljacob dot de CC: amker at gcc dot gnu.org, rguenth at gcc dot gnu.org Target Milestone: --- Created attachment 40787 --> ht