Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 250151 Details for
Bug 246800
gcc: please add arm support
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Allow dollars in identifiers for the test suite
pp (text/plain), 3.01 KB, created by
Andrew Haley
on 2007-11-07 14:58:02 UTC
(
hide
)
Description:
Allow dollars in identifiers for the test suite
Filename:
MIME Type:
Creator:
Andrew Haley
Created:
2007-11-07 14:58:02 UTC
Size:
3.01 KB
patch
obsolete
>Index: libjava/testsuite/libjava.cni/cni.exp >=================================================================== >--- libjava/testsuite/libjava.cni/cni.exp (revision 126621) >+++ libjava/testsuite/libjava.cni/cni.exp (revision 126622) >@@ -10,7 +10,7 @@ > set oname ${name}.o > > # Find the generated header. >- lappend options "additional_flags=-I. -I.. -I$srcdir/$subdir" >+ lappend options "additional_flags=-I. -I.. -I$srcdir/$subdir -fdollars-in-identifiers" > # Find libgcj headers. > lappend options "additional_flags=-I$srcdir/.." > >Index: libjava/testsuite/libjava.jvmti/jvmti-interp.exp >=================================================================== >--- libjava/testsuite/libjava.jvmti/jvmti-interp.exp (revision 126621) >+++ libjava/testsuite/libjava.jvmti/jvmti-interp.exp (revision 126622) >@@ -47,7 +47,7 @@ > > # Find jni.h and jni_md.h. > lappend options "additional_flags=-I$srcdir/../include \ >- -I$srcdir/../classpath/include" >+ -I$srcdir/../classpath/include -fdollars-in-identifiers" > > # Append C++ options > lappend options "additional_flags=$options_cxx" >Index: libjava/testsuite/libjava.jvmti/jvmti.exp >=================================================================== >--- libjava/testsuite/libjava.jvmti/jvmti.exp (revision 126621) >+++ libjava/testsuite/libjava.jvmti/jvmti.exp (revision 126622) >@@ -11,11 +11,11 @@ > set oname ${name}.o > > # Find the generated header. >- lappend options "additional_flags=-g -I. -I.." >+ lappend options "additional_flags=-g -I. -I.. -fdollars-in-identifiers" > # Find libgcj headers. > lappend options "additional_flags=-I$srcdir/.." > # Find jvmti.h, jvmti_md.h, jvmti-int.h, jvm.h requirements >- lappend options "additional_flags=-I$srcdir/../include -I$srcdir/../classpath/include -I$objdir/../include -I$objdir/../../boehm-gc/include" >+ lappend options "additional_flags=-I$srcdir/../include -I$srcdir/../classpath/include -I$objdir/../include -I$objdir/../../boehm-gc/include " > > set x [libjava_prune_warnings \ > [target_compile $file $oname object $options]] >Index: libjava/testsuite/libjava.jni/jni.exp >=================================================================== >--- libjava/testsuite/libjava.jni/jni.exp (revision 126621) >+++ libjava/testsuite/libjava.jni/jni.exp (revision 126622) >@@ -31,7 +31,7 @@ > > lappend options "additional_flags=${so_flag} -fPIC" > # Find the generated header. >- lappend options "additional_flags=-I. -I.. -I$srcdir/$subdir" >+ lappend options "additional_flags=-I. -I.. -I$srcdir/$subdir -fdollars-in-identifiers" > > # Ensure that the generated header has correct prototypes. > set cfile [file rootname $file].c >@@ -219,7 +219,7 @@ > lappend options "additional_flags=-I. -I.. -I$srcdir/$subdir" > > # Find jni.h and jni_md.h. >- lappend options "additional_flags=-I$srcdir/../include -I$srcdir/../classpath/include" >+ lappend options "additional_flags=-I$srcdir/../include -I$srcdir/../classpath/include -fdollars-in-identifiers" > > # Append C++ options > lappend options "additional_flags=$options_cxx"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246800
:
158560
|
158561
|
158562
|
158563
|
158564
|
158565
|
241781
|
243621
| 250151 |
250521