Bug 29481 - [4.2 Regression] extra line in gcc/cgraphunit.c at line 1135
Summary: [4.2 Regression] extra line in gcc/cgraphunit.c at line 1135
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: 4.2.0
Assignee: Not yet assigned to anyone
URL:
Keywords: build
Depends on:
Blocks:
 
Reported: 2006-10-15 18:46 UTC by Ray Malitzke
Modified: 2006-10-15 19:46 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
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 Ray Malitzke 2006-10-15 18:46:26 UTC
In revision 117751 or shortly before the following line:
/bin/bash: line 1: :Q: command not found

apparently slipped in.

I deleted it an am bootstrapping again for verfication.
Comment 1 Ray Malitzke 2006-10-15 19:10:51 UTC
The line is actually in gcc/cgraphunit.c and not graphunit.c (sorry).

cgraphunit.c was subjected to change by Jan Hubicka and Richard Guenther to fix 
PR middle-end/29299 on 2006-10-15. 

Probably something went wrong during the update of the master file.
Comment 2 Andrew Pinski 2006-10-15 19:12:47 UTC
Already fixed:
http://gcc.gnu.org/ml/gcc-cvs/2006-10/msg00428.html
Comment 3 Ray Malitzke 2006-10-15 19:46:11 UTC
This shows fantastic turnaroud; even on a weekend. Thanks.