[Bug 57114] New: Checking the 'enable exception handling' turns OFF exception handling

Chris Thompson chris at hypocrite.org
Fri Apr 11 01:55:05 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=57114     
           Summary: Checking the 'enable exception handling' turns OFF
                    exception handling
           Product: kdevelop
           Version: unspecified
          Platform: Gentoo Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: chris at hypocrite.org


Version:           Gideon 3.0.0a4 (using KDE KDE 3.1.1)
Installed from:    Gentoo Packages
Compiler:          gcc 3.2.2 
OS:          Linux

>From main menu with a C++ project, do the following:

Project --> Project Options --> Configure Options --> C++ --> [...] on the Compiler Flags line.

In the General tab, enable the 'Enable exception handling' feature in Code Generation.

Expected result:
-fexceptions would be added to the compiler options.

Alternate expected result:
-fno-exceptions, if it exists in the compiler options textbox, would be removed.

Actual result:
Although nothing to do with -f{no-,}exceptions exists in the compiler options textbox, -fno-exceptions is added.  This DISABLES rather than enables exception handling using g++.

Suggested solution:
Change the behavior.  Make it add -fexceptions instead of -fno-exceptions.  Alternatively, change the wording to 'Disable exception handling', though this wording is rather nasty.




More information about the KDevelop-devel mailing list