public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/47236] New: Spaces introduced in option processing
@ 2011-01-09 17:11 bigotp at acm dot org
  2011-01-10  0:54 ` [Bug driver/47236] " jsm28 at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: bigotp at acm dot org @ 2011-01-09 17:11 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47236

           Summary: Spaces introduced in option processing
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bigotp@acm.org


The fix to #44076 causes options passed to language drivers to be split into
two arguments, a feature not present in previous versions.  

cat >xspecs <<EOSpec
.nc: @nesc

@nesc:
echo INVOKE: %{D*&U*&A*} 
EOSpec

echo "This is TEST" > foo.nc

gcc -specs=xspecs -DTEST foo.nc

With versions prior to revision 163770, this would produce output including:

INVOKE: -DTEST

As of that version, it now produces:

INVOKE: -D TEST

This breaks the nesC component-based compiler used for TinyOS, and possibly
other similar languages that leverage the gcc driver.  The space does not
appear to be introduced for built-in languages (viz., the parameter remains
-DTEST when passed to cpp for a C language file).

If this is intentional and to be fixed in the per-language driver, please
update the description of the specs language to describe the conditions under
which such canonicalization can occur.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-10  0:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-09 17:11 [Bug driver/47236] New: Spaces introduced in option processing bigotp at acm dot org
2011-01-10  0:54 ` [Bug driver/47236] " jsm28 at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).