[bug #31155] .SECONDEXPANSION: incorrect order only parsing in patterns

2013-09-22 Thread Paul D. Smith
Update of bug #31155 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #31155] .SECONDEXPANSION: incorrect order only parsing in patterns

2010-09-30 Thread anonymous
Follow-up Comment #2, bug #31155 (project make): Sorry, I thought I had to attach this comment; here it is directly: >From running GNU Make 3.82 in a debugger: For target "foo", pattern_search() treats "$(PREREQS)" as one word not equal to "|", and therefore does not set the order-only flag. I

[bug #31155] .SECONDEXPANSION: incorrect order only parsing in patterns

2010-09-30 Thread anonymous
Additional Item Attachment, bug #31155 (project make): File name: 20100930.txt Size:0 KB ___ Reply to this item at: ___ Message sent

[bug #31155] .SECONDEXPANSION: incorrect order only parsing in patterns

2010-09-28 Thread Paul D. Smith
Update of bug #31155 (project make): Triage Status:None => Verified ___ Follow-up Comment #1: Hm. This is a side-effect of the performance increase in 3.82, where we do more of the parsing of

[bug #31155] .SECONDEXPANSION: incorrect order only parsing in patterns

2010-09-28 Thread anonymous
URL: Summary: .SECONDEXPANSION: incorrect order only parsing in patterns Project: make Submitted by: None Submitted on: Tue 28 Sep 2010 07:46:27 PM UTC Severity: 3 - Normal