Bug 35046 - Toplevel compile script is not executable
Summary: Toplevel compile script is not executable
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.2.3
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-31 23:09 UTC by John David Anglin
Modified: 2008-02-01 00:11 UTC (History)
2 users (show)

See Also:
Host: vax-dec-ultrix4.3
Target: vax-dec-ultrix4.3
Build: vax-dec-ultrix4.3
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John David Anglin 2008-01-31 23:09:50 UTC
# ls -l compile
-rw-r--r-- 1 bin bin 3707 Jul 13  2005 compile

Causes gcc configure tests to fail.
Comment 1 jsm-csl@polyomino.org.uk 2008-01-31 23:17:08 UTC
Subject: Re:   New: Toplevel compile script is not
 executable

On Thu, 31 Jan 2008, danglin at gcc dot gnu dot org wrote:

> # ls -l compile
> -rw-r--r-- 1 bin bin 3707 Jul 13  2005 compile
> 
> Causes gcc configure tests to fail.

Not a regression, but adding the svn:executable property to a script 
counts as obvious; OK for 4.2.3 if you commit the property to trunk and 
4.2 branch within the next twelve hours.

Comment 2 John David Anglin 2008-02-01 00:11:47 UTC
Fixed.