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 s
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=. ; \
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
-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
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;
-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
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
: 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