Bug 47027 - a-stwiun.ads:441:80: (style) this line is too long
Summary: a-stwiun.ads:441:80: (style) this line is too long
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.6.0
: P3 normal
Target Milestone: ---
Assignee: Ralf Wildenhues
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-20 13:43 UTC by Martin Jambor
Modified: 2010-12-20 17:38 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 Martin Jambor 2010-12-20 13:43:48 UTC
Bootstrap of trunk revision 168084 with "all,ada" languages enabled on
x86_64-suse-linux fails with:

/mjambor/trunk/obj/./gcc/xgcc -B/mjambor/trunk/obj/./gcc/ -B/mjambor/inst/trunk/x86_64-unknown-linux-gnu/bin/ -B/mjambor/inst/trunk/x86_64-unknown-linux-gnu/lib/ -isystem /mjambor/inst/trunk/x86_64-unknown-linux-gnu/include -isystem /mjambor/inst/trunk/x86_64-unknown-linux-gnu/sys-include    -c -g -O2  -fPIC  -W -Wall -gnatpg   a-stwiun.adb -o a-stwiun.o

a-stwiun.ads:441:80: (style) this line is too long

in directory obj/gcc/ada/rts
Comment 1 Ralf Wildenhues 2010-12-20 17:25:39 UTC
I'll fix that presently.
Comment 2 Ralf Wildenhues 2010-12-20 17:32:17 UTC
Author: rwild
Date: Mon Dec 20 17:32:06 2010
New Revision: 168089

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168089
Log:
Fix PR bootstrap/47027.

gcc/ada/:
	PR bootstrap/47027
	* a-stwiun-shared.ads: Rewrap overlong comment line.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/a-stwiun-shared.ads
Comment 3 Ralf Wildenhues 2010-12-20 17:38:21 UTC
Fixed.  Sorry again for the breakage.