This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

target/3722: PowerPC --with-cpu= is broken (quoting bug)



>Number:         3722
>Category:       target
>Synopsis:       PowerPC --with-cpu= is broken (quoting bug)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 17 16:56:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     dan@debian.org
>Release:        gcc-3.0
>Organization:
>Environment:

>Description:
The extra \" that config.gcc adds to target_cpu_default is stripped off
again somewhere.  The compiler is built with -DTARGET_CPU_DEFAULT="403" instead of -DTARGET_CPU_DEFAULT="\"403\"".  The built compiler crashes trying to dereference *403.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]