Hey thanks you very much! I remove the -fpermissive and fix some errors and now
the internal error go away!
Il Martedì 19 Novembre 2013 12:24, Ruben Van Boxem <vanboxem.ru...@gmail.com>
ha scritto:
2013/11/19 Alessio Mochi <alessio211...@yahoo.it>
I follow your guide and I post the gcc bug.
>This is the link http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59187
Great! Now let's hope that the people that can actually fix this problem will
look into it.
I would strongly suggest to get rid of "-fpermissive" and fix your code to
conform to the C++ Standard if you can. This will probably prevent the ICE from
happening (I doubt the permissive code path in GCC gets as much testing as the
normal one).
Cheers,
Ruben
>
>
>Il Lunedì 18 Novembre 2013 17:39, niXman <i.nix...@autistici.org> ha scritto:
>
>Ruben Van Boxem писал 2013-11-18 20:23:
>> 2013/11/18 Alessio
Mochi <alessio211...@yahoo.it>
>>
>>> Hello,
>>> I try compile my code with mingw and I get:
>>> ..\Common\mainWindow\mainwindow_xxx.cpp: In member function 'void
>>> MainWindow::deformGum()':
>>> ..\Common\mainWindow\mainwindow_xxx.cpp:284:1: internal compiler
>>> error:
>>> Segmentation fault
>>> }
>>> ^
>>> Please submit a full bug report,
>>> with preprocessed source if appropriate.
>>> See <http://sourceforge.net/projects/mingwbuilds/> for instructions.
>>> jom:
D:\DentalPortingMinGW_VS\DentalCad\Makefile.Release
>>> [DentalCadRelease\.obj\mainwindow_xxx.o] Error 1
>>> jom: D:\DentalPortingMinGW_VS\DentalCad\Makefile [release] Error 2
>>> 15:38:24: The process "C:\Qt\Qt5.1.1\Tools\QtCreator\bin\jom.exe"
>>> exited
>>> with code 2.
>>> Error while building/deploying project DentalCad (kit: kit qt 4.7)
>>> When executing step 'Make'
>>>
>>> I have compile the same code on gcc 4.8.1 on ubuntu linux and compile
>>> without internal error.
>>> I tried to download the last version of mingw but no way I get the
>>> same
>>> error...
>>> I need help.
>>> Thanks in advance.
>>>
>>
>> Hi,
>>
>> Could you perform these actions and post the (zipped!) result please:
>> 1. check the compiler output window to see what command was used to
>> build
>> this file (should contain g++ ........ -o
>> DentalCadRelease\.obj\mainwindow_xxx.o .....)
>> 2. Copy that command, and modify it by adding "-E" (without quotes) and
>> make the output read "-o mainwindow_xxx.ii"
>> 3. Run that command in the exact same directory that make/jom is
>> running
>> that in (I presume "D:\DentalPortingMinGW_VS\DentalCad")
>Just add the '-save-temps' to QMAKE_CXXFLAGS
>
>> 4. Check that mainwindow_xxx.ii is created and it contains preprocessed
>> C++
>> (it should be valid c++, and contain everything the compiler sees,
>> including the original source code).
>> 5. Zip it, and submit a bug report to the GCC bug
>> tracker<http://gcc.gnu.org/bugzilla/>,
>> additionally including all output from "g++ -v".
>> 6. Email a link to the bug here to grab the important people's
>> attention to
>> the now documented bug with testcase.
>>
>> If you need any help with the steps listed above, please feel free to
>> ask.
>
>
>--
>Regards, niXman
>___________________________________________________
>Dual-target(32 & 64-bit) MinGW-W64 compilers for 32
and 64-bit Windows:
>http://sourceforge.net/projects/mingw-w64/
>___________________________________________________
>Another online IDE: http://liveworkspace.org/
>
>
>------------------------------------------------------------------------------
>DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
>OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
>Free app hosting. Or install the open source package on any LAMP server.
>Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
>http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
>_______________________________________________
>Mingw-w64-public mailing list
>Mingw-w64-public@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
>
>
>------------------------------------------------------------------------------
>Shape the Mobile Experience: Free Subscription
>Software experts and developers: Be at the forefront of tech innovation.
>Intel(R) Software Adrenaline delivers strategic insight and game-changing
>conversations that shape the rapidly evolving mobile landscape. Sign up now.
>http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
>
>_______________________________________________
>Mingw-w64-public mailing list
>Mingw-w64-public@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
>
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public