Bug 49635

Summary: Odd Java -extdirs / --extdirs handling
Product: gcc Reporter: Joseph S. Myers <jsm28>
Component: javaAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 4.6.0   
Target Milestone: ---   
Host: Target:
Build: Known to work:
Known to fail: Last reconfirmed:

Description Joseph S. Myers 2011-07-04 22:35:39 UTC
Java -extdirs is peculiar in that it is different from -fextdirs/--extdirs; -extdirs is processed by the driver only, not directly generating jc1 options, while -fextdirs (and the --extdirs alias) is processed by jc1 only.  This may not result in any semantic differences, but it would be cleaner for these options to be handled in one place only with all the other variants being aliases for a canonical version; a difference between -extdirs and --extdirs does not seem sensible.
Comment 1 Andrew Pinski 2016-09-30 22:50:25 UTC
Closing as won't fix as the Java front-end has been removed from the trunk.